Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrMatrixConvolutionEffect.cpp383 uint32_t boundsW = d->fRandom->nextRangeU(0, view.width()); in TestCreate() local
385 SkIRect bounds = SkIRect::MakeXYWH(boundsX, boundsY, boundsW, boundsH); in TestCreate()
/external/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp1730 uint32_t boundsW = d->fRandom->nextRangeU(0, view.width()); in TestCreate() local
1732 SkIRect srcBounds = SkIRect::MakeXYWH(boundsX, boundsY, boundsW, boundsH); in TestCreate()
1932 uint32_t boundsW = d->fRandom->nextRangeU(0, view.width()); in TestCreate() local
1934 SkIRect srcBounds = SkIRect::MakeXYWH(boundsX, boundsY, boundsW, boundsH); in TestCreate()