HomeSort by relevance Sort by last modified time
    Searched refs:pt4 (Results 1 - 16 of 16) sorted by null

  /external/fonttools/Lib/fontTools/misc/
bezierTools.py 45 def calcCubicBounds(pt1, pt2, pt3, pt4):
47 pt1 and pt4 are the "anchor" points, pt2 and pt3 are the "handles".
56 (ax, ay), (bx, by), (cx, cy), (dx, dy) = calcCubicParameters(pt1, pt2, pt3, pt4)
66 points = [(ax*t*t*t + bx*t*t + cx * t + dx, ay*t*t*t + by*t*t + cy * t + dy) for t in roots] + [pt1, pt4]
141 def splitCubic(pt1, pt2, pt3, pt4, where, isHorizontal):
142 """Split the cubic curve between pt1, pt2, pt3 and pt4 at position 'where',
156 a, b, c, d = calcCubicParameters(pt1, pt2, pt3, pt4)
161 return [(pt1, pt2, pt3, pt4)]
181 def splitCubicAtT(pt1, pt2, pt3, pt4, *ts):
182 """Split the cubic curve between pt1, pt2, pt3 and pt4 at one or mor
    [all...]
  /external/pdfium/xfa/src/fwl/src/theme/
checkboxtp.cpp 470 CFX_PointF pt4; local
471 pt4.Set(fWidth * 14 / 15.0f, fBottom + fHeight * 15 / 16.0f);
513 px2 = pt43.x - pt4.x;
514 py2 = pt43.y - pt4.y;
517 pt4.x + px2 * FWLTHEME_BEZIER,
518 pt4.y + py2 * FWLTHEME_BEZIER, pt4.x, pt4.y);
519 px1 = pt45.x - pt4.x;
520 py1 = pt45.y - pt4.y;
    [all...]
  /external/opencv/cv/src/
cvpgh.cpp 236 CvPoint pt3, pt4; local
238 CV_READ_EDGE( pt3, pt4, reader2 );
243 int d2 = (pt4.y - pt1.y) * dx - (pt2.x - pt1.x) * dy;
249 int dp = (pt4.x - pt3.x) * dx + (pt4.y - pt3.y) * dy;
  /external/pdfium/xfa/src/fdp/include/
fde_rdv.h 53 const CFX_PointF& pt4,
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gedevice.h 44 const CFX_PointF& pt4,
fde_gdidevice.h 59 const CFX_PointF& pt4,
fde_gdidevice.cpp 245 const CFX_PointF& pt4,
253 pGdiPen, pt1.x, pt1.y, pt2.x, pt2.y, pt3.x, pt3.y, pt4.x, pt4.y);
fde_gedevice.cpp 230 const CFX_PointF& pt4,
236 points.Add(pt4);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 122 const PointF& pt3, const PointF& pt4)
126 pt3.X, pt3.Y, pt4.X, pt4.Y));
129 const Point& pt3, const Point& pt4)
133 pt3.X, pt3.Y, pt4.X, pt4.Y));
gdiplusgraphics.h 179 const PointF& pt3, const PointF& pt4)
184 pt3.X, pt3.Y, pt4.X, pt4.Y));
188 const Point& pt3, const Point& pt4)
193 pt3.X, pt3.Y, pt4.X, pt4.Y));
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 191 float *pt4)
202 bez->x4 = pt4[0];
203 bez->y4 = pt4[1];
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Utils.cpp 196 CPDF_Point pt4(crBBox.left + fWidth / 2, crBBox.bottom);
213 px = pt3.x - pt4.x;
214 py = pt3.y - pt4.y;
217 << pt4.x + px * PWL_BEZIER << " " << pt4.y << " " << pt4.x << " "
218 << pt4.y << " c\n";
220 px = pt4.x - pt1.x;
221 py = pt1.y - pt4.y;
223 csAP << pt4.x - px * PWL_BEZIER << " " << pt4.y << " " << pt1.x << "
    [all...]
  /external/skia/tests/
CanvasTest.cpp 151 SkPoint pt4 = { SkIntToScalar(1), SK_ScalarNearlyZero/2 }; local
155 path.lineTo(pt4);
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 890 milliseconds