/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 1101 double px1,py1,px2,py2; in icvGetCrossPiecePiece() local 1112 py1 = p2_start.y; 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() 1136 (ex1-ex2)*(px1*(py1-py2)-py1*(px1-px2)); in icvGetCrossPiecePiece() 1138 delY = (py1-py2)*(ey1*(ex1-ex2)-ex1*(ey1-ey2))+ in icvGetCrossPiecePiece() 1139 (ey1-ey2)*(px1*(py1-py2)-py1*(px1-px2)); in icvGetCrossPiecePiece() 3419 double px1,py1,px2,py2; in GetCrossLines() local 3430 py1 = p2_start.y; in GetCrossLines() [all …]
|
/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() 600 stroker->back2_y = py1; 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/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | pi.c | 609 OPJ_INT32 l_px0, l_py0, l_px1, py1; in opj_get_encoding_parameters() local 651 py1 = opj_int_ceildivpow2(l_ry1, (OPJ_INT32)l_pdy) << l_pdy; in opj_get_encoding_parameters() 654 l_ph = (l_ry0==l_ry1)?0:(OPJ_UINT32)((py1 - l_py0) >> l_pdy); in opj_get_encoding_parameters() 733 OPJ_INT32 l_px0, l_py0, l_px1, py1; in opj_get_all_encoding_parameters() local 773 py1 = opj_int_ceildivpow2(l_ry1, (OPJ_INT32)l_pdy) << l_pdy; in opj_get_all_encoding_parameters() 775 l_ph = (l_ry0==l_ry1)?0:(OPJ_UINT32)((py1 - l_py0) >> l_pdy); in opj_get_all_encoding_parameters()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Utils.cpp | 210 FX_FLOAT py1 = pts[n1].y - pts[nCur].y; 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 2483 py1[i] = ptCenter.y + fLongRadius * (FX_FLOAT)sin(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 | 52178 ���py1�W� 85775 y^�py1�h � 434840 Xo�py1Ċ�
|