OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasVSTable
(Results
1 - 4
of
4
) sorted by null
/frameworks/minikin/include/minikin/
FontFamily.h
140
bool
hasVSTable
() const;
/frameworks/minikin/tests/
FontFamilyTest.cpp
391
bool
hasVSTable
;
402
SCOPED_TRACE(testCase.
hasVSTable
?
412
EXPECT_EQ(testCase.
hasVSTable
, family->
hasVSTable
());
/frameworks/minikin/libs/minikin/
FontFamily.cpp
212
bool FontFamily::
hasVSTable
() const {
FontCollection.cpp
101
if (family->
hasVSTable
()) {
Completed in 77 milliseconds