OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CoverageFormat
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvcommn.c
46
FT_UInt
CoverageFormat
;
53
CoverageFormat
= FT_NEXT_USHORT( p );
55
OTV_TRACE(( " (format %d)\n",
CoverageFormat
));
57
switch (
CoverageFormat
)
139
p += 4; /* skip
CoverageFormat
and Glyph/RangeCount */
149
FT_UInt
CoverageFormat
= FT_NEXT_USHORT( p );
154
switch (
CoverageFormat
)
178
FT_UInt
CoverageFormat
= FT_NEXT_USHORT( p );
183
switch (
CoverageFormat
)
/external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h
140
uint16_t
CoverageFormat
;
142
TCoverageFormatBase() :
CoverageFormat
(0) {}
152
TCoverageFormat1() : GlyphCount(0), GlyphArray(NULL) {
CoverageFormat
= 1; }
175
CoverageFormat
= 2;
ttgsubtable.cpp
166
switch (Coverage->
CoverageFormat
) {
Completed in 86 milliseconds