Home
last modified time | relevance | path

Searched refs:finalIRect (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrBlurUtils.cpp205 SkIRect finalIRect; in draw_path_with_mask_filter() local
206 maskRect.roundOut(&finalIRect); in draw_path_with_mask_filter()
207 if (clip_bounds_quick_reject(clipBounds, finalIRect)) { in draw_path_with_mask_filter()
225 finalIRect, in draw_path_with_mask_filter()
234 finalIRect); in draw_path_with_mask_filter()
237 finalIRect, std::move(paint), std::move(filtered))) { in draw_path_with_mask_filter()
DSkGpuDevice.cpp461 SkIRect finalIRect; in drawRRect() local
462 maskRect.roundOut(&finalIRect); in drawRRect()