Lines Matching refs:computeFastBounds
432 return tmpUnfiltered.computeFastBounds(rawBounds, storage); in apply_paint_to_bounds_sans_imagefilter()
2083 if (this->quickReject(paint.computeFastBounds(tmp, &storage))) { in onDrawRect()
2109 if (this->quickReject(paint.computeFastBounds(regionRect, &storage))) { in onDrawRegion()
2127 if (this->quickReject(paint.computeFastBounds(oval, &storage))) { in onDrawOval()
2148 if (this->quickReject(paint.computeFastBounds(oval, &storage))) { in onDrawArc()
2166 if (this->quickReject(paint.computeFastBounds(rrect.getBounds(), &storage))) { in onDrawRRect()
2193 if (this->quickReject(paint.computeFastBounds(outer.getBounds(), &storage))) { in onDrawDRRect()
2216 if (this->quickReject(paint.computeFastBounds(pathBounds, &storage))) { in onDrawPath()
2265 paint->computeFastBounds(tmp, &tmp); in onDrawImage()
2311 paint->computeFastBounds(dst, &storage); in onDrawImageRect()
2351 if (this->quickReject(paint->computeFastBounds(bounds, &storage))) { in onDrawBitmap()
2396 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in internalDrawBitmapRect()
2429 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in onDrawImageNine()
2455 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in onDrawBitmapNine()
2478 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in onDrawImageLattice()
2501 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in onDrawBitmapLattice()
2618 if (this->quickReject(paint.computeFastBounds(storage, &tmp))) { in onDrawTextBlob()
2920 paint->computeFastBounds(bounds, &bounds); in onDrawPicture()
2953 paint->computeFastBounds(bounds, &bounds); in onDrawShadowedPicture()