Searched refs:doIRect (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkBounder.h39 bool doIRect(const SkIRect&);
/external/skia/include/core/
H A DSkBounder.h39 bool doIRect(const SkIRect&);
/external/chromium_org/third_party/skia/src/core/
H A DSkMaskFilter.cpp190 if (!clipper.done() && (!bounder || bounder->doIRect(outerR))) {
277 if (!clipper.done() && (bounder == NULL || bounder->doIRect(dstM.fBounds))) {
H A DSkDraw.cpp289 if (fBounder && !fBounder->doIRect(devRect)) {
577 return bounder->doIRect(ibounds);
946 if (fBounder && !fBounder->doIRect(mask->fBounds)) {
1324 if (!fBounder->doIRect(ir)) {
1404 if (fBounder && !fBounder->doIRect(bounds)) {
2713 bool SkBounder::doIRect(const SkIRect& r) { function in class:SkBounder
2758 return this->doIRect(r);
2774 return this->doIRect(r);
2790 return this->doIRect(r);
/external/skia/src/core/
H A DSkMaskFilter.cpp190 if (!clipper.done() && (!bounder || bounder->doIRect(outerR))) {
277 if (!clipper.done() && (bounder == NULL || bounder->doIRect(dstM.fBounds))) {
H A DSkDraw.cpp289 if (fBounder && !fBounder->doIRect(devRect)) {
577 return bounder->doIRect(ibounds);
946 if (fBounder && !fBounder->doIRect(mask->fBounds)) {
1324 if (!fBounder->doIRect(ir)) {
1404 if (fBounder && !fBounder->doIRect(bounds)) {
2713 bool SkBounder::doIRect(const SkIRect& r) { function in class:SkBounder
2758 return this->doIRect(r);
2774 return this->doIRect(r);
2790 return this->doIRect(r);
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp774 if (bounder && !bounder->doIRect(dstM.fBounds)) {
931 if (NULL != draw.fBounder && !draw.fBounder->doIRect(finalIRect)) {
/external/skia/src/gpu/
H A DSkGpuDevice.cpp774 if (bounder && !bounder->doIRect(dstM.fBounds)) {
931 if (NULL != draw.fBounder && !draw.fBounder->doIRect(finalIRect)) {

Completed in 173 milliseconds