Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSoftwarePathRenderer.cpp279 int unclippedHeight = unclippedDevShapeBounds.height(); in onDrawPath() local
280 int64_t unclippedArea = sk_64_mul(unclippedWidth, unclippedHeight); in onDrawPath()
285 unclippedHeight > maxTextureSize) { in onDrawPath()
DGrBlurUtils.cpp327 int unclippedHeight = unClippedMaskRect.height(); in draw_shape_with_mask_filter() local
328 int64_t unclippedArea = sk_64_mul(unclippedWidth, unclippedHeight); in draw_shape_with_mask_filter()
332 unclippedHeight > maxTextureSize) { in draw_shape_with_mask_filter()
/external/skqp/src/gpu/
DGrSoftwarePathRenderer.cpp276 int unclippedHeight = unclippedDevShapeBounds.height(); in onDrawPath() local
277 int64_t unclippedArea = sk_64_mul(unclippedWidth, unclippedHeight); in onDrawPath()
282 unclippedHeight > maxTextureSize) { in onDrawPath()
DGrBlurUtils.cpp327 int unclippedHeight = unClippedMaskRect.height(); in draw_shape_with_mask_filter() local
328 int64_t unclippedArea = sk_64_mul(unclippedWidth, unclippedHeight); in draw_shape_with_mask_filter()
332 unclippedHeight > maxTextureSize) { in draw_shape_with_mask_filter()