Searched refs:devResult (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/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 | 65 void GrClipStackClip::getConservativeBounds(int width, int height, SkIRect* devResult, in getConservativeBounds() argument 68 devResult->setXYWH(0, 0, width, height); in getConservativeBounds() 76 devBounds.roundOut(devResult); in getConservativeBounds()
|