Home | History | Annotate | Download | only in gpu

Lines Matching refs:pathBounds

18                                           const SkRect& pathBounds) {
28 mat.setTranslate((i % 2) ? pathBounds.fLeft : pathBounds.fRight,
29 (i < 2) ? pathBounds.fTop : pathBounds.fBottom);
37 // max of the path pathBounds width and height.
38 srcTol = SkTMax(pathBounds.width(), pathBounds.height());