Searched refs:fDeviceBounds (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/src/gpu/v1/ |
D | ClipStack.cpp | 1141 , fDeviceBounds(deviceBounds) in ClipStack() 1189 return fDeviceBounds; in getConservativeBounds() 1194 return subtract(fDeviceBounds, current.innerBounds(), /* exact */ true); in getConservativeBounds() 1196 SkASSERT(fDeviceBounds.contains(current.outerBounds())); in getConservativeBounds() 1204 if (!draw.applyDeviceBounds(fDeviceBounds)) { in preApply() 1272 if (!draw.applyDeviceBounds(fDeviceBounds)) { in apply() 1275 SkAssertResult(bounds->intersect(SkRect::Make(fDeviceBounds))); in apply() 1539 save.reset(fDeviceBounds); in replaceClip() 1540 if (rect != fDeviceBounds) { in replaceClip() 1554 element.simplify(fDeviceBounds, fForceAA); in clip()
|
D | ClipStack.h | 310 const SkIRect fDeviceBounds; variable
|
/third_party/skia/tests/ |
D | GrClipStackTest.cpp | 62 const SkIRect& deviceBounds() const { return fDeviceBounds; } in deviceBounds() 77 , fDeviceBounds(deviceBounds) in TestCase() 92 SkIRect fDeviceBounds; member in __anonc2b7df300111::TestCase 184 TestCase test(fName, fDeviceBounds, fExpectedState, in finishTest() 196 , fDeviceBounds(deviceBounds) in TestCaseBuilder() 200 SkIRect fDeviceBounds; member in __anonc2b7df300111::TestCaseBuilder 247 SkRegion region(fDeviceBounds); in getOptimalBounds() 309 ClipStack cs(fDeviceBounds, &matrixProvider, false); in run()
|