Searched refs:nglyphs (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/vcl/source/fontsubset/ |
| H A D | sft.cxx | 540 if( glyphID >= ttf->nglyphs ) /*- glyph is not present in the font */ in GetSimpleTTOutline() 633 if (glyphID >= ttf->nglyphs) /*- incorrect glyphID */ in GetCompoundTTOutline() 836 if (glyphID >= ttf->nglyphs) return -1; /**/ in GetTTGlyphOutline() 1551 static void KernGlyphsPrim1(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData… in KernGlyphsPrim1() argument 1555 (void)nglyphs; /* avoid warning */ in KernGlyphsPrim1() 1557 (void)nglyphs; /* avoid warning */ in KernGlyphsPrim1() 1562 static void KernGlyphsPrim2(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData… in KernGlyphsPrim2() argument 1567 if( ! nglyphs ) in KernGlyphsPrim2() 1570 for (i = 0; i < (sal_uInt32)nglyphs - 1; i++) { in KernGlyphsPrim2() 1646 (*ttf)->nglyphs = 0xFFFFFFFF; in allocTrueTypeFont() [all …]
|
| /trunk/main/vcl/inc/ |
| H A D | sft.hxx | 554 void KernGlyphs(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData *kern); 590 sal_uInt32 nglyphs; member
|
| /trunk/main/x11_extensions/inc/ |
| H A D | Xrender.h | 304 int nglyphs, 312 int nglyphs);
|
| H A D | renderproto.h | 437 CARD32 nglyphs; member
|