Searched refs:devResult (Results 1 – 10 of 10) sorted by relevance
/external/skqp/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 | 28 virtual void getConservativeBounds(int width, int height, SkIRect* devResult, 163 void getConservativeBounds(int width, int height, SkIRect* devResult, in getConservativeBounds() argument 165 devResult->setXYWH(0, 0, width, height); in getConservativeBounds()
|
D | GrFixedClip.h | 46 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 | 62 void GrClipStackClip::getConservativeBounds(int width, int height, SkIRect* devResult, in getConservativeBounds() argument 65 devResult->setXYWH(0, 0, width, height); in getConservativeBounds() 73 devBounds.roundOut(devResult); in getConservativeBounds()
|
/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 | 28 virtual void getConservativeBounds(int width, int height, SkIRect* devResult, 163 void getConservativeBounds(int width, int height, SkIRect* devResult, in getConservativeBounds() argument 165 devResult->setXYWH(0, 0, width, height); in getConservativeBounds()
|
D | GrFixedClip.h | 46 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 | 62 void GrClipStackClip::getConservativeBounds(int width, int height, SkIRect* devResult, in getConservativeBounds() argument 65 devResult->setXYWH(0, 0, width, height); in getConservativeBounds() 73 devBounds.roundOut(devResult); in getConservativeBounds()
|