Searched refs:boundsW (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrMatrixConvolutionEffect.cpp | 383 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/ |
D | SkLightingImageFilter.cpp | 1730 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()
|