Searched refs:kLCD_MaskType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkFont.h117 kLCD_MaskType, enumerator in enum:SkFont::MaskType
/external/skia/include/core/
H A DSkFont.h111 kLCD_MaskType, enumerator in enum:SkFont::MaskType
/external/chromium_org/third_party/skia/src/core/
H A DSkFont.cpp150 maskType = paint.isLCDRenderText() ? kLCD_MaskType : kA8_MaskType;
/external/skia/src/core/
H A DSkFont.cpp150 maskType = paint.isLCDRenderText() ? kLCD_MaskType : kA8_MaskType;

Completed in 447 milliseconds