Home
last modified time | relevance | path

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

/external/skia/tests/
DProxyTest.cpp122 for (auto widthHeight : { 100, 128, 1048576 }) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
131 desc.fWidth = widthHeight; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
132 desc.fHeight = widthHeight; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
158 widthHeight, widthHeight, config, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
192 widthHeight, widthHeight, config, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DImageFilterTest.cpp368 static sk_sp<SkSpecialSurface> create_empty_special_surface(GrContext* context, int widthHeight) { in create_empty_special_surface() argument
372 widthHeight, widthHeight, in create_empty_special_surface()
377 const SkImageInfo info = SkImageInfo::MakeN32(widthHeight, widthHeight, in create_empty_special_surface()
395 static sk_sp<SkSpecialImage> create_empty_special_image(GrContext* context, int widthHeight) { in create_empty_special_image() argument
396 sk_sp<SkSpecialSurface> surf(create_empty_special_surface(context, widthHeight)); in create_empty_special_image()
/external/skia/include/effects/
DSkBlurMaskFilter.h79 SkISize* widthHeight,
/external/skia/src/effects/
DSkBlurMaskFilter.cpp198 SkISize* widthHeight, in ComputeBlurredRRectParams() argument
236 widthHeight->fWidth = newRRWidth + 2 * devBlurRadius; in ComputeBlurredRRectParams()
237 widthHeight->fHeight = newRRHeight + 2 * devBlurRadius; in ComputeBlurredRRectParams()
254 texXs[3] = SkIntToScalar(widthHeight->fWidth); in ComputeBlurredRRectParams()
259 texYs[3] = SkIntToScalar(widthHeight->fHeight); in ComputeBlurredRRectParams()