Searched defs:deviceBounds (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/graphite/ |
D | ClipStack.cpp | 302 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
|
D | Device.cpp | 688 const SkRegion deviceBounds(bounds); in android_utils_clipAsRgn() local
|
/external/skia/src/gpu/graphite/geom/ |
D | SubRunData.h | 46 Rect deviceBounds, in SubRunData()
|
/external/skia/src/gpu/ganesh/ |
D | ClipStack.cpp | 475 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()
|
D | Device.cpp | 416 const SkRegion deviceBounds(bounds); in android_utils_clipAsRgn() local
|
/external/skia/tests/ |
D | GrClipStackTest.cpp | 98 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/ |
D | SkPDFShader.cpp | 98 SkRect deviceBounds = bBox; in make_image_shader() local
|
D | SkPDFDevice.cpp | 1269 SkIRect deviceBounds, in populate_graphic_state_entry_from_paint()
|
/external/skia/src/text/gpu/ |
D | SubRunContainer.cpp | 650 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
|