aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/SkPaint_Reference.bmh7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/SkPaint_Reference.bmh b/docs/SkPaint_Reference.bmh
index 162e4791a2..1467b5338c 100644
--- a/docs/SkPaint_Reference.bmh
+++ b/docs/SkPaint_Reference.bmh
@@ -536,7 +536,6 @@ Set SkPaintDefaults_Hinting at compile time to change the default setting.
kEmbeddedBitmapText_Flag = 0x400,
kAutoHinting_Flag = 0x800,
kVerticalText_Flag = 0x1000,
- kGenA8FromLCD_Flag = 0x2000,
kAllFlags = 0xFFFF,
};
@@ -580,12 +579,6 @@ multiple settings at once.
#Const kVerticalText_Flag 0x1000
mask for setting Vertical_Text
##
- #Const kGenA8FromLCD_Flag 0x2000
- #Private
- Hack for GDI -- do not use if you can help it
- ##
- not intended for public use
- ##
#Const kAllFlags 0xFFFF
mask of all Flags, including private flags and flags reserved for future use
##