OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlyphCount
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvgdef.c
52
FT_UInt
GlyphCount
;
60
GlyphCount
= FT_NEXT_USHORT( p );
62
OTV_TRACE(( " (
GlyphCount
= %d)\n",
GlyphCount
));
64
otv_Coverage_validate( Coverage, otvalid, (FT_Int)
GlyphCount
);
65
if (
GlyphCount
!= otv_Coverage_get_count( Coverage ) )
68
OTV_LIMIT_CHECK(
GlyphCount
* 2 );
74
for ( ;
GlyphCount
> 0;
GlyphCount
-- )
otvgsub.c
85
FT_UInt Coverage,
GlyphCount
;
90
GlyphCount
= FT_NEXT_USHORT( p );
92
OTV_TRACE(( " (
GlyphCount
= %d)\n",
GlyphCount
));
96
(FT_Int)
GlyphCount
);
98
OTV_LIMIT_CHECK(
GlyphCount
* 2 );
101
for ( ;
GlyphCount
> 0;
GlyphCount
-- )
463
FT_UInt BacktrackGlyphCount, LookaheadGlyphCount,
GlyphCount
;
498
GlyphCount
= FT_NEXT_USHORT( p )
[
all
...]
otvcommn.c
61
FT_UInt
GlyphCount
;
65
GlyphCount
= FT_NEXT_USHORT( p );
67
OTV_TRACE(( " (
GlyphCount
= %d)\n",
GlyphCount
));
69
OTV_LIMIT_CHECK(
GlyphCount
* 2 ); /* GlyphArray */
71
for ( i = 0; i <
GlyphCount
; ++i )
81
total =
GlyphCount
;
240
FT_UInt
GlyphCount
;
246
GlyphCount
= FT_NEXT_USHORT( p );
248
OTV_TRACE(( " (
GlyphCount
= %d)\n", GlyphCount ))
[
all
...]
/external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h
150
uint16_t
GlyphCount
;
152
TCoverageFormat1() :
GlyphCount
(0), GlyphArray(NULL) { CoverageFormat = 1; }
194
uint16_t
GlyphCount
;
196
TClassDefFormat1() : StartGlyph(0),
GlyphCount
(0), ClassValueArray(NULL) {
258
uint16_t
GlyphCount
;
260
TSingleSubstFormat2() : Coverage(NULL),
GlyphCount
(0), Substitute(NULL) {
ttgsubtable.cpp
150
if (0 <= index && index < tbl2->
GlyphCount
) {
169
for (i = 0; i < c1->
GlyphCount
; i++) {
322
rec->
GlyphCount
= GetUInt16(sp);
323
if (rec->
GlyphCount
<= 0) {
326
rec->GlyphArray = new uint16_t[rec->
GlyphCount
];
327
for (i = 0; i < rec->
GlyphCount
; i++) {
376
rec->
GlyphCount
= GetUInt16(sp);
377
if (rec->
GlyphCount
<= 0) {
380
rec->Substitute = new uint16_t[rec->
GlyphCount
];
381
for (i = 0; i < rec->
GlyphCount
; i++)
[
all
...]
/external/fonttools/Lib/fontTools/
subset.py
186
self.
GlyphCount
= len(self.Substitute)
187
return bool(self.
GlyphCount
and
[
all
...]
Completed in 598 milliseconds