OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastGlyphIndex
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-color-cbdt-table.hh
208
firstGlyphIndex <=
lastGlyphIndex
&&
209
offsetToSubtable.sanitize (c, base,
lastGlyphIndex
- firstGlyphIndex + 1));
224
if (gid < firstGlyphIndex || gid >
lastGlyphIndex
) return false;
230
GlyphID
lastGlyphIndex
;
252
unsigned int
lastGlyphIndex
= indexSubtablesZ[i].
lastGlyphIndex
;
253
if (firstGlyphIndex <= glyph && glyph <=
lastGlyphIndex
)
/external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py
104
(firstGlyphIndex,
lastGlyphIndex
, additionalOffsetToIndexSubtable) = tup
113
indexSubTable.
lastGlyphIndex
=
lastGlyphIndex
182
indexSubTable.
lastGlyphIndex
= max(glyphIds)
187
curTable.endGlyphIndex = max(ist.
lastGlyphIndex
for ist in curStrike.indexSubTables)
190
data = struct.pack(indexSubHeaderFormat, i.firstGlyphIndex, i.
lastGlyphIndex
, i.additionalOffsetToIndexSubtable)
361
('
lastGlyphIndex
', self.
lastGlyphIndex
),
381
self.
lastGlyphIndex
= safeEval(attrs['
lastGlyphIndex
'])
[
all
...]
/external/skia/src/sfnt/
SkOTTable_EBLC.h
87
SK_OT_USHORT
lastGlyphIndex
; //last glyph code of this range (inclusive)
100
//SK_OT_ULONG offsetArray[
lastGlyphIndex
- firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph
114
//SK_OT_USHORT offsetArray[
lastGlyphIndex
- firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph, may have extra element to force even number of elements
/external/skqp/src/sfnt/
SkOTTable_EBLC.h
87
SK_OT_USHORT
lastGlyphIndex
; //last glyph code of this range (inclusive)
100
//SK_OT_ULONG offsetArray[
lastGlyphIndex
- firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph
114
//SK_OT_USHORT offsetArray[
lastGlyphIndex
- firstGlyphIndex + 1 + 1]; //last element points to one past end of last glyph, may have extra element to force even number of elements
Completed in 1046 milliseconds