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