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

  /external/skia/include/core/
SkBounder.h 37 bool doIRect(const SkIRect&);
  /external/skia/src/core/
SkMaskFilter.cpp 44 if (!clipper.done() && (bounder == NULL || bounder->doIRect(dstM.fBounds))) {
SkDraw.cpp 261 if (fBounder && !fBounder->doIRect(devRect)) {
528 return bounder->doIRect(ibounds);
817 if (fBounder && !fBounder->doIRect(mask->fBounds)) {
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]

Completed in 96 milliseconds