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

  /external/webkit/Source/WebCore/platform/graphics/
UnitBezier.h 34 UnitBezier(double p1x, double p1y, double p2x, double p2y)
37 cx = 3.0 * p1x;
38 bx = 3.0 * (p2x - p1x) - cx;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GesturePreviewTrail.java 124 public float p1x, p1y; field in class:GesturePreviewTrail.WorkingSet
153 final float dx = w.p2x - w.p1x;
174 w.p1ax = w.p1x + w.r1 * cosa;
176 w.p1bx = w.p1x + w.r1 * cosb;
186 w.arc1.set(w.p1x, w.p1y, w.p1x, w.p1y);
196 path.moveTo(w.p1x, w.p1y);
203 path.lineTo(w.p1x, w.p1y);
248 w.p1x = getXCoordValue(xCoords[startIndex]);
254 outBoundsRect.set((int)w.p1x, (int)w.p1y, (int)w.p1x, (int)w.p1y)
    [all...]
  /frameworks/base/libs/hwui/
PathRenderer.h 93 float p1x, float p1y,
PathRenderer.cpp 648 float p1x, float p1y, float c1x, float c1y,
651 float dx = p2x - p1x;
663 float p1c1x = (p1x + c1x) * 0.5f;
681 p1x, p1y, p1c1x, p1c1y,
  /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/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 65 static inline double solveCubicBezierFunction(double p1x, double p1y, double p2x, double p2y, double t, double duration)
69 UnitBezier bezier(p1x, p1y, p2x, p2y);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]
  /external/skia/src/core/
SkPath.cpp 1936 double p1x = SkScalarToDouble(p1.fX); local
    [all...]

Completed in 428 milliseconds