| /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
|
| /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/boost/libs/math/test/ |
| D | naive_monte_carlo_test.cpp | 38 std::vector<std::pair<Real, Real>> bounds{{Real(0), Real(1)}, {Real(0), Real(1)}}; in test_pi_multithreaded() local 66 std::vector<std::pair<Real, Real>> bounds{{Real(0), Real(1)}, {Real(0), Real(1)}}; in test_pi() local 91 std::vector<std::pair<Real, Real>> bounds{{Real(0), Real(1)}, { Real(0), Real(1)}}; in test_constant() local 116 std::vector<std::pair<Real, Real>> bounds{{ Real(0), Real(1)}, { Real(0), Real(1)}}; in test_exception_from_integrand() local 146 …vector<pair<Real, Real>> bounds{{ Real(0), pi<Real>()}, { Real(0), pi<Real>()}, { Real(0), pi<Real… in test_cancel_and_restart() local 173 vector<pair<Real, Real>> bounds{{Real(0), Real(1)}}; in test_finite_singular_boundary() local 191 vector<pair<Real, Real>> bounds{{ Real(0), Real(1)}}; in test_multithreaded_variance() local 209 vector<pair<Real, Real>> bounds{{ Real(0), Real(1)}}; in test_variance() local 232 vector<pair<Real, Real>> bounds(dimension); in test_product() local 261 vector<pair<Real, Real>> bounds(dimension); in test_alternative_rng_1() local [all …]
|
| /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()
|
| /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/boost/boost/geometry/util/ |
| D | is_inverse_spheroidal_coordinates.hpp | 25 struct bounds struct 27 static CT lowest () { return boost::numeric::bounds<CT>::lowest(); } in lowest() 28 static CT highest () { return boost::numeric::bounds<CT>::highest(); } in highest()
|
| D | rational.hpp | 122 struct bounds<rational<T> > struct 124 static inline rational<T> lowest() in lowest() 128 static inline rational<T> highest() in highest()
|
| /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/flutter/skia/src/gpu/ops/ |
| D | GrDrawableOp.cpp | 19 const SkRect& bounds) { in Make() 25 const SkRect& bounds) in GrDrawableOp()
|
| /third_party/boost/boost/icl/concept/ |
| D | interval_bounds.hpp | 40 inline interval_bounds operator << (interval_bounds bounds, unsigned int shift) in operator <<() 44 inline interval_bounds operator >> (interval_bounds bounds, unsigned int shift) in operator >>() 71 inline bool is_left_closed(interval_bounds bounds) in is_left_closed() 74 inline bool is_right_closed(interval_bounds bounds) in is_right_closed() 77 inline std::string left_bracket(interval_bounds bounds) in left_bracket() 80 inline std::string right_bracket(interval_bounds bounds) in right_bracket()
|
| /third_party/skia/src/gpu/ops/ |
| D | DrawableOp.cpp | 21 const SkRect& bounds) { in Make() 26 const SkRect& bounds) in DrawableOp()
|
| /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/boost/boost/geometry/index/detail/algorithms/ |
| D | bounds.hpp | 30 struct bounds struct 33 static inline void apply(Geometry const& g, Bounds & b, Strategy const& ) in apply() 40 struct bounds<Geometry, Bounds, segment_tag, box_tag> struct 43 static inline void apply(Geometry const& g, Bounds & b, Strategy const& s) in apply() 55 inline void bounds(Geometry const& g, Bounds & b, Strategy const& s) in bounds() function
|
| /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/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/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/boost/libs/compute/test/extra/ |
| D | test_interop_vtk.cpp | 32 BOOST_AUTO_TEST_CASE(bounds) in BOOST_AUTO_TEST_CASE() argument 48 double bounds[6]; in BOOST_AUTO_TEST_CASE() local
|
| /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()
|