Home
last modified time | relevance | path

Searched refs:x123 (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_curves.cpp221 float x123 = (x12 + x23) / FLOATNUM; in Recursive() local
231 points_.PushBack(PointF(x123, y123)); in Recursive()
241 points_.PushBack(PointF(x123, y123)); in Recursive()
271 Recursive(x1, y1, x12, y12, x123, y123, level + 1); in Recursive()
272 Recursive(x123, y123, x23, y23, x3, y3, level + 1); in Recursive()
517 float x123 = (x12 + x23) / FLOATNUM; in Recursive() local
521 float x1234 = (x123 + x234) / FLOATNUM; in Recursive()
666 Recursive(x1, y1, x12, y12, x123, y123, x1234, y1234, level + 1); in Recursive()
/foundation/graphic/graphic_surface/surface/test/systemtest/
H A Dsurface_ipc_with_pts_test.cpp84 buffer->GetExtraData()->ExtraSet("123", 0x123); in SetData()
105 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
H A Dsurface_ipc_test.cpp74 buffer->GetExtraData()->ExtraSet("123", 0x123); in SetData()
95 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
H A Dnative_window_buffer_test.cpp52 nativeWindowBuffer->sfbuffer->GetExtraData()->ExtraSet("123", 0x123); in SetData()
93 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
H A Dnative_window_test.cpp182 nativeWindowBuffer->sfbuffer->GetExtraData()->ExtraSet("123", 0x123); in SetData()
195 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/
H A Dnative_image_system_test.cpp207 nativeWindowBuffer->sfbuffer->GetExtraData()->ExtraSet("123", 0x123); in SetData()
220 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()

Completed in 6 milliseconds