Home | History | Annotate | Download | only in pdf

Lines Matching refs:bbox

30 static void transformBBox(const SkMatrix& matrix, SkRect* bbox) {
34 inverse.mapRect(bbox);
433 // info->fPoints to the matrix (updating bbox appropriately). Now
440 SkRect bbox;
441 bbox.set(fState.get()->fBBox);
442 transformBBox(finalMatrix, &bbox);
447 domain->append(new SkPDFScalar(bbox.fLeft))->unref();
448 domain->append(new SkPDFScalar(bbox.fRight))->unref();
449 bbox.fTop))->unref();
450 domain->append(new SkPDFScalar(bbox.fBottom))->unref();
674 fContent->insert("BBox", patternBBoxArray.get());
750 const SkMatrix& canvasTransform, const SkIRect& bbox)
752 fBBox(bbox) {