Searched refs:px1 (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/tools/inject_event/src/ |
H A D | input_manager_command.cpp | 251 int32_t px1 = 0; in ParseCommand() local 258 if ((!StrToInt(optarg, px1)) || in ParseCommand() 267 if ((px1 < 0) || (py1 < 0) || (px2 < 0) || (py2 < 0)) { in ParseCommand() 309 std::cout << "start coordinate: (" << px1 << ", " << py1 << ")" << std::endl; in ParseCommand() 315 px = px1; in ParseCommand() 336 item.SetDisplayX(NextPos(startTimeMs, currentTimeMs, totalTimeMs, px1, px2)); in ParseCommand() 584 int32_t px1 = 0; in ParseCommand() local 596 if ((!StrToInt(optarg, px1)) || in ParseCommand() 604 if ((px1 < 0) || (py1 < 0) || (px2 < 0) || (py2 < 0)) { in ParseCommand() 622 std::cout << "start coordinate: (" << px1 << ", " << py in ParseCommand() 971 int32_t px1 = 0; ParseCommand() local [all...] |
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_bezier_arc.cpp | 142 float px1 = x1 * x1; in Init() local 144 float radiiCheck = px1 / prx + py1 / pry; in Init() 155 float sq = (prx * pry - prx * py1 - pry * px1) / (prx * py1 + pry * px1); in Init()
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.cpp | 854 uint32_t px1 = val1 + val2; local 856 uint32_t px1 = intV * in.srcLineWidth + intU * in.pixelSize; 859 const Color16 p1 = *(reinterpret_cast<Color16*>(&imgHead[px1])); 860 const Color16 p2 = *(reinterpret_cast<Color16*>(&imgHead[px1 + in.pixelSize])); 861 const Color16 p3 = *(reinterpret_cast<Color16*>(&imgHead[px1 + in.srcLineWidth])); 862 const Color16 p4 = *(reinterpret_cast<Color16*>(&imgHead[px1 + in.srcLineWidth + in.pixelSize])); 973 uint32_t px1 = val1 + val2; local 975 uint32_t px1 = intV * in.srcLineWidth + intU * in.pixelSize; 978 const Color24 p1 = *(reinterpret_cast<Color24*>(&imgHead[px1])); 979 const Color24 p2 = *(reinterpret_cast<Color24*>(&imgHead[px1 1065 uint32_t px1 = val1 + val2; global() local 1133 uint32_t px1 = val1 + val2; global() local 1268 int32_t px1 = arrayPx1[i]; global() local 1379 uint32_t px1 = val1 + val2; global() local 1566 uint32_t px1 = val1 + val2; global() local [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/ |
H A D | js_path.cpp | 482 double px1 = 0.0; in OnCubicTo() local 483 GET_DOUBLE_PARAM(ARGC_ZERO, px1); in OnCubicTo() 495 JS_CALL_DRAWING_FUNC(m_path->CubicTo(Point(px1, py1), Point(px2, py2), Point(px3, py3))); in OnCubicTo() 595 double px1 = 0.0; in OnRCubicTo() local 596 GET_DOUBLE_PARAM(ARGC_ZERO, px1); in OnRCubicTo() 608 m_path->RCubicTo(px1, py1, px2, py2, px3, py3); in OnRCubicTo() 878 double px1 = 0.0; in OnAddCircle() local 879 GET_DOUBLE_PARAM(ARGC_ZERO, px1); in OnAddCircle() 885 JS_CALL_DRAWING_FUNC(m_path->AddCircle(px1, py1, radius)); in OnAddCircle() 891 JS_CALL_DRAWING_FUNC(m_path->AddCircle(px1, py in OnAddCircle() [all...] |
Completed in 9 milliseconds