| /third_party/flutter/skia/src/core/ |
| D | SkRecordDraw.cpp | 176 FillBounds(const SkRect& cullRect, const SkRecord& record, SkRect bounds[]) in FillBounds() 245 Bounds bounds; // Bounds of everything in the block. member 350 void popControl(const Bounds& bounds) { in popControl() 355 void updateSaveBounds(const Bounds& bounds) { in updateSaveBounds() 362 Bounds bounds(const Flush&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 364 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 365 Bounds bounds(const DrawBehind&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 366 Bounds bounds(const NoOp&) const { return Bounds::MakeEmpty(); } // NoOps don't draw. in bounds() function in SkRecords::FillBounds 368 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds() function in SkRecords::FillBounds 369 Bounds bounds(const DrawRegion& op) const { in bounds() function in SkRecords::FillBounds [all …]
|
| D | SkMiniRecorder.cpp | 32 static SkRect adjust_for_paint(SkRect bounds, const SkPaint& paint) { in adjust_for_paint() 36 static SkRect bounds(const DrawRect& op) { in bounds() function 39 static SkRect bounds(const DrawPath& op) { in bounds() function 43 static SkRect bounds(const DrawTextBlob& op) { in bounds() function
|
| D | SkTextBlob.cpp | 144 SkTextBlob::SkTextBlob(const SkRect& bounds) in SkTextBlob() 261 SkRect bounds; in TightRunBounds() local 315 SkRect bounds; in ConservativeRunBounds() local 467 const SkRect* bounds) { in allocInternal() 517 const SkRect* bounds) { in allocRun() 524 const SkRect* bounds) { in allocRunPosH() 530 const SkRect* bounds) { in allocRunPos() 545 const SkRect* bounds) { in allocRunText() 559 const SkRect* bounds) { in allocRunTextPosH() 572 const SkRect *bounds) { in allocRunTextPos() [all …]
|
| /third_party/skia/src/core/ |
| D | SkRecordDraw.cpp | 187 SkRect bounds[], SkBBoxHierarchy::Metadata meta[]) in FillBounds() 252 Bounds bounds; // Bounds of everything in the block. member 378 void popControl(const Bounds& bounds) { in popControl() 384 void updateSaveBounds(const Bounds& bounds) { in updateSaveBounds() 391 Bounds bounds(const Flush&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 393 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 394 Bounds bounds(const DrawBehind&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 395 Bounds bounds(const NoOp&) const { return Bounds::MakeEmpty(); } // NoOps don't draw. in bounds() function in SkRecords::FillBounds 397 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds() function in SkRecords::FillBounds 398 Bounds bounds(const DrawRegion& op) const { in bounds() function in SkRecords::FillBounds [all …]
|
| D | SkPictureRecorder.cpp | 45 SkCanvas* SkPictureRecorder::beginRecording(const SkRect& bounds, SkBBHFactory* factory) { in beginRecording() 60 SkRect bounds = pic->cullRect(); // actually the computed bounds, not fCullRect. in finishRecordingAsPicture() local 78 SkAutoTMalloc<SkRect> bounds(fRecord->count()); in finishRecordingAsPicture() local 134 SkAutoTMalloc<SkRect> bounds(fRecord->count()); in finishRecordingAsDrawable() local
|
| D | SkGlyphRun.cpp | 62 SkRect bounds = SkRect::MakeEmpty(); in sourceBounds() local 71 SkRect bounds = SkRect::MakeEmpty(); in sourceBounds() local 87 SkRect bounds; in sourceBounds() local 96 SkRect bounds; in sourceBounds() local 110 SkRect bounds, in SkGlyphRunList() 118 SkGlyphRunList::SkGlyphRunList(const SkGlyphRun& glyphRun, const SkRect& bounds, SkPoint origin) in SkGlyphRunList() 194 SkRect bounds = SkRect::MakeEmpty(); in textToGlyphRunList() local 349 const SkTextBlob* blob, const SkRect& bounds, SkPoint origin) { in makeGlyphRunList()
|
| D | SkMiniRecorder.cpp | 32 static SkRect adjust_for_paint(SkRect bounds, const SkPaint& paint) { in adjust_for_paint() 36 static SkRect bounds(const DrawRect& op) { in bounds() function 39 static SkRect bounds(const DrawPath& op) { in bounds() function 43 static SkRect bounds(const DrawTextBlob& op) { in bounds() function
|
| /third_party/cef/libcef/browser/views/ |
| D | overlay_view_host.cc | 65 void SetBounds(const CefRect& bounds) override { in SetBounds() 74 const auto& bounds = host_->bounds(); in GetBounds() local 82 const auto& bounds = host_->widget()->GetWindowBoundsInScreen(); in GetBoundsInScreen() local 98 const auto& bounds = GetBounds(); in GetSize() local 112 const auto& bounds = GetBounds(); in GetPosition() local 223 gfx::Rect bounds; in Init() local 264 void CefOverlayViewHost::SetOverlayBounds(const gfx::Rect& bounds) { in SetOverlayBounds()
|
| D | view_impl.h | 351 const CefRect& bounds = GetBounds(); in GetDebugInfo() local 535 CEF_VIEW_IMPL_T void CEF_VIEW_IMPL_D::SetBounds(const CefRect& bounds) { in SetBounds() 543 const gfx::Rect& bounds = root_view()->bounds(); in GetBounds() local 549 const gfx::Rect& bounds = root_view()->GetBoundsInScreen(); in GetBoundsInScreen() local 561 const CefRect& bounds = GetBounds(); in GetSize() local 573 const CefRect& bounds = GetBounds(); in GetPosition() local
|
| /third_party/skia/experimental/graphite/src/geom/ |
| D | BoundsManager.h | 54 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override { in getMostRecentDraw() 58 bool isOccluded(const Rect& bounds, PaintersDepth z) const override { return false; } in isOccluded() 77 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override { in getMostRecentDraw() 87 bool isOccluded(const Rect& bounds, PaintersDepth z) const override { in isOccluded()
|
| /third_party/flutter/skia/tests/ |
| D | PathOpsTightBoundsTest.cpp | 134 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 143 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 153 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 163 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 175 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 185 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 195 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
|
| /third_party/skia/tests/ |
| D | PathOpsTightBoundsTest.cpp | 133 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 142 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 152 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 162 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 174 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 184 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 194 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
|
| /third_party/flutter/skia/src/gpu/effects/generated/ |
| D | GrMagnifierEffect.h | 19 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> src, SkIRect bounds, in Make() 30 SkIRect bounds; variable 38 GrMagnifierEffect(sk_sp<GrTextureProxy> src, SkIRect bounds, SkRect srcRect, float xInvZoom, in GrMagnifierEffect()
|
| D | GrAlphaThresholdFragmentProcessor.h | 24 const SkIRect& bounds) { in Make() 38 float outerThreshold, const SkIRect& bounds) in GrAlphaThresholdFragmentProcessor()
|
| /third_party/skia/src/pdf/ |
| D | SkPDFGraphicStackState.cpp | 28 static bool is_rect(const SkClipStack& clipStack, const SkRect& bounds, SkRect* dst) { in is_rect() 72 SkRect bounds = outerBounds; in apply_clip() local 109 const SkIRect& bounds, in append_clip() 140 void SkPDFGraphicStackState::updateClip(const SkClipStack* clipStack, const SkIRect& bounds) { in updateClip()
|
| /third_party/flutter/skia/src/gpu/ops/ |
| D | GrDrawableOp.cpp | 19 const SkRect& bounds) { in Make() 25 const SkRect& bounds) in GrDrawableOp()
|
| /third_party/skia/src/gpu/ops/ |
| D | DrawableOp.cpp | 21 const SkRect& bounds) { in Make() 26 const SkRect& bounds) in DrawableOp()
|
| /third_party/skia/tools/skiaserve/ |
| D | Request.cpp | 88 SkIRect bounds = this->getBounds(); in writeOutSkp() local 109 SkIRect bounds; in getBounds() local 144 SkIRect bounds = this->getBounds(); in createCPUSurface() local 156 SkIRect bounds = this->getBounds(); in createGPUSurface() local 213 SkIRect bounds = this->getBounds(); in initPictureFromStream() local
|
| /third_party/flutter/skia/tools/skiaserve/ |
| D | Request.cpp | 81 SkIRect bounds = this->getBounds(); in writeOutSkp() local 102 SkIRect bounds; in getBounds() local 137 SkIRect bounds = this->getBounds(); in createCPUSurface() local 149 SkIRect bounds = this->getBounds(); in createGPUSurface() local 206 SkIRect bounds = this->getBounds(); in initPictureFromStream() local
|
| /third_party/flutter/skia/src/pdf/ |
| D | SkPDFGraphicStackState.cpp | 33 static bool is_rect(const SkClipStack& clipStack, const SkRect& bounds, SkRect* dst) { in is_rect() 81 SkRect bounds = outerBounds; in apply_clip() local 118 const SkIRect& bounds, in append_clip() 149 void SkPDFGraphicStackState::updateClip(const SkClipStack* clipStack, const SkIRect& bounds) { in updateClip()
|
| /third_party/skia/experimental/sktext/tests/ |
| D | WrappedText.cpp | 45 SkRect bounds; member 53 SkRect bounds; // bounds contains the physical boundaries of the run member 62 void onBeginLine(size_t index, TextRange lineText, bool hardBreak, SkRect bounds) override { in onBeginLine() 73 SkRect bounds, in onGlyphRun() 86 void onPlaceholder(TextRange, const SkRect& bounds) override { } in onPlaceholder()
|
| /third_party/flutter/skia/src/gpu/ccpr/ |
| D | GrOctoBounds.h | 30 GrOctoBounds(const SkRect& bounds, const SkRect& bounds45) { in GrOctoBounds() 34 void set(const SkRect& bounds, const SkRect& bounds45) { in set() 45 const SkRect& bounds() const { return fBounds; } in bounds() function
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrClip.h | 106 static SkIRect GetPixelIBounds(const SkRect& bounds) { in GetPixelIBounds() 116 static SkRect GetPixelBounds(const SkRect& bounds) { in GetPixelBounds() 151 bool hasUserStencilSettings, GrAppliedClip* out, SkRect* bounds) const final { in apply()
|
| /third_party/skia/gm/ |
| D | strokes.cpp | 346 static void make0(SkPath* path, const SkRect& bounds, SkString* title) { in make0() 352 static void make1(SkPath* path, const SkRect& bounds, SkString* title) { in make1() 358 static void make2(SkPath* path, const SkRect& bounds, SkString* title) { in make2() 364 static void make3(SkPath* path, const SkRect& bounds, SkString* title) { in make3() 370 static void make4(SkPath* path, const SkRect& bounds, SkString* title) { in make4() 378 static void make5(SkPath* path, const SkRect& bounds, SkString* title) { in make5() 414 SkRect bounds = SkRect::MakeWH(SkIntToScalar(50), SkIntToScalar(50)); in onDraw() local
|
| /third_party/flutter/skia/gm/ |
| D | strokes.cpp | 346 static void make0(SkPath* path, const SkRect& bounds, SkString* title) { in make0() 352 static void make1(SkPath* path, const SkRect& bounds, SkString* title) { in make1() 358 static void make2(SkPath* path, const SkRect& bounds, SkString* title) { in make2() 364 static void make3(SkPath* path, const SkRect& bounds, SkString* title) { in make3() 370 static void make4(SkPath* path, const SkRect& bounds, SkString* title) { in make4() 378 static void make5(SkPath* path, const SkRect& bounds, SkString* title) { in make5() 414 SkRect bounds = SkRect::MakeWH(SkIntToScalar(50), SkIntToScalar(50)); in onDraw() local
|