Home
last modified time | relevance | path

Searched refs:boundsW (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.cpp379 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 DSkLightingImageFilter.cpp1746 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 5 milliseconds