HomeSort by relevance Sort by last modified time
    Searched full:computefastbounds (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkCanvas.cpp 1055 if (this->quickReject(paint.computeFastBounds(r, &storage),
    [all...]
SkPictureRecord.cpp 247 (void)paint.computeFastBounds(bounds, &bounds);
  /external/skia/include/core/
SkPaint.h 454 const SkRect& fastR = paint.computeFastBounds(r, &storage);
460 const SkRect& computeFastBounds(const SkRect& orig, SkRect* storage) const {
    [all...]

Completed in 181 milliseconds