Searched refs:boundsX (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/gpu/effects/ |
H A D | GrMatrixConvolutionEffect.cpp | 377 uint32_t boundsX = 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 | 1744 uint32_t boundsX = d->fRandom->nextRangeU(0, view.width()); in TestCreate() local 1748 SkIRect srcBounds = SkIRect::MakeXYWH(boundsX, boundsY, boundsW, boundsH); in TestCreate() 1938 uint32_t boundsX = d->fRandom->nextRangeU(0, view.width()); in TestCreate() local 1942 SkIRect srcBounds = SkIRect::MakeXYWH(boundsX, boundsY, boundsW, boundsH); in TestCreate()
|
Completed in 6 milliseconds