Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/
DClipStack.cpp302 ClipStack::RawElement::RawElement(const Rect& deviceBounds, in RawElement()
656 ClipStack::SaveRecord::SaveRecord(const Rect& deviceBounds) in SaveRecord()
704 Rect ClipStack::SaveRecord::scissor(const Rect& deviceBounds, const Rect& drawBounds) const { in scissor() argument
1048 Rect ClipStack::deviceBounds() const { in deviceBounds() function in skgpu::graphite::ClipStack
1244 const Rect deviceBounds = this->deviceBounds(); in visitClipStackForDraw() local
DDevice.cpp688 const SkRegion deviceBounds(bounds); in android_utils_clipAsRgn() local
/external/skia/src/gpu/graphite/geom/
DSubRunData.h46 Rect deviceBounds, in SubRunData()
/external/skia/src/gpu/ganesh/
DClipStack.cpp475 bool applyDeviceBounds(const SkIRect& deviceBounds) { in applyDeviceBounds()
566 void ClipStack::RawElement::simplify(const SkIRect& deviceBounds, bool forceAA) { in simplify()
832 ClipStack::SaveRecord::SaveRecord(const SkIRect& deviceBounds) in SaveRecord()
1188 ClipStack::ClipStack(const SkIRect& deviceBounds, const SkMatrix* ctm, bool forceAA) in ClipStack()
DDevice.cpp416 const SkRegion deviceBounds(bounds); in android_utils_clipAsRgn() local
/external/skia/tests/
DGrClipStackTest.cpp98 const SkIRect& deviceBounds() const { return fDeviceBounds; } in deviceBounds() function in __anona6ed96280111::TestCase
107 const SkIRect& deviceBounds, in TestCase()
230 explicit TestCaseBuilder(const char* name, const SkIRect& deviceBounds) in TestCaseBuilder()
243 TestCaseBuilder TestCase::Build(const char* name, const SkIRect& deviceBounds) { in Build()
/external/skia/src/pdf/
DSkPDFShader.cpp98 SkRect deviceBounds = bBox; in make_image_shader() local
DSkPDFDevice.cpp1269 SkIRect deviceBounds, in populate_graphic_state_entry_from_paint()
/external/skia/src/text/gpu/
DSubRunContainer.cpp650 calculate_clip(const GrClip* clip, SkRect deviceBounds, SkRect glyphBounds) { in calculate_clip()
788 const SkRect deviceBounds = SkRect::MakeWH(sdc->width(), sdc->height()); in makeAtlasTextOp() local