/external/pixman/demos/ |
D | quad2quad.c | 16 double px1, double py1, in quad_to_quad() argument 121 t8 = py1 * (t7 + t6 + t4); in quad_to_quad() 142 t24 = py1 * (t3 + t23 + t22); in quad_to_quad() 164 t41 = py1 * (t40 + t39 + t38); in quad_to_quad() 176 t50 = py1 * (t49 + t48 + t47); in quad_to_quad() 240 t100 = py1 * t99; in quad_to_quad() 245 t104 = py1 * t103; in quad_to_quad() 320 t162 = py1 * t76; in quad_to_quad() 330 t170 = py1 * t169; in quad_to_quad() 348 t183 = y1 * (px1 * t182 + py1 * t179 + t149 + t148 + t176) in quad_to_quad() [all …]
|
/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/chromium_org/third_party/mesa/src/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/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() 728 OPJ_INT32 l_px0, l_py0, l_px1, py1; in opj_get_all_encoding_parameters() local 768 py1 = opj_int_ceildivpow2(l_ry1, (OPJ_INT32)l_pdy) << l_pdy; in opj_get_all_encoding_parameters() 770 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() 2478 FX_FLOAT px1[5], py1[5]; in GetGraphics_Star() local 2486 py1[i] = ptCenter.y + fLongRadius * (FX_FLOAT)sin(fAngel); in GetGraphics_Star() 2502 PathArray[0] = CPWL_PathData(CPWL_Point(px1[0], py1[0]), PWLPT_MOVETO); in GetGraphics_Star() 2507 PathArray[(k+1)*2] = CPWL_PathData(CPWL_Point(px1[k+1], py1[k+1]), PWLPT_LINETO); in GetGraphics_Star() 2511 PathArray[10] = CPWL_PathData(CPWL_Point(px1[0], py1[0]), PWLPT_LINETO); in GetGraphics_Star()
|