HomeSort by relevance Sort by last modified time
    Searched refs:doIRect (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkBounder.h 39 bool doIRect(const SkIRect&);
  /external/skia/include/core/
SkBounder.h 39 bool doIRect(const SkIRect&);
  /external/chromium_org/third_party/skia/src/core/
SkMaskFilter.cpp 190 if (!clipper.done() && (!bounder || bounder->doIRect(outerR))) {
277 if (!clipper.done() && (bounder == NULL || bounder->doIRect(dstM.fBounds))) {
SkDraw.cpp 289 if (fBounder && !fBounder->doIRect(devRect)) {
577 return bounder->doIRect(ibounds);
946 if (fBounder && !fBounder->doIRect(mask->fBounds)) {
    [all...]
  /external/skia/src/core/
SkMaskFilter.cpp 190 if (!clipper.done() && (!bounder || bounder->doIRect(outerR))) {
277 if (!clipper.done() && (bounder == NULL || bounder->doIRect(dstM.fBounds))) {
SkDraw.cpp 289 if (fBounder && !fBounder->doIRect(devRect)) {
577 return bounder->doIRect(ibounds);
946 if (fBounder && !fBounder->doIRect(mask->fBounds)) {
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 774 if (bounder && !bounder->doIRect(dstM.fBounds)) {
931 if (NULL != draw.fBounder && !draw.fBounder->doIRect(finalIRect)) {
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 774 if (bounder && !bounder->doIRect(dstM.fBounds)) {
931 if (NULL != draw.fBounder && !draw.fBounder->doIRect(finalIRect)) {
    [all...]

Completed in 31 milliseconds