Home
last modified time | relevance | path

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

/third_party/flutter/flutter/packages/flutter/test/widgets/
Dcomposited_transform_test.dart79 final Offset position1 = box1.localToGlobal(Offset.zero);
81 expect(position1.dx, moreOrLessEquals(position2.dx));
82 expect(position1.dy, moreOrLessEquals(position2.dy));
134 final Offset position1 = box1.localToGlobal(Offset.zero);
136 expect(position1.dx, moreOrLessEquals(position2.dx));
137 expect(position1.dy, moreOrLessEquals(position2.dy));
Dwidget_inspector_test.dart2547 final Offset position1 = box1.localToGlobal(Offset.zero);
2549 expect(position1.dx, moreOrLessEquals(position2.dx));
2550 expect(position1.dy, moreOrLessEquals(position2.dy));
2602 expect(box1.localToGlobal(Offset.zero), equals(position1));
/third_party/vk-gl-cts/modules/glshared/
DglsTextureBufferCase.cpp264 const tcu::IVec2 position1 = packet.position + tcu::IVec2(1, 0); in shadeFragments() local
269 …const tcu::Vec4 texColor1 = m_texture.getPixel(de::clamp((position1.x() * position1.y()), 0, m_te… in shadeFragments()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java3958 Transliterator.Position position1 = new Transliterator.Position(1, 0, 0, 0);
3960 assertNotEquals("2 different positions are not equal", position1, position2);
3961 …assertNotEquals("2 different positions have different hash codes", position1.hashCode(), position2…
3963 assertEquals("2 positions are equal", position1, position3);
3964 … assertEquals("2 positions have the same hash codes", position1.hashCode(), position3.hashCode());
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DTransliteratorTest.java3961 Transliterator.Position position1 = new Transliterator.Position(1, 0, 0, 0);
3963 assertNotEquals("2 different positions are not equal", position1, position2);
3964 …assertNotEquals("2 different positions have different hash codes", position1.hashCode(), position2…
3966 assertEquals("2 positions are equal", position1, position3);
3967 … assertEquals("2 positions have the same hash codes", position1.hashCode(), position3.hashCode());
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fGeometryShaderTests.cpp1341 …const tcu::Vec4 position1 = basePosition + tcu::Vec4(deFloatCos(angle), -deFloatSin(angle), 0.0f,… in shadePrimitives() local
1347 output.EmitVertex(position1, 0.0f, &fragColor, packets[packetNdx].primitiveIDIn); in shadePrimitives()
1563 …const tcu::Vec4 position1 = vertex->position + tcu::Vec4(deFloatCos(l_angle+0.1f) * l_radius, … in shadePrimitives() local
1573 output.EmitVertex(position1, 0.0f, &baseColor, packets[packetNdx].primitiveIDIn); in shadePrimitives()