Searched refs:devResult (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/ |
D | GrFixedClip.cpp | 20 void GrFixedClip::getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const { in getConservativeBounds() argument 21 devResult->setXYWH(0, 0, w, h); in getConservativeBounds() 23 if (!devResult->intersect(fScissorState.rect())) { in getConservativeBounds() 24 devResult->setEmpty(); in getConservativeBounds()
|
D | GrClip.h | 29 virtual void getConservativeBounds(int width, int height, SkIRect* devResult, 139 void getConservativeBounds(int width, int height, SkIRect* devResult, in getConservativeBounds() argument 141 devResult->setXYWH(0, 0, width, height); in getConservativeBounds()
|
D | GrFixedClip.h | 43 void getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const override;
|
D | GrClipStackClip.h | 29 void getConservativeBounds(int width, int height, SkIRect* devResult,
|
D | GrClipStackClip.cpp | 59 void GrClipStackClip::getConservativeBounds(int width, int height, SkIRect* devResult, in getConservativeBounds() argument 62 devResult->setXYWH(0, 0, width, height); in getConservativeBounds() 70 devBounds.roundOut(devResult); in getConservativeBounds()
|