OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kA8_MaskType
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/core/
SkFont.h
116
kA8_MaskType
,
/external/skia/src/core/
SkFont.cpp
150
maskType = paint.isLCDRenderText() ? kLCD_MaskType :
kA8_MaskType
;
/external/skia/tests/
FontMgrTest.cpp
22
SkAutoTUnref<SkFont> font(SkFont::Create(nullptr, 24, SkFont::
kA8_MaskType
, flags));
28
REPORTER_ASSERT(reporter, SkFont::
kA8_MaskType
== font->getMaskType());
Completed in 186 milliseconds