Home | History | Annotate | Download | only in src

Lines Matching refs:pathBounds

1195         GrRect pathBounds = path.getBounds();
1197 if (!pathBounds.isEmpty()) {
1199 pathBounds.offset(*translate);
1201 target->getViewMatrix().mapRect(&pathBounds, pathBounds);
1202 pathBounds.roundOut(&pathIBounds);