Home
last modified time | relevance | path

Searched refs:bottomLeft (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/flutter/flutter/packages/flutter/test/painting/
Dborder_radius_test.dart17 expect(borderRadius.bottomLeft, const Radius.elliptical(5.0, 7.0));
25 expect(borderRadius.bottomLeft, const Radius.elliptical(3.0, 3.0));
36 expect(borderRadius.bottomLeft, radius2);
42 bottomLeft: radius2,
50 expect(borderRadius.bottomLeft, radius1);
56 bottomLeft: radius1,
64 expect(borderRadius.bottomLeft, Radius.zero);
72 expect(borderRadius.bottomLeft, Radius.zero);
78 bottomLeft: Radius.zero,
109 bottomLeft: radius2,
[all …]
Dgradient_test.dart36 end: Alignment.bottomLeft,
66 end: Alignment.bottomLeft,
181 end: Alignment.bottomLeft,
188 …'LinearGradient(topLeft, bottomLeft, [Color(0x33333333), Color(0x66666666)], null, TileMode.clamp)…
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dborder_radius.dart182 result.write('bottomLeft: $_bottomLeft');
287 bottomLeft: radius,
304 bottomLeft: bottom,
316 bottomLeft: left,
325 this.bottomLeft = Radius.zero,
345 final Radius bottomLeft;
348 Radius get _bottomLeft => bottomLeft;
374 bottomLeft: bottomLeft,
398 bottomLeft: bottomLeft - other.bottomLeft,
408 bottomLeft: bottomLeft + other.bottomLeft,
[all …]
/third_party/vk-gl-cts/modules/egl/
DteglPartialUpdateTests.cpp119 IVec2 bottomLeft; member
125 : bottomLeft (bottomLeft_) in ColoredRect()
254 const float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width); in render()
255 const float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height); in render()
305 m_gl.scissor(coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y(), in render()
306 …coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLe… in render()
338 …if (coloredRect.bottomLeft.x() == coloredRect.topRight.x() || coloredRect.bottomLeft.y() == colore… in render()
342 …clear(tcu::getSubregion(target->getAccess(), coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y(… in render()
343 …coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLe… in render()
482 damageRegion.push_back(rect.bottomLeft.x() - marginLeft); in getDamageRegion()
[all …]
DteglBufferAgeTests.cpp131 IVec2 bottomLeft; member
137 : bottomLeft(bottomLeft_) in ColoredRect()
265 float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width); in render()
266 float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height); in render()
316 m_gl.scissor(coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y(), in render()
317 …coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLe… in render()
349 …if (coloredRect.bottomLeft.x() == coloredRect.topRight.x() || coloredRect.bottomLeft.y() == colore… in render()
353 …clear(tcu::getSubregion(target->getAccess(), coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y(… in render()
354 …coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLe… in render()
DteglSwapBuffersWithDamageTests.cpp87 IVec2 bottomLeft; member
93 : bottomLeft (bottomLeft_) in ColoredRect()
196 const float x1 = windowToDeviceCoordinates(coloredRect.bottomLeft.x(), width); in render()
197 const float y1 = windowToDeviceCoordinates(coloredRect.bottomLeft.y(), height); in render()
247 m_gl.scissor(coloredRect.bottomLeft.x(), coloredRect.bottomLeft.y(), in render()
248 …coloredRect.topRight.x()-coloredRect.bottomLeft.x(), coloredRect.topRight.y()-coloredRect.bottomLe… in render()
674 damageRegion.push_back(rect.bottomLeft.x()); in getDamageRegion()
675 damageRegion.push_back(rect.bottomLeft.y()); in getDamageRegion()
676 damageRegion.push_back(rect.topRight.x() - rect.bottomLeft.x()); in getDamageRegion()
677 damageRegion.push_back(rect.topRight.y() - rect.bottomLeft.y()); in getDamageRegion()
/third_party/flutter/flutter/packages/flutter_localizations/test/
Dtext_test.dart78 Offset bottomLeft = tester.getBottomLeft(find.text('hello, world'));
83 expect(bottomLeft, const Offset(392.0, 315.3999996185303));
88 bottomLeft = tester.getBottomLeft(find.text('你好,世界'));
93 expect(bottomLeft, const Offset(392.0, 363.3999996185303));
164 Offset bottomLeft = tester.getBottomLeft(find.text('hello, world'));
170 expect(bottomLeft, const Offset(392.0, 315.19999980926514));
175 bottomLeft = tester.getBottomLeft(find.text('你好,世界'));
180 expect(bottomLeft, const Offset(392.0, 363.19999980926514));
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureSubresourceTests.cpp163 RGBA8 bottomLeft = RGBA8::kRed; in TEST_P() local
165 EXPECT_TEXTURE_EQ(&bottomLeft, texture, {0, kSize / 2 - 1}, {1, 1}, 1); in TEST_P()
191 RGBA8 bottomLeft = RGBA8::kRed; in TEST_P() local
193 EXPECT_TEXTURE_EQ(&bottomLeft, texture, {0, kSize - 1, 1}, {1, 1}); in TEST_P()
/third_party/node/lib/internal/
Dcli_table.js26 bottomLeft: '└', property
80 result += `${tableChars.bottomLeft}${divider.join(tableChars.bottomMiddle)}` +
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.hpp196 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Ve…
197 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::IVec2& bottomLeft, const tcu::I…
198 …Coord2DArray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2…
201 …dCube (std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2…
202 …beArray (std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2…
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp103 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& … in computeQuadTexCoord2D() argument
107 dst[0] = bottomLeft.x(); dst[1] = bottomLeft.y(); in computeQuadTexCoord2D()
108 dst[2] = bottomLeft.x(); dst[3] = topRight.y(); in computeQuadTexCoord2D()
109 dst[4] = topRight.x(); dst[5] = bottomLeft.y(); in computeQuadTexCoord2D()
113 void computeQuadTexCoord2DArray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft in computeQuadTexCoord2DArray() argument
117 dst[0] = bottomLeft.x(); dst[ 1] = bottomLeft.y(); dst[ 2] = (float)layerNdx; in computeQuadTexCoord2DArray()
118 dst[3] = bottomLeft.x(); dst[ 4] = topRight.y(); dst[ 5] = (float)layerNdx; in computeQuadTexCoord2DArray()
119 dst[6] = topRight.x(); dst[ 7] = bottomLeft.y(); dst[ 8] = (float)layerNdx; in computeQuadTexCoord2DArray()
123 …ordCube (std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2… in computeQuadTexCoordCube() argument
152 dst[0+sRow] = sSign * bottomLeft.x(); in computeQuadTexCoordCube()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp103 void computeQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& … in computeQuadTexCoord2D() argument
107 dst[0] = bottomLeft.x(); dst[1] = bottomLeft.y(); in computeQuadTexCoord2D()
108 dst[2] = bottomLeft.x(); dst[3] = topRight.y(); in computeQuadTexCoord2D()
109 dst[4] = topRight.x(); dst[5] = bottomLeft.y(); in computeQuadTexCoord2D()
113 void computeQuadTexCoord2DArray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft in computeQuadTexCoord2DArray() argument
117 dst[0] = bottomLeft.x(); dst[ 1] = bottomLeft.y(); dst[ 2] = (float)layerNdx; in computeQuadTexCoord2DArray()
118 dst[3] = bottomLeft.x(); dst[ 4] = topRight.y(); dst[ 5] = (float)layerNdx; in computeQuadTexCoord2DArray()
119 dst[6] = topRight.x(); dst[ 7] = bottomLeft.y(); dst[ 8] = (float)layerNdx; in computeQuadTexCoord2DArray()
123 …ordCube (std::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2… in computeQuadTexCoordCube() argument
152 dst[0+sRow] = sSign * bottomLeft.x(); in computeQuadTexCoordCube()
[all …]
/third_party/flutter/engine/flutter/testing/dart/
Dgeometry_test.dart220 bottomLeft: Radius.zero,
239 bottomLeft: Radius.zero,
258 bottomLeft: Radius.zero,
284 bottomLeft: Radius.zero,
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dink_splash.dart40 final double d3 = (position - bounds.bottomLeft(Offset.zero)).distance;
220 bottomLeft: _borderRadius.bottomLeft, bottomRight: _borderRadius.bottomRight,
Darc.dart179 bottomLeft,
192 _Diagonal(_CornerId.topRight, _CornerId.bottomLeft),
193 _Diagonal(_CornerId.bottomLeft, _CornerId.topRight),
270 case _CornerId.bottomLeft: return rect.bottomLeft;
Dink_highlight.dart122 bottomLeft: _borderRadius.bottomLeft, bottomRight: _borderRadius.bottomRight,
Dink_ripple.dart35 final double d2 = (size.topRight(Offset.zero) - size.bottomLeft(Offset.zero)).distance;
255 bottomLeft: _borderRadius.bottomLeft, bottomRight: _borderRadius.bottomRight,
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureFilteringTests.cpp139 tcu::Vec2 bottomLeft; member
150 , bottomLeft (bottomLeft_) in FilterCase()
369 …m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCa… in iterate()
377 …computeQuadTexCoordCubeArray(texCoord, face, curCase.bottomLeft, curCase.topRight, curCase.layerRa… in iterate()
/third_party/vk-gl-cts/modules/gles3/accuracy/
Des3aTextureMipmapTests.cpp179 Vec2 bottomLeft; in getBasicTexCoord2D() member
206 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft; in getBasicTexCoord2D() local
209 computeQuadTexCoord2D(dst, bottomLeft, topRight); in getBasicTexCoord2D()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureWrapTests.cpp101 tcu::Vec2 bottomLeft; member
105 Case (const tcu::Vec2& bl, const tcu::Vec2& tr) : bottomLeft(bl), topRight(tr) {} in Case()
341 computeQuadTexCoord2D(texCoord, m_cases[m_caseNdx].bottomLeft, m_cases[m_caseNdx].topRight); in iterate()
361 …sage << "Note: lookup coordinates: bottom-left " << m_cases[m_caseNdx].bottomLeft << ", top-right … in iterate()
/third_party/vk-gl-cts/modules/gles2/accuracy/
Des2aTextureMipmapTests.cpp188 Vec2 bottomLeft; in getBasicTexCoord2D() member
215 const Vec2& bottomLeft = s_basicCoords[cellNdx].bottomLeft; in getBasicTexCoord2D() local
218 computeQuadTexCoord2D(dst, bottomLeft, topRight); in getBasicTexCoord2D()
/third_party/node/deps/npm/node_modules/cli-boxes/
Dreadme.md26 "bottomLeft": "└",
/third_party/flutter/flutter/packages/flutter/test/material/
Dmergeable_material_test.dart37 expect(borderRadius.bottomLeft, equals(Radius.zero));
40 expect(borderRadius.bottomLeft.x, greaterThan(0.0));
41 expect(borderRadius.bottomLeft.x, lessThan(cardRadius.x));
42 expect(borderRadius.bottomLeft.y, greaterThan(0.0));
43 expect(borderRadius.bottomLeft.y, lessThan(cardRadius.y));
49 expect(borderRadius.bottomLeft, equals(cardRadius));
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dfull_screen_dialog_demo.dart171 alignment: Alignment.bottomLeft,
190 alignment: Alignment.bottomLeft,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp478 tcu::Vec2 bottomLeft; member
490 , bottomLeft (bottomLeft_) in FilterCase()
619 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight in iterate()
628 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight); in iterate()
1393 tcu::Vec2 bottomLeft; member
1405 , bottomLeft (bottomLeft_) in FilterCase()
1528 << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight in iterate()
1540 …computeQuadTexCoordCubeArray(texCoord, face, curCase.bottomLeft, curCase.topRight, tcu::Vec2(minLa… in iterate()

1234