Home
last modified time | relevance | path

Searched refs:kA8_MaskType (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DFontMgrTest.cpp17 SkAutoTUnref<SkFont> font(SkFont::Create(NULL, 24, SkFont::kA8_MaskType, flags)); in test_font()
23 REPORTER_ASSERT(reporter, SkFont::kA8_MaskType == font->getMaskType()); in test_font()
/external/skia/include/core/
DSkFont.h116 kA8_MaskType, enumerator
/external/skia/src/core/
DSkFont.cpp150 maskType = paint.isLCDRenderText() ? kLCD_MaskType : kA8_MaskType; in Testing_CreateFromPaint()