Lines Matching refs:canComputeFastBounds

431     if (tmpUnfiltered.canComputeFastBounds()) {  in apply_paint_to_bounds_sans_imagefilter()
1010 if (bounds && !imageFilter->canComputeFastBounds()) { in clipRectBounds()
2041 if (paint.canComputeFastBounds()) { in onDrawPoints()
2076 if (paint.canComputeFastBounds()) { in onDrawRect()
2107 if (paint.canComputeFastBounds()) { in onDrawRegion()
2125 if (paint.canComputeFastBounds()) { in onDrawOval()
2145 if (paint.canComputeFastBounds()) { in onDrawArc()
2164 if (paint.canComputeFastBounds()) { in onDrawRRect()
2191 if (paint.canComputeFastBounds()) { in onDrawDRRect()
2214 if (!path.isInverseFillType() && paint.canComputeFastBounds()) { in onDrawPath()
2262 if (nullptr == paint || paint->canComputeFastBounds()) { in onDrawImage()
2308 if (nullptr == paint || paint->canComputeFastBounds()) { in onDrawImageRect()
2348 bool canFastBounds = paint->canComputeFastBounds(); in onDrawBitmap()
2394 if (nullptr == paint || paint->canComputeFastBounds()) { in internalDrawBitmapRect()
2427 if (nullptr == paint || paint->canComputeFastBounds()) { in onDrawImageNine()
2453 if (nullptr == paint || paint->canComputeFastBounds()) { in onDrawBitmapNine()
2476 if (nullptr == paint || paint->canComputeFastBounds()) { in onDrawImageLattice()
2499 if (nullptr == paint || paint->canComputeFastBounds()) { in onDrawBitmapLattice()
2615 if (paint.canComputeFastBounds()) { in onDrawTextBlob()
2917 if (!paint || paint->canComputeFastBounds()) { in onDrawPicture()
2950 if (!paint || paint->canComputeFastBounds()) { in onDrawShadowedPicture()