Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/fontsubset/
H A Dsft.cxx498 static void GetMetrics(TrueTypeFont *ttf, sal_uInt32 glyphID, TTGlyphMetrics *metrics) in GetMetrics() argument
505 if (glyphID < ttf->numberOfHMetrics) { in GetMetrics()
506 metrics->aw = GetUInt16(table, 4 * glyphID, 1); in GetMetrics()
507 metrics->lsb = GetInt16(table, 4 * glyphID + 2, 1); in GetMetrics()
510 …metrics->lsb = GetInt16(table + ttf->numberOfHMetrics * 4, (glyphID - ttf->numberOfHMetrics) * 2, … in GetMetrics()
517 if (glyphID < ttf->numOfLongVerMetrics) { in GetMetrics()
518 metrics->ah = GetUInt16(table, 4 * glyphID, 1); in GetMetrics()
519 metrics->tsb = GetInt16(table, 4 * glyphID + 2, 1); in GetMetrics()
522 …metrics->tsb = GetInt16(table + ttf->numOfLongVerMetrics * 4, (glyphID - ttf->numOfLongVerMetrics)… in GetMetrics()
529 static int GetSimpleTTOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray, TTG… in GetSimpleTTOutline() argument
[all …]
H A Dttcr.cxx1287 ncomponents = GetTTGlyphComponents(fnt, glyphdata->glyphID, glyphlist); in glyfAdd()
1311 if (((GlyphData *) listCurrent(l))->glyphID == currentID) { in glyfAdd()
1413 gid[i++] = gd->glyphID; in ProcessTables()
/AOO41X/main/vcl/inc/
H A Dsft.hxx180 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 Dgraphite_adaptors.hxx110 …virtual void getGlyphMetrics(gr::gid16 glyphID, gr::Rect & boundingBox, gr::Point & advances);
/AOO41X/main/vcl/aqua/source/gdi/
H A Datslayout.cxx916 if( rALR.glyphID >= MARKED_OUTGLYPH ) in InitGIA()
924 mpGlyphIds[ mnGlyphCount ] = rALR.glyphID; in InitGIA()
/AOO41X/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx475 long glyphId = gi.glyphID(); in append()