Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFont.h135 MaskType getMaskType() const { return (MaskType)fMaskType; } in getMaskType() function
/external/skia/src/core/
DSkFont.cpp52 this->getMaskType(), this->getFlags()); in cloneWithSize()
/external/skia/tests/
DFontMgrTest.cpp28 REPORTER_ASSERT(reporter, SkFont::kA8_MaskType == font->getMaskType()); in test_font()
53 REPORTER_ASSERT(reporter, SkFont::kBW_MaskType == font->getMaskType()); in test_font()