Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrFixedClip.cpp20 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()
DGrClip.h28 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()
DGrFixedClip.h46 void getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const override;
DGrClipStackClip.h29 void getConservativeBounds(int width, int height, SkIRect* devResult,
DGrClipStackClip.cpp65 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()