Home
last modified time | relevance | path

Searched refs:maxp (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx1061 TrueTypeTable *TrueTypeTableNew_maxp( const sal_uInt8* maxp, int size) in TrueTypeTableNew_maxp() argument
1066 if (maxp && size == TABLESIZE_maxp) { in TrueTypeTableNew_maxp()
1067 memcpy(table->data, maxp, TABLESIZE_maxp); in TrueTypeTableNew_maxp()
1381 TrueTypeTable *glyf, *loca, *head, *maxp, *hhea; in ProcessTables() local
1534 maxp = FindTable(tt, T_maxp); in ProcessTables()
1536 sal_uInt8* const pMaxpData = (sal_uInt8*)maxp->data; in ProcessTables()
1545 PutUInt16(2, maxp->data, 14, 1); /* maxZones is always 2 */ in ProcessTables()
1546 PutUInt16(0, maxp->data, 16, 1); /* maxTwilightPoints */ in ProcessTables()
1547 PutUInt16(0, maxp->data, 18, 1); /* maxStorage */ in ProcessTables()
1548 PutUInt16(0, maxp->data, 20, 1); /* maxFunctionDefs */ in ProcessTables()
[all …]
H A Dsft.cxx2157 …TrueTypeTable *head=0, *hhea=0, *maxp=0, *cvt=0, *prep=0, *glyf=0, *fpgm=0, *cmap=0, *name=0, *pos… in CreateTTFromTTGlyphs() local
2204 maxp = TrueTypeTableNew_maxp(getTable(ttf, O_maxp), getTableSize(ttf, O_maxp)); in CreateTTFromTTGlyphs()
2275 AddTable(ttcr, name); AddTable(ttcr, maxp); AddTable(ttcr, hhea); in CreateTTFromTTGlyphs()
2389 TrueTypeTable *head=0, *hhea=0, *maxp=0, *cvt=0, *prep=0, *glyf=0, *fpgm=0; in CreateT42FromTTGlyphs() local
2422 maxp = TrueTypeTableNew_maxp(getTable(ttf, O_maxp), getTableSize(ttf, O_maxp)); in CreateT42FromTTGlyphs()
2447 AddTable(ttcr, head); AddTable(ttcr, hhea); AddTable(ttcr, maxp); AddTable(ttcr, cvt); in CreateT42FromTTGlyphs()
H A Dttcr.hxx172 TrueTypeTable *TrueTypeTableNew_maxp( const sal_uInt8* maxp, int size);
/trunk/main/soltools/cpp/
H A D_lex.c344 register Token *tp, *maxp; in gettokens() local
368 maxp = &trp->bp[trp->max]; in gettokens()
373 if (tp >= maxp) in gettokens()
377 maxp = &trp->bp[trp->max]; in gettokens()
/trunk/main/extras/source/truetype/symbol/OpenSymbol 2.4.3/
H A DOpenSymbol.sfd751 ShortTable: maxp 16
/trunk/main/extras/source/truetype/symbol/OpenSymbol 2.1/
H A DOpenSymbol.sfd757 ShortTable: maxp 16

Completed in 268 milliseconds