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 - 3
of
3
) sorted by null
/external/chromium_org/third_party/brotli/src/woff2/
glyph.cc
34
static const int32_t
kFLAG_MORE_COMPONENTS
= 1 << 5;
43
uint16_t flags =
kFLAG_MORE_COMPONENTS
;
44
while (flags &
kFLAG_MORE_COMPONENTS
) {
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc
39
const int32_t GlyphTable::CompositeGlyph::
kFLAG_MORE_COMPONENTS
= 1 << 5;
623
int32_t flags =
kFLAG_MORE_COMPONENTS
;
625
while ((flags &
kFLAG_MORE_COMPONENTS
) ==
kFLAG_MORE_COMPONENTS
) {
glyph_table.h
240
static const int32_t
kFLAG_MORE_COMPONENTS
;
Completed in 3334 milliseconds