Lines Matching refs:bbox
698 SkRect bbox; in make_function_shader() local
699 bbox.set(state.fBBox); in make_function_shader()
700 if (!SkPDFUtils::InverseTransformBBox(finalMatrix, &bbox)) { in make_function_shader()
733 "Domain", SkPDFMakeArray(bbox.left(), bbox.right(), bbox.top(), bbox.bottom())); in make_function_shader()
735 auto domain = SkPDFMakeArray(bbox.left(), bbox.right(), bbox.top(), bbox.bottom()); in make_function_shader()
831 SkRect bbox = SkRect::Make(state.fBBox); in create_smask_graphic_state() local
834 create_pattern_fill_content(-1, luminosityShader.fValue, bbox), in create_smask_graphic_state()
835 SkPDFUtils::RectToArray(bbox), in create_smask_graphic_state()
853 SkRect bbox = SkRect::Make(state.fBBox); in make_alpha_function_shader() local
865 create_pattern_fill_content(alphaGsRef.fValue, colorShader.fValue, bbox); in make_alpha_function_shader()
867 SkPDFUtils::PopulateTilingPatternDict(alphaFunctionShader.get(), bbox, in make_alpha_function_shader()
874 const SkIRect& bbox) { in make_key() argument
882 bbox, 0}; in make_key()
916 const SkIRect& bbox) { in Make() argument
919 SkPDFGradientShader::Key key = make_key(shader, canvasTransform, bbox); in Make()