HomeSort by relevance Sort by last modified time
    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 374 milliseconds