Home
last modified time | relevance | path

Searched refs:position2 (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/flutter/packages/flutter/test/widgets/
Dcomposited_transform_test.dart80 final Offset position2 = box2.localToGlobal(Offset.zero);
81 expect(position1.dx, moreOrLessEquals(position2.dx));
82 expect(position1.dy, moreOrLessEquals(position2.dy));
135 final Offset position2 = box2.localToGlobal(Offset.zero);
136 expect(position1.dx, moreOrLessEquals(position2.dx));
137 expect(position1.dy, moreOrLessEquals(position2.dy));
Dwidget_inspector_test.dart2548 final Offset position2 = box2.localToGlobal(Offset.zero);
2549 expect(position1.dx, moreOrLessEquals(position2.dx));
2550 expect(position1.dy, moreOrLessEquals(position2.dy));
2603 expect(box2.localToGlobal(Offset.zero), equals(position2));
/third_party/vk-gl-cts/modules/glshared/
DglsTextureBufferCase.cpp265 const tcu::IVec2 position2 = packet.position + tcu::IVec2(0, 1); in shadeFragments() local
270 …const tcu::Vec4 texColor2 = m_texture.getPixel(de::clamp((position2.x() * position2.y()), 0, m_te… in shadeFragments()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java3959 Transliterator.Position position2 = new Transliterator.Position(0, 0, 0, 0);
3960 assertNotEquals("2 different positions are not equal", position1, position2);
3961 …als("2 different positions have different hash codes", position1.hashCode(), position2.hashCode());
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DTransliteratorTest.java3962 Transliterator.Position position2 = new Transliterator.Position(0, 0, 0, 0);
3963 assertNotEquals("2 different positions are not equal", position1, position2);
3964 …als("2 different positions have different hash codes", position1.hashCode(), position2.hashCode());
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_enc_1_2.c574 unsigned position2 = enc->cs.current.cdw; in radeon_enc_nalu_sei() local
594 enc->cs.current.cdw = position2; in radeon_enc_nalu_sei()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fGeometryShaderTests.cpp1564 …const tcu::Vec4 position2 = vertex->position + tcu::Vec4(deFloatCos(l_angle-0.1f) * l_radius, … in shadePrimitives() local
1574 output.EmitVertex(position2, 0.0f, &baseColor, packets[packetNdx].primitiveIDIn); in shadePrimitives()