HomeSort by relevance Sort by last modified time
    Searched refs:isEnableByteCodeHints (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkFont.h 144 bool isEnableByteCodeHints() const { return SkToBool(fFlags & kEnableByteCodeHints_Flag); }
  /external/skia/tests/
FontObjTest.cpp 41 REPORTER_ASSERT(reporter, font->isEnableByteCodeHints() == is_enable_bytecode_hints(paint));

Completed in 43 milliseconds