Searched refs:glyphBBox (Results 1 – 1 of 1) sorted by relevance
300 SkPDFArray* makeFontBBox(SkIRect glyphBBox, uint16_t emSize) { in makeFontBBox() argument303 bbox->appendScalar(scaleFromFontUnits(glyphBBox.fLeft, emSize)); in makeFontBBox()304 bbox->appendScalar(scaleFromFontUnits(glyphBBox.fBottom, emSize)); in makeFontBBox()305 bbox->appendScalar(scaleFromFontUnits(glyphBBox.fRight, emSize)); in makeFontBBox()306 bbox->appendScalar(scaleFromFontUnits(glyphBBox.fTop, emSize)); in makeFontBBox()1363 SkIRect glyphBBox = SkIRect::MakeXYWH(glyph.fLeft, glyph.fTop, in populate() local1365 bbox.join(glyphBBox); in populate()1368 setGlyphWidthAndBoundingBox(SkFixedToScalar(glyph.fAdvanceX), glyphBBox, in populate()