/external/pdfium/xfa/src/fwl/src/theme/ |
D | checkboxtp.cpp | 463 FX_FLOAT px1, py1, px2, py2; in initCheckPath() local 495 px1 = pt12.x - pt1.x; in initCheckPath() 499 m_pCheckPath->BezierTo(pt1.x + px1 * FWLTHEME_BEZIER, in initCheckPath() 503 px1 = pt23.x - pt2.x; in initCheckPath() 507 m_pCheckPath->BezierTo(pt2.x + px1 * FWLTHEME_BEZIER, in initCheckPath() 511 px1 = pt34.x - pt3.x; in initCheckPath() 515 m_pCheckPath->BezierTo(pt3.x + px1 * FWLTHEME_BEZIER, in initCheckPath() 519 px1 = pt45.x - pt4.x; in initCheckPath() 523 m_pCheckPath->BezierTo(pt4.x + px1 * FWLTHEME_BEZIER, in initCheckPath() 527 px1 = pt51.x - pt5.x; in initCheckPath() [all …]
|
/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/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
D | PolygonRegionTest.java | 123 float fx1, fx2, fx3, px1, px2, px3; in draw() local 159 px1 = cos * fx1 - sin * fy1; in draw() 166 px1 += worldOriginX; in draw() 173 renderer.line(px1, py1, px2, py2); in draw() 175 renderer.line(px3, py3, px1, py1); in draw()
|
/external/skia/src/opts/ |
D | Sk4px_none.h | 33 Sk4px px1 = Sk16b(); in Load1() local 34 memcpy(&px1, px, 4); in Load1() 35 return px1; in Load1()
|
/external/skia/src/core/ |
D | SkLinearBitmapPipeline.cpp | 484 void VECTORCALL getFewPixels(int n, Sk4f xs, Sk4f ys, Sk4f* px0, Sk4f* px1, Sk4f* px2) { in getFewPixels() argument 492 *px1 = getPixel(fSrc, bufferLoc[1]); in getFewPixels() 500 void VECTORCALL get4Pixels(Sk4f xs, Sk4f ys, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) { in get4Pixels() argument 505 *px1 = getPixel(fSrc, bufferLoc[1]); in get4Pixels() 569 Sk4f px0, px1, px2; in pointListFew() local 570 fStrategy.getFewPixels(n, xs, ys, &px0, &px1, &px2); in pointListFew() 572 if (n >= 2) fNext->placePixel(px1); in pointListFew() 577 Sk4f px0, px1, px2, px3; in pointList4() local 578 fStrategy.get4Pixels(xs, ys, &px0, &px1, &px2, &px3); in pointList4() 579 fNext->place4Pixels(px0, px1, px2, px3); in pointList4()
|
/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/selinux/libsepol/cil/src/ |
D | cil_find.c | 266 static int cil_permissionx_match_any(struct cil_permissionx *px1, struct cil_permissionx *px2) in cil_permissionx_match_any() argument 272 if (px1->kind != px2->kind) goto exit; in cil_permissionx_match_any() 274 if (!ebitmap_match_any(px1->perms, px2->perms)) goto exit; in cil_permissionx_match_any() 276 cl1 = cil_expand_class(px1->obj); in cil_permissionx_match_any()
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Intersector.java | 67 float px1 = p.x - a.x; in isPointInTriangle() local 69 boolean side12 = (b.x - a.x) * py1 - (b.y - a.y) * px1 > 0; in isPointInTriangle() 70 if ((c.x - a.x) * py1 - (c.y - a.y) * px1 > 0 == side12) return false; in isPointInTriangle() 77 float px1 = px - ax; in isPointInTriangle() local 79 boolean side12 = (bx - ax) * py1 - (by - ay) * px1 > 0; in isPointInTriangle() 80 if ((cx - ax) * py1 - (cy - ay) * px1 > 0 == side12) return false; in isPointInTriangle()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Utils.cpp | 172 FX_FLOAT px1 = pts[i][1].x - pts[i][0].x; in GetAP_Check() local 177 csAP << pts[i][0].x + px1 * PWL_BEZIER << " " in GetAP_Check() 3065 FX_FLOAT px1[5], py1[5]; in GetGraphics_Star() local 3071 px1[i] = ptCenter.x + fLongRadius * (FX_FLOAT)cos(fAngel); in GetGraphics_Star() 3087 PathArray[0] = CPWL_PathData(CPWL_Point(px1[0], py1[0]), PWLPT_MOVETO); in GetGraphics_Star() 3092 CPWL_PathData(CPWL_Point(px1[k + 1], py1[k + 1]), PWLPT_LINETO); in GetGraphics_Star() 3097 PathArray[10] = CPWL_PathData(CPWL_Point(px1[0], py1[0]), PWLPT_LINETO); in GetGraphics_Star()
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | ddms_calculator_start.trace | 112203 ���px1�u
|