Searched refs:p1y (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,
1054 float dy = p2y - p1y;
1065 float p1c1y = (p1y + c1y) * 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.java28 float p1y = poly[p1 * 2 + 1];
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;
382 float p1y = polygon[(len - 1) * 2 + 1];
386 sum += p1x * p2y - p2x * p1y;
388 p1y = p2y;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.cpp372 int p1y = 0, p2y = 0, p3y = 0; local
381 p1y = motydata[indx];
389 p1y = motydata[indx];
427 *mvy = (MOT)PV_MEDIAN(p1y, p2y, p3y);
433 *mvy = (MOT)(p1y + p2y + p3y);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp2541 Int p1y, p2y, p3y; local
2676 p1x = p1y = 0;
2682 p1y = motdata[yin1*nMBPerRow+xin1][vec1].y;
2684 //p1y = motydata[xin1*2+(vec1&0x1) + (yin1*2+(vec1>>1))*xB];
2720 *mvy = (p1y + p2y + p3y);
2725 *mvy = ((p1y + p2y + p3y - PV_MAX(p1y, PV_MAX(p2y, p3y)) - PV_MIN(p1y, PV_MIN(p2y, p3y))));

Completed in 102 milliseconds