Searched refs:x123 (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_curves.cpp | 221 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 D | surface_ipc_with_pts_test.cpp | 84 buffer->GetExtraData()->ExtraSet("123", 0x123); in SetData() 105 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
|
H A D | surface_ipc_test.cpp | 74 buffer->GetExtraData()->ExtraSet("123", 0x123); in SetData() 95 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
|
H A D | native_window_buffer_test.cpp | 52 nativeWindowBuffer->sfbuffer->GetExtraData()->ExtraSet("123", 0x123); in SetData() 93 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
|
H A D | native_window_test.cpp | 182 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 D | native_image_system_test.cpp | 207 nativeWindowBuffer->sfbuffer->GetExtraData()->ExtraSet("123", 0x123); in SetData() 220 if ((int32 != 0x123) || (int64 != 0x345) || (str != "567")) { in GetData()
|
Completed in 6 milliseconds