OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isEnableByteCodeHints
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/core/
SkFont.h
140
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 52 milliseconds