HomeSort by relevance Sort by last modified time
    Searched refs:pt4 (Results 1 - 12 of 12) 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/fwl/theme/
cfwl_checkboxtp.cpp 229 CFX_PointF pt4(fWidth * 14 / 15.0f, fBottom + fHeight * 15 / 16.0f);
254 p2 = CFX_PointF(pt43.x - pt4.x, pt43.y - pt4.y) * FX_BEZIER;
255 m_pCheckPath->BezierTo(pt3 + p1, pt4 + p2, pt4);
257 p1 = CFX_PointF(pt45.x - pt4.x, pt45.y - pt4.y) * FX_BEZIER;
259 m_pCheckPath->BezierTo(pt4 + p1, pt5 + p2, pt5);
  /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/fpdfsdk/pdfwindow/
PWL_Utils.cpp 111 CFX_PointF pt4(crBBox.left + fWidth / 2, crBBox.bottom);
128 px = pt3.x - pt4.x;
129 py = pt3.y - pt4.y;
132 << pt4.x + px * FX_BEZIER << " " << pt4.y << " " << pt4.x << " " << pt4.y
135 px = pt4.x - pt1.x;
136 py = pt1.y - pt4.y;
138 csAP << pt4.x - px * FX_BEZIER << " " << pt4.y << " " << pt1.x << "
    [all...]
  /external/pdfium/xfa/fde/
fde_gedevice.h 53 const CFX_PointF& pt4,
fde_gedevice.cpp 212 const CFX_PointF& pt4,
218 points.push_back(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/skia/tests/
CanvasTest.cpp 260 SkPoint pt4 = { SkIntToScalar(1), SK_ScalarNearlyZero/2 }; local
264 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 241 milliseconds