Searched refs:isEnableByteCodeHints (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkFont.h134 bool isEnableByteCodeHints() const { return SkToBool(fFlags & kEnableByteCodeHints_Flag); } function in class:SkFont
/external/skia/include/core/
H A DSkFont.h134 bool isEnableByteCodeHints() const { return SkToBool(fFlags & kEnableByteCodeHints_Flag); } function in class:SkFont
/external/chromium_org/third_party/skia/tests/
H A DFontObjTest.cpp41 REPORTER_ASSERT(reporter, font->isEnableByteCodeHints() == is_enable_bytecode_hints(paint));
/external/skia/tests/
H A DFontObjTest.cpp41 REPORTER_ASSERT(reporter, font->isEnableByteCodeHints() == is_enable_bytecode_hints(paint));

Completed in 145 milliseconds