OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFLAG_MORE_COMPONENTS
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
39
const int32_t GlyphTable::CompositeGlyph::
kFLAG_MORE_COMPONENTS
= 1 << 5;
624
int32_t flags =
kFLAG_MORE_COMPONENTS
;
626
while ((flags &
kFLAG_MORE_COMPONENTS
) ==
kFLAG_MORE_COMPONENTS
) {
glyph_table.h
240
static const int32_t
kFLAG_MORE_COMPONENTS
;
Completed in 2887 milliseconds