OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMaskType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/tests/
FontMgrTest.cpp
23
REPORTER_ASSERT(reporter, SkFont::kA8_MaskType == font->
getMaskType
());
48
REPORTER_ASSERT(reporter, SkFont::kBW_MaskType == font->
getMaskType
());
/external/chromium_org/third_party/skia/include/core/
SkFont.h
135
MaskType
getMaskType
() const { return (MaskType)fMaskType; }
/external/chromium_org/third_party/skia/src/core/
SkFont.cpp
52
this->
getMaskType
(), this->getFlags());
Completed in 6150 milliseconds