Home
last modified time | relevance | path

Searched refs:indexToLocFormat (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx1386 sal_Int16 indexToLocFormat; in ProcessTables() local
1443 indexToLocFormat = (glyfLen / 2 > 0xFFFF) ? 1 : 0; in ProcessTables()
1444 locaLen = indexToLocFormat ? (nGlyphs + 1) << 2 : (nGlyphs + 1) << 1; in ProcessTables()
1495 if (indexToLocFormat == 1) { in ProcessTables()
1512 if (indexToLocFormat == 1) { in ProcessTables()
1532 PutInt16(indexToLocFormat, pHeadData, 50, 1); in ProcessTables()
H A Dsft.cxx2301 sal_Int16 indexToLocFormat = 0; in GlyphOffsetsNew() local
2312 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 32 milliseconds