Searched refs:glyphID (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 505 if (glyphID < ttf->numberOfHMetrics) { in GetMetrics() 552 GetMetrics(ttf, glyphID, metrics); in GetSimpleTTOutline() 839 int length = ttf->goffsets[glyphID+1] - ttf->goffsets[glyphID]; in GetTTGlyphOutline() 855 aPrivList.push_back( glyphID ); in GetTTGlyphOutline() 1954 if( glyphID >= ttf->nglyphs ) in GetTTGlyphComponents() 1960 glyphlist.push_back( glyphID ); in GetTTGlyphComponents() 2622 if (glyphID < n) { in GetTTSimpleGlyphMetrics() 2623 nAdvOffset = 4 * glyphID; in GetTTSimpleGlyphMetrics() 2765 if( glyphID >= ttf->nglyphs ) in GetTTRawGlyphData() 2773 length = ttf->goffsets[glyphID+1] - ttf->goffsets[glyphID]; in GetTTRawGlyphData() [all …]
|
H A D | ttcr.cxx | 1287 ncomponents = GetTTGlyphComponents(fnt, glyphdata->glyphID, glyphlist); in glyfAdd() 1311 if (((GlyphData *) listCurrent(l))->glyphID == currentID) { in glyfAdd() 1413 gid[i++] = gd->glyphID; in ProcessTables()
|
/aoo4110/main/vcl/inc/ |
H A D | sft.hxx | 180 sal_uInt32 glyphID; /**< glyph ID */ member 320 int GetTTGlyphPoints(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray); 334 GlyphData *GetTTRawGlyphData(TrueTypeFont *ttf, sal_uInt32 glyphID); 351 …int GetTTGlyphComponents(TrueTypeFont *ttf, sal_uInt32 glyphID, std::vector< sal_uInt32 >& glyphli…
|
H A D | graphite_adaptors.hxx | 110 …virtual void getGlyphMetrics(gr::gid16 glyphID, gr::Rect & boundingBox, gr::Point & advances);
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | atslayout.cxx | 916 if( rALR.glyphID >= MARKED_OUTGLYPH ) in InitGIA() 924 mpGlyphIds[ mnGlyphCount ] = rALR.glyphID; in InitGIA()
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 475 long glyphId = gi.glyphID(); in append()
|
Completed in 43 milliseconds