Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrClip.cpp21 void GrClip::getConservativeBounds(int width, int height, SkIRect* devResult, in getConservativeBounds() argument
25 devResult->setLTRB(0, 0, width, height); in getConservativeBounds()
31 *devResult = this->irect(); in getConservativeBounds()
44 devBounds.roundOut(devResult); in getConservativeBounds()
/external/skia/include/gpu/
DGrClip.h162 SkIRect* devResult,