Searched defs:doIRect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp288 if (fBounder && !fBounder->doIRect(devRect)) {
576 return bounder->doIRect(ibounds);
945 if (fBounder && !fBounder->doIRect(mask->fBounds)) {
1288 if (!fBounder->doIRect(ir)) {
1368 if (fBounder && !fBounder->doIRect(bounds)) {
2644 bool SkBounder::doIRect(const SkIRect& r) { function in class:SkBounder
2689 return this->doIRect(r);
2705 return this->doIRect(r);
2721 return this->doIRect(r);
/external/skia/src/core/
H A DSkDraw.cpp288 if (fBounder && !fBounder->doIRect(devRect)) {
576 return bounder->doIRect(ibounds);
945 if (fBounder && !fBounder->doIRect(mask->fBounds)) {
1288 if (!fBounder->doIRect(ir)) {
1368 if (fBounder && !fBounder->doIRect(bounds)) {
2644 bool SkBounder::doIRect(const SkIRect& r) { function in class:SkBounder
2689 return this->doIRect(r);
2705 return this->doIRect(r);
2721 return this->doIRect(r);

Completed in 130 milliseconds