Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.cpp380 uint32_t boundsH = d->fRandom->nextRangeU(0, view.height()); in TestCreate() local
381 SkIRect bounds = SkIRect::MakeXYWH(boundsX, boundsY, boundsW, boundsH); in TestCreate()
/third_party/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp1747 uint32_t boundsH = d->fRandom->nextRangeU(0, view.height()); in TestCreate() local
1748 SkIRect srcBounds = SkIRect::MakeXYWH(boundsX, boundsY, boundsW, boundsH); in TestCreate()
1941 uint32_t boundsH = d->fRandom->nextRangeU(0, view.height()); in TestCreate() local
1942 SkIRect srcBounds = SkIRect::MakeXYWH(boundsX, boundsY, boundsW, boundsH); in TestCreate()

Completed in 10 milliseconds