Lines Matching refs:cmap

1226 static sal_uInt32 getGlyph0(const sal_uInt8* cmap, sal_uInt32 c) {  in getGlyph0()  argument
1228 return *(cmap + 6 + c); in getGlyph0()
1241 static sal_uInt32 getGlyph2(const sal_uInt8 *cmap, sal_uInt32 c) { in getGlyph2() argument
1242 sal_uInt16 *CMAP2 = (sal_uInt16 *) cmap; in getGlyph2()
1289 static sal_uInt32 getGlyph6(const sal_uInt8 *cmap, sal_uInt32 c) { in getGlyph6() argument
1291 sal_uInt16 *CMAP6 = (sal_uInt16 *) cmap; in getGlyph6()
1325 static sal_uInt32 getGlyph4(const sal_uInt8 *cmap, sal_uInt32 c) { in getGlyph4() argument
1335 sal_uInt16 *CMAP4 = (sal_uInt16 *) cmap; in getGlyph4()
1449 ttf->cmap = table + ThreeOne; in FindCmap()
1452 ttf->cmap = table + ThreeTwo; in FindCmap()
1455 ttf->cmap = table + ThreeThree; in FindCmap()
1458 ttf->cmap = table + ThreeFour; in FindCmap()
1461 ttf->cmap = table + ThreeFive; in FindCmap()
1464 ttf->cmap = table + ThreeSix; in FindCmap()
1467 ttf->cmap = table + ThreeZero; in FindCmap()
1470 ttf->cmap = 0; in FindCmap()
1474 switch (GetUInt16(ttf->cmap, 0, 1)) { in FindCmap()
1483 … printf("%s: %d is not a recognized cmap format.\n", ttf->fname, GetUInt16(ttf->cmap, 0, 1)); in FindCmap()
1486 ttf->cmap = 0; in FindCmap()
2157 …TrueTypeTable *head=0, *hhea=0, *maxp=0, *cvt=0, *prep=0, *glyf=0, *fpgm=0, *cmap=0, *name=0, *pos… in CreateTTFromTTGlyphs() local
2237 cmap = TrueTypeTableNew_cmap(); in CreateTTFromTTGlyphs()
2240 cmapAdd(cmap, 0x010000, encoding[i], gID[i]); in CreateTTFromTTGlyphs()
2276 AddTable(ttcr, head); AddTable(ttcr, glyf); AddTable(ttcr, cmap); in CreateTTFromTTGlyphs()
2539 cp[i] = (sal_uInt16)ttf->mapper(ttf->cmap, cp[i]); in MapString()
2553 return (sal_uInt16)ttf->mapper(ttf->cmap, ch ); in MapChar()
2563 ch = (sal_uInt16)ttf->mapper(ttf->cmap, ch); in MapChar()