OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RangeCount
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvcommn.c
87
FT_UInt n,
RangeCount
;
91
RangeCount
= FT_NEXT_USHORT( p );
93
OTV_TRACE(( " (
RangeCount
= %d)\n",
RangeCount
));
95
OTV_LIMIT_CHECK(
RangeCount
* 6 );
98
for ( n = 0; n <
RangeCount
; n++ )
139
p += 4; /* skip CoverageFormat and Glyph/
RangeCount
*/
150
FT_UInt count = FT_NEXT_USHORT( p ); /* Glyph/
RangeCount
*/
179
FT_UInt count = FT_NEXT_USHORT( p ); /* Glyph/
RangeCount
*/
/external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h
172
uint16_t
RangeCount
;
174
TCoverageFormat2() :
RangeCount
(0), RangeRecord(NULL) {
Completed in 168 milliseconds