Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkBlurMF.cpp172 SkISize* widthHeight, in SkComputeBlurredRRectParams()
/third_party/flutter/skia/tests/
DProcessorTest.cpp341 bool log_pixels(GrColor* pixels, int widthHeight, SkString* dst) { in log_pixels()
DImageFilterTest.cpp332 static sk_sp<SkSpecialSurface> create_empty_special_surface(GrContext* context, int widthHeight) { in create_empty_special_surface()
352 static sk_sp<SkSpecialImage> create_empty_special_image(GrContext* context, int widthHeight) { in create_empty_special_image()
/third_party/flutter/skia/gm/
Dwacky_yuv_formats.cpp340 int widthHeight = kTileWidthHeight + (padWithRed ? 2 * kDomainPadding : 0); in make_bitmap() local