Home
last modified time | relevance | path

Searched refs:unclippedHeight (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrSoftwarePathRenderer.cpp275 int unclippedHeight = unclippedDevShapeBounds.height(); in onDrawPath() local
276 int64_t unclippedArea = sk_64_mul(unclippedWidth, unclippedHeight); in onDrawPath()
281 unclippedHeight > maxTextureSize) { in onDrawPath()
DGrBlurUtils.cpp324 int unclippedHeight = unClippedMaskRect.height(); in draw_shape_with_mask_filter() local
325 int64_t unclippedArea = sk_64_mul(unclippedWidth, unclippedHeight); in draw_shape_with_mask_filter()
329 unclippedHeight > maxTextureSize) { in draw_shape_with_mask_filter()
/third_party/skia/src/gpu/ops/
DSoftwarePathRenderer.cpp268 int unclippedHeight = unclippedDevShapeBounds.height(); in onDrawPath() local
269 int64_t unclippedArea = sk_64_mul(unclippedWidth, unclippedHeight); in onDrawPath()
274 unclippedHeight > maxTextureSize) { in onDrawPath()
/third_party/skia/src/gpu/
DGrBlurUtils.cpp315 int unclippedHeight = unClippedMaskRect.height(); in compute_key_and_clip_bounds() local
316 int64_t unclippedArea = sk_64_mul(unclippedWidth, unclippedHeight); in compute_key_and_clip_bounds()
320 unclippedHeight > maxTextureSize) { in compute_key_and_clip_bounds()