Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/v1/
DClipStack.cpp422 bool applyDeviceBounds(const SkIRect& deviceBounds) { in applyDeviceBounds()
513 void ClipStack::RawElement::simplify(const SkIRect& deviceBounds, bool forceAA) { in simplify()
779 ClipStack::SaveRecord::SaveRecord(const SkIRect& deviceBounds) in SaveRecord()
1135 ClipStack::ClipStack(const SkIRect& deviceBounds, const SkMatrixProvider* matrixProvider, in ClipStack()
DDevice.cpp281 const SkRegion deviceBounds(bounds); in onAsRgnClip() local
/third_party/skia/experimental/graphite/src/
DDevice.cpp152 SkRect deviceBounds = SkRect::Make(this->devClipBounds()); in drawPaint() local
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp516 const SkGlyphRect& deviceBounds, in DirectMaskSubRun()
550 const SkGlyphRect deviceBounds = in Make() local
618 calculate_clip(const GrClip* clip, SkRect deviceBounds, SkRect glyphBounds) { in calculate_clip()
666 const SkRect deviceBounds = SkRect::MakeWH(sdc->width(), sdc->height()); in makeAtlasTextOp() local
1721 const SkRect& deviceBounds, in DirectMaskSubRunNoCache()
1753 const SkGlyphRect deviceBounds = in Make() local
1799 const SkRect deviceBounds = SkRect::MakeWH(sdc->width(), sdc->height()); in makeAtlasTextOp() local
/third_party/skia/tests/
DGrClipStackTest.cpp62 const SkIRect& deviceBounds() const { return fDeviceBounds; } in deviceBounds() function in __anon301f2ac40111::TestCase
71 const SkIRect& deviceBounds, in TestCase()
194 explicit TestCaseBuilder(const char* name, const SkIRect& deviceBounds) in TestCaseBuilder()
207 TestCaseBuilder TestCase::Build(const char* name, const SkIRect& deviceBounds) { in Build()
/third_party/skia/src/pdf/
DSkPDFShader.cpp88 SkRect deviceBounds = bBox; in make_image_shader() local
DSkPDFDevice.cpp1143 SkIRect deviceBounds, in populate_graphic_state_entry_from_paint()