OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endGlyphIndex
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-cbdt-table.hh
285
USHORT
endGlyphIndex
;
338
unsigned int
endGlyphIndex
= sizeTables.array[i].
endGlyphIndex
;
339
if (startGlyphIndex <= glyph && glyph <=
endGlyphIndex
)
/external/skia/src/sfnt/
SkOTTable_EBLC.h
52
SK_OT_USHORT
endGlyphIndex
; //highest glyph index for this size
/external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py
44
endGlyphIndex
: H
180
curTable.
endGlyphIndex
= max(ist.lastGlyphIndex for ist in curStrike.indexSubTables)
/external/skia/src/ports/
SkScalerContext_win_dw.cpp
166
if (sizeTable->
endGlyphIndex
>= sizeTable->startGlyphIndex + 3) {
[
all
...]
Completed in 692 milliseconds