Searched defs:glyphBBox (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pdf/
H A DSkPDFFont.cpp300 SkPDFArray* makeFontBBox(SkIRect glyphBBox, uint16_t emSize) { argument
303 bbox->appendScalar(scaleFromFontUnits(glyphBBox.fLeft, emSize));
304 bbox->appendScalar(scaleFromFontUnits(glyphBBox.fBottom, emSize));
305 bbox->appendScalar(scaleFromFontUnits(glyphBBox.fRight, emSize));
306 bbox->appendScalar(scaleFromFontUnits(glyphBBox.fTop, emSize));
1363 SkIRect glyphBBox = SkIRect::MakeXYWH(glyph.fLeft, glyph.fTop,
1365 bbox.join(glyphBBox);
1368 setGlyphWidthAndBoundingBox(SkFixedToScalar(glyph.fAdvanceX), glyphBBox,

Completed in 114 milliseconds