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

  /external/skia/src/gpu/ccpr/
GrCCDrawPathsOp.cpp 291 // The hitRect should already be contained within the shape's bounds, but we still intersect it
294 SkIRect hitRect = fCacheEntry->hitRect().makeOffset(fCachedMaskShift.x(), fCachedMaskShift.y());
295 hitRect.intersect(fShapeConservativeIBounds);
300 int64_t hitArea = sk_64_mul(hitRect.height(), hitRect.width());
GrCCPathCache.h 216 const SkIRect& hitRect() const { return fHitRect; }
  /external/skqp/src/gpu/ccpr/
GrCCDrawPathsOp.cpp 288 // The hitRect should already be contained within the shape's bounds, but we still intersect it
291 SkIRect hitRect = fCacheEntry->hitRect().makeOffset(fCachedMaskShift.x(), fCachedMaskShift.y());
292 hitRect.intersect(fShapeConservativeIBounds);
297 int64_t hitArea = sk_64_mul(hitRect.height(), hitRect.width());
GrCCPathCache.h 216 const SkIRect& hitRect() const { return fHitRect; }

Completed in 228 milliseconds