Lines Matching refs:computeFastBounds
362 return tmpUnfiltered.computeFastBounds(rawBounds, storage); in apply_paint_to_bounds_sans_imagefilter()
2075 if (this->quickReject(paint.computeFastBounds(r, &storage))) { in onDrawRect()
2115 if (this->quickReject(paint.computeFastBounds(regionRect, &storage))) { in onDrawRegion()
2133 if (this->quickReject(paint.computeFastBounds(oval, &storage))) { in onDrawOval()
2154 if (this->quickReject(paint.computeFastBounds(oval, &storage))) { in onDrawArc()
2171 if (this->quickReject(paint.computeFastBounds(rrect.getBounds(), &storage))) { in onDrawRRect()
2198 if (this->quickReject(paint.computeFastBounds(outer.getBounds(), &storage))) { in onDrawDRRect()
2220 if (this->quickReject(paint.computeFastBounds(pathBounds, &storage))) { in onDrawPath()
2284 paint->computeFastBounds(tmp, &tmp); in onDrawImage()
2332 paint->computeFastBounds(dst, &storage); in onDrawImageRect()
2366 if (this->quickReject(paint->computeFastBounds(bounds, &storage))) { in onDrawBitmap()
2410 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in internalDrawBitmapRect()
2442 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in onDrawImageNine()
2465 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in onDrawBitmapNine()
2487 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in onDrawImageLattice()
2519 if (this->quickReject(paint ? paint->computeFastBounds(dst, &storage) : dst)) { in onDrawBitmapLattice()
2541 if (this->quickReject(paint.computeFastBounds(storage, &tmp))) { in onDrawTextBlob()
2771 paint->computeFastBounds(bounds, &bounds); in onDrawPicture()