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

  /external/chromium_org/third_party/WebKit/Source/platform/animation/
UnitBezier.h 36 UnitBezier(double p1x, double p1y, double p2x, double p2y)
39 cx = 3.0 * p1x;
40 bx = 3.0 * (p2x - p1x) - cx;
63 if (p1x > 0)
64 m_startGradient = p1y / p1x;
72 else if (p2x == 1 && p1x < 1)
73 m_endGradient = (p1y - 1) / (p1x - 1);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
RoundedLine.java 34 * @param p1x the x-coordinate of the start point.
43 public Path makePath(final float p1x, final float p1y, final float r1,
46 final double dx = p2x - p1x;
68 final float p1ax = p1x + r1 * cosa;
71 final float p1bx = p1x + r1 * cosb;
86 mArc1.set(p1x, p1y, p1x, p1y);
92 mPath.moveTo(p1x, p1y);
99 mPath.lineTo(p1x, p1y);
GestureTrailDrawingPoints.java 192 int p1x = getXCoordValue(xCoords[startIndex]); local
205 final Path path = roundedLine.makePath(p1x, p1y, body1, p2x, p2y, body2);
221 p1x = p2x;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GradControl.java 209 void paintLines(Canvas canvas, float p1x, float p1y, float p2x, float p2y) {
220 paintOvallines(canvas, mPaint, p1x, p1y, p2x, p2y);
225 paintOvallines(canvas, mPaint, p1x, p1y, p2x, p2y);
229 Canvas canvas, Paint paint, float p1x, float p1y, float p2x, float p2y) {
233 canvas.drawLine(p1x, p1y, p2x, p2y, paint);
235 float cx = (p1x + p2x) / 2;
237 float dx = p1x - p2x;
243 canvas.drawLine(p1x + dy, p1y - dx, p1x - dy, p1y + dx, paint);
247 public void fillHandles(Canvas canvas, float p1x, float p1y, float p2x, float p2y)
    [all...]
  /external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.h 83 float p1x, float p1y,
AndroidPathRenderer.cpp 656 float p1x, float p1y, float c1x, float c1y,
659 float dx = p2x - p1x;
671 float p1c1x = (p1x + c1x) * 0.5f;
689 p1x, p1y, p1c1x, p1c1y,
  /external/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.h 83 float p1x, float p1y,
AndroidPathRenderer.cpp 656 float p1x, float p1y, float c1x, float c1y,
659 float dx = p2x - p1x;
671 float p1c1x = (p1x + c1x) * 0.5f;
689 p1x, p1y, p1c1x, p1c1y,
  /frameworks/base/libs/hwui/
PathTessellator.h 115 float p1x, float p1y,
ShadowTessellator.cpp 201 double p1x = polygon[len - 1].x; local
207 sum += p1x * p2y - p2x * p1y;
208 p1x = p2x;
PathTessellator.cpp     [all...]
  /development/perftests/panorama/feature_stab/src/dbreg/
dbstabsmooth.cpp 111 VP_PAR p1x, p2x, p3x, p4x; local
154 VP_WARP_POINT_2D(0, 0, testMotion, p1x, p1y);
159 if (!is_point_in_rect((double)p1x,(double)p1y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) {
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 111 VP_PAR p1x, p2x, p3x, p4x; local
154 VP_WARP_POINT_2D(0, 0, testMotion, p1x, p1y);
159 if (!is_point_in_rect((double)p1x,(double)p1y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) {
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 111 VP_PAR p1x, p2x, p3x, p4x; local
154 VP_WARP_POINT_2D(0, 0, testMotion, p1x, p1y);
159 if (!is_point_in_rect((double)p1x,(double)p1y,-border_x,-border_y,(double)(hsize+2.0*border_x),(double)(vsize+2.0*border_y))) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_decode.cpp 371 int p1x = 0, p2x = 0, p3x = 0; local
380 p1x = motxdata[indx];
388 p1x = motxdata[indx];
426 *mvx = (MOT)PV_MEDIAN(p1x, p2x, p3x);
432 *mvx = (MOT)(p1x + p2x + p3x);
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 2540 Int p1x, p2x, p3x; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkGeometry.cpp     [all...]
SkPath.cpp 2470 double p1x = SkScalarToDouble(p1.fX); local
    [all...]
  /external/skia/src/core/
SkGeometry.cpp     [all...]
SkPath.cpp 2470 double p1x = SkScalarToDouble(p1.fX); local
    [all...]

Completed in 659 milliseconds