Home
last modified time | relevance | path

Searched refs:unclippedHeight (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/ops/
H A 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/
H A DGrBlurUtils.cpp322 int unclippedHeight = unClippedMaskRect.height(); in compute_key_and_clip_bounds() local
323 int64_t unclippedArea = sk_64_mul(unclippedWidth, unclippedHeight); in compute_key_and_clip_bounds()
327 unclippedHeight > maxTextureSize) { in compute_key_and_clip_bounds()

Completed in 3 milliseconds