Searched refs:p1x (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DPathTessellator.h138 float p1x, float p1y,
H A DPathTessellator.cpp1049 float p1x, float p1y, float c1x, float c1y,
1053 float dx = p2x - p1x;
1064 float p1c1x = (p1x + c1x) * 0.5f;
1082 p1x, p1y, p1c1x, p1c1y,
1048 recursiveCubicBezierVertices( float p1x, float p1y, float c1x, float c1y, float p2x, float p2y, float c2x, float c2y, const PathApproximationInfo& approximationInfo, std::vector<Vertex>& outputVertices, int depth) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/
H A DSpotShadow.java27 float p1x = poly[p1 * 2 + 0];
31 float div = (dx * (p1y - p2y) + dy * p2x - dy * p1x);
33 float t = (dx * (p1y - py) + dy * px - dy * p1x) / (div);
35 float t2 = (p1x * (py - p2y) + p2x * (p1y - py) + px * (p2y - p1y)) / div;
381 float p1x = polygon[(len - 1) * 2 + 0];
386 sum += p1x * p2y - p2x * p1y;
387 p1x = p2x;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp371 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);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp2540 Int p1x, p2x, p3x; local
2676 p1x = p1y = 0;
2681 p1x = motdata[yin1*nMBPerRow+xin1][vec1].x;
2683 //p1x = motxdata[xin1*2+(vec1&0x1) + (yin1*2+(vec1>>1))*xB];
2719 *mvx = (p1x + p2x + p3x);
2724 *mvx = ((p1x + p2x + p3x - PV_MAX(p1x, PV_MAX(p2x, p3x)) - PV_MIN(p1x, PV_MIN(p2x, p3x))));

Completed in 1109 milliseconds