Searched refs:indexToLocFormat (Results 1 – 2 of 2) sorted by relevance
1385 sal_Int16 indexToLocFormat; in ProcessTables() local1442 indexToLocFormat = (glyfLen / 2 > 0xFFFF) ? 1 : 0; in ProcessTables()1443 locaLen = indexToLocFormat ? (nGlyphs + 1) << 2 : (nGlyphs + 1) << 1; in ProcessTables()1494 if (indexToLocFormat == 1) { in ProcessTables()1511 if (indexToLocFormat == 1) { in ProcessTables()1531 PutInt16(indexToLocFormat, pHeadData, 50, 1); in ProcessTables()
2301 sal_Int16 indexToLocFormat = 0; in GlyphOffsetsNew() local2312 indexToLocFormat = GetInt16(sfntP + off, 50, 1); in GlyphOffsetsNew()2316 res->nGlyphs = locaLen / ((indexToLocFormat == 1) ? 4 : 2); in GlyphOffsetsNew()2321 if (indexToLocFormat == 1) { in GlyphOffsetsNew()
Completed in 34 milliseconds