Searched refs:px1 (Results 1 – 8 of 8) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 1101 double px1,py1,px2,py2; in icvGetCrossPiecePiece() local 1111 px1 = p2_start.x; in icvGetCrossPiecePiece() 1116 del = (py1-py2)*(ex1-ex2)-(px1-px2)*(ey1-ey2); in icvGetCrossPiecePiece() 1123 delA = (ey1-ey2)*(ex1-px1) + (ex1-ex2)*(py1-ey1); in icvGetCrossPiecePiece() 1124 delB = (py1-py2)*(ex1-px1) + (px1-px2)*(py1-ey1); in icvGetCrossPiecePiece() 1135 delX = (px1-px2)*(ey1*(ex1-ex2)-ex1*(ey1-ey2))+ in icvGetCrossPiecePiece() 1136 (ex1-ex2)*(px1*(py1-py2)-py1*(px1-px2)); in icvGetCrossPiecePiece() 1139 (ey1-ey2)*(px1*(py1-py2)-py1*(px1-px2)); in icvGetCrossPiecePiece() 3419 double px1,py1,px2,py2; in GetCrossLines() local 3429 px1 = p2_start.x; in GetCrossLines() [all …]
|
/external/skia/src/opts/ |
D | Sk4px_none.h | 29 Sk4px px1 = Sk16b(); in Load1() local 30 memcpy(&px1, px, 4); in Load1() 31 return px1; in Load1()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | stroker.h | 78 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, 85 void stroker_emit_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
|
D | stroker.c | 583 void stroker_emit_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, in stroker_emit_curve_to() argument 588 VGfloat coords[6] = {px1, py1, px2, py2, x, y}; in stroker_emit_curve_to() 590 debug_printf("emit curve %f, %f, %f, %f, %f, %f\n", px1, py1, in stroker_emit_curve_to() 595 if (px1 == x && py1 == y) { in stroker_emit_curve_to() 599 stroker->back2_x = px1; in stroker_emit_curve_to() 827 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, in stroker_curve_to() argument 831 VGfloat coords[] = {px1, py1, in stroker_curve_to() 836 px1, py1, px2, py2, x, y); in stroker_curve_to()
|
D | path.h | 113 void path_cubic_to(struct path *p, float px1, float py1,
|
D | path.c | 1651 void path_cubic_to(struct path *p, float px1, float py1, in path_cubic_to() argument 1659 data[0] = px1; data[1] = py1; in path_cubic_to()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Utils.cpp | 209 FX_FLOAT px1 = pts[n1].x - pts[nCur].x; in GetAP_Check() local 214 csAP << pts[nCur].x + px1 * PWL_BEZIER << " " << pts[nCur].y + py1 * PWL_BEZIER << " " in GetAP_Check() 2475 FX_FLOAT px1[5], py1[5]; in GetGraphics_Star() local 2482 px1[i] = ptCenter.x + fLongRadius * (FX_FLOAT)cos(fAngel); in GetGraphics_Star() 2499 PathArray[0] = CPWL_PathData(CPWL_Point(px1[0], py1[0]), PWLPT_MOVETO); in GetGraphics_Star() 2504 PathArray[(k+1)*2] = CPWL_PathData(CPWL_Point(px1[k+1], py1[k+1]), PWLPT_LINETO); in GetGraphics_Star() 2508 PathArray[10] = CPWL_PathData(CPWL_Point(px1[0], py1[0]), PWLPT_LINETO); in GetGraphics_Star()
|
/external/chromium-trace/trace-viewer/tracing/test_data/ |
D | ddms_calculator_start.trace | 112203 ���px1�u
|