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

  /external/skia/src/core/
SkMatrixImageFilter.cpp 120 SkRect floatBounds;
121 matrix.mapRect(&floatBounds, SkRect::Make(src));
122 SkIRect bounds = floatBounds.roundOut();
  /external/skia/src/effects/
SkPictureImageFilter.cpp 95 SkRect floatBounds;
96 ctx.ctm().mapRect(&floatBounds, fCropRect);
97 SkIRect bounds = floatBounds.roundOut();

Completed in 52 milliseconds