From 3632637b4ae3fea9777e4ada63796611a5288437 Mon Sep 17 00:00:00 2001 From: Scott Rowe Date: Tue, 4 Nov 2014 13:43:26 -0800 Subject: [PATCH] docs: b/17996176 [DAC-review-bug] Update Hardware Accelerated Table to API 21 Change-Id: I3bb972cc1defd3e6fa6295664e41311b85698f31 --- .../guide/topics/graphics/hardware-accel.jd | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/docs/html/guide/topics/graphics/hardware-accel.jd b/docs/html/guide/topics/graphics/hardware-accel.jd index 7c957b8796a71..3d1935af5215b 100644 --- a/docs/html/guide/topics/graphics/hardware-accel.jd +++ b/docs/html/guide/topics/graphics/hardware-accel.jd @@ -326,6 +326,30 @@ changed. clipRect() with rotation/perspective 18 + + drawArc() + 21 + + + drawRoundRect() + 21 + + + saveLayer() with RectF dimensions + 21 + + + saveLayer() with float dimensions + 21 + + + saveLayerAlpha() with RectF dimensions + 21 + + + saveLayerAlpha() with float dimensions + 21 + Paint @@ -373,6 +397,26 @@ changed. setSubpixelText() ✗ + + getFontFeatureSettings() + 21 + + + isElegantTextHeight() + 21 + + + isElegantTextHeight() + 21 + + + setFontFeatureSettings() + 21 + + + setLetterSpacing() + 21 + Xfermode