Home
last modified time | relevance | path

Searched defs:deviceBounds (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/graphite/
DClipStack.cpp283 ClipStack::RawElement::RawElement(const Rect& deviceBounds, in RawElement()
615 ClipStack::SaveRecord::SaveRecord(const Rect& deviceBounds) in SaveRecord()
648 Rect ClipStack::SaveRecord::scissor(const Rect& deviceBounds, const Rect& drawBounds) const { in scissor() argument
989 Rect ClipStack::deviceBounds() const { in deviceBounds() function in skgpu::graphite::ClipStack
1092 const Rect deviceBounds = this->deviceBounds(); in applyClipToDraw() local
DDevice.cpp516 const SkRegion deviceBounds(bounds); in onAsRgnClip() local
/external/skia/src/gpu/graphite/geom/
DSubRunData.h30 Rect deviceBounds, in SubRunData()
/external/skia/src/gpu/ganesh/
DClipStack.cpp432 bool applyDeviceBounds(const SkIRect& deviceBounds) { in applyDeviceBounds()
523 void ClipStack::RawElement::simplify(const SkIRect& deviceBounds, bool forceAA) { in simplify()
789 ClipStack::SaveRecord::SaveRecord(const SkIRect& deviceBounds) in SaveRecord()
1145 ClipStack::ClipStack(const SkIRect& deviceBounds, const SkMatrixProvider* matrixProvider, in ClipStack()
DDevice.cpp379 const SkRegion deviceBounds(bounds); in onAsRgnClip() local
/external/skia/tests/
DGrClipStackTest.cpp99 const SkIRect& deviceBounds() const { return fDeviceBounds; } in deviceBounds() function in __anonab8690170111::TestCase
108 const SkIRect& deviceBounds, in TestCase()
231 explicit TestCaseBuilder(const char* name, const SkIRect& deviceBounds) in TestCaseBuilder()
244 TestCaseBuilder TestCase::Build(const char* name, const SkIRect& deviceBounds) { in Build()
/external/skia/src/pdf/
DSkPDFShader.cpp88 SkRect deviceBounds = bBox; in make_image_shader() local
DSkPDFDevice.cpp1152 SkIRect deviceBounds, in populate_graphic_state_entry_from_paint()
/external/skia/src/text/gpu/
DSubRunContainer.cpp1083 calculate_clip(const GrClip* clip, SkRect deviceBounds, SkRect glyphBounds) { in calculate_clip()
1294 SkRect deviceBounds, in DirectMaskSubRun()
1421 const SkRect deviceBounds = SkRect::MakeWH(sdc->width(), sdc->height()); in makeAtlasTextOp() local