Home | History | Annotate | Download | only in pdf

Lines Matching full:bbox

301     SkPDFArray* bbox = new SkPDFArray;
302 bbox->reserve(4);
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));
307 return bbox;
1355 SkIRect bbox
1365 bbox.join(glyphBBox);
1388 this->insertObject("FontBBox", makeFontBBox(bbox, 1000));