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