Searched refs:boundsW (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/gpu/effects/ |
H A D | GrMatrixConvolutionEffect.cpp | 379 uint32_t boundsW = d->fRandom->nextRangeU(0, view.width()); in TestCreate() local 381 SkIRect bounds = SkIRect::MakeXYWH(boundsX, boundsY, boundsW, boundsH); in TestCreate()
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkLightingImageFilter.cpp | 1746 uint32_t boundsW = d->fRandom->nextRangeU(0, view.width()); in TestCreate() local 1748 SkIRect srcBounds = SkIRect::MakeXYWH(boundsX, boundsY, boundsW, boundsH); in TestCreate() 1940 uint32_t boundsW = d->fRandom->nextRangeU(0, view.width()); in TestCreate() local 1942 SkIRect srcBounds = SkIRect::MakeXYWH(boundsX, boundsY, boundsW, boundsH); in TestCreate()
|
Completed in 7 milliseconds