Home
last modified time | relevance | path

Searched refs:_bounds (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/icl/
Ddiscrete_interval.hpp43 , _bounds(interval_bounds::right_open()) in discrete_interval()
54 : _lwb(val), _upb(val), _bounds(interval_bounds::closed()) in discrete_interval()
65 : _lwb(low), _upb(up), _bounds(bounds) in discrete_interval()
74 interval_bounds bounds()const{ return _bounds; } in bounds()
84 interval_bounds _bounds; member in boost::icl::discrete_interval
Dcontinuous_interval.hpp43 , _bounds(interval_bounds::right_open()) in continuous_interval()
54 : _lwb(val), _upb(val), _bounds(interval_bounds::closed()) in continuous_interval()
65 : _lwb(low), _upb(up), _bounds(bounds) in continuous_interval()
74 interval_bounds bounds()const{ return _bounds; } in bounds()
84 interval_bounds _bounds; member in boost::icl::continuous_interval
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_BWin.h191 _bounds = info->window_bounds; in DirectConnected()
431 int32 GetFbX() { return _bounds.left; } in GetFbX()
432 int32 GetFbY() { return _bounds.top; } in GetFbY()
645 clipping_rect _bounds; variable
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dbitmap_canvas.dart13 ui.Rect get bounds => _bounds;
16 _bounds = newValue;
19 ui.Rect _bounds;
32 ui.Size get size => _bounds.size;
81 BitmapCanvas(this._bounds) : assert(_bounds != null) {
188 final int canvasPositionX = _bounds.left.floor() - paddingPixels;
189 final int canvasPositionY = _bounds.top.floor() - paddingPixels;
191 _bounds.left - paddingPixels - canvasPositionX.toDouble();
193 _bounds.top - paddingPixels - canvasPositionY.toDouble();
200 -_bounds.left + canvasPositionCorrectionX + paddingPixels,
[all …]
/third_party/skia/modules/canvaskit/
Dexterns.js738 _bounds: function() {},
Dinterface.js1084 this._bounds(_scratchFourFloatsAPtr);