Searched refs:_image (Results 1 – 14 of 14) sorted by relevance
/third_party/e2fsprogs/tests/i_qcow/ |
D | script | 6 RAW_IMG=_image.raw 7 QCOW2_IMG=_image.qcow2 8 QCOW2_TO_RAW=_image.qcow2.raw
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | pattern.js | 4 this._image = image; 65 this._shader = this._image.makeShaderCubic(this._tileX, this._tileY, 1/3, 1/3, this._transform);
|
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/ |
D | pattern.js | 4 this._image = image; 64 this._shader = this._image.makeShader(this._tileX, this._tileY, this._transform);
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | image.dart | 47 _image = image, 81 ui.Image get image => _image; 82 ui.Image _image; 84 if (value == _image) 86 _image = value; 305 if (_image == null) 309 _image.width.toDouble() / _scale, 310 _image.height.toDouble() / _scale, 352 if (_image == null) 360 image: _image,
|
D | proxy_box.dart | 3551 _image = image, 3786 bool get image => _image; 3787 bool _image; 3789 if (_image == value) 3791 _image = value;
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | decoration_image.dart | 196 ImageInfo _image; 246 if (_image == null) 257 image: _image.image, 258 scale: _image.scale, 273 if (_image == value) 275 _image = value; 293 return '$runtimeType(stream: $_imageStream, image: $_image) for $_details';
|
/third_party/boost/libs/gil/doc/html/_sources/ |
D | naming.rst.txt | 35 - ``ClassType`` is ``_image`` (image), ``_view`` (image view), ``_loc`` (pixel
|
/third_party/boost/libs/gil/doc/ |
D | naming.rst | 35 - ``ClassType`` is ``_image`` (image), ``_view`` (image view), ``_loc`` (pixel
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | fade_in_image.dart | 313 Image _image({ 334 Widget result = _image( 341 placeholder: _image(image: placeholder),
|
/third_party/flutter/flutter/packages/flutter/test/painting/ |
D | image_stream_test.dart | 16 : _image = FakeImage(width, height); 19 final Image _image; 25 Image get image => _image;
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | metafunctions.rst.txt | 27 *ClassType* is ``_image`` (image, using a standard allocator), ``_view``
|
/third_party/boost/libs/gil/doc/design/ |
D | metafunctions.rst | 27 *ClassType* is ``_image`` (image, using a standard allocator), ``_view``
|
/third_party/python/Lib/ |
D | turtle.py | 476 def _image(filename): member in TurtleScreenBase 887 data = TurtleScreen._image(data) 1134 shape = Shape("image", self._image(name)) 1482 self._bgpics[picname] = self._image(picname)
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | compilation_trace.txt | 4059 package:flutter/src/rendering/image.dart,RenderImage,get:_image 4431 package:flutter/src/rendering/proxy_box.dart,RenderSemanticsAnnotations,get:_image
|