Lines Matching defs:bbox
677 // info.fPoints to the matrix (updating bbox appropriately). Now
697 SkRect bbox;
698 bbox.set(state.fBBox);
699 if (!SkPDFUtils::InverseTransformBBox(finalMatrix, &bbox)) {
732 "Domain", SkPDFMakeArray(bbox.left(), bbox.right(), bbox.top(), bbox.bottom()));
734 auto domain = SkPDFMakeArray(bbox.left(), bbox.right(), bbox.top(), bbox.bottom());
830 SkRect bbox = SkRect::Make(state.fBBox);
833 create_pattern_fill_content(-1, luminosityShader.fValue, bbox),
834 SkPDFUtils::RectToArray(bbox),
852 SkRect bbox = SkRect::Make(state.fBBox);
864 create_pattern_fill_content(alphaGsRef.fValue, colorShader.fValue, bbox);
866 SkPDFUtils::PopulateTilingPatternDict(alphaFunctionShader.get(), bbox,
873 const SkIRect& bbox) {
881 bbox, 0};
915 const SkIRect& bbox) {
918 SkPDFGradientShader::Key key = make_key(shader, canvasTransform, bbox);