Searched defs:py (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DControlPoint.java23 public ControlPoint(float px, float py) { argument
25 y = py;
/packages/apps/Camera2/jni/
H A Dtinyplanet.cc120 float py = (phi / PI_F) * input_height; local
124 py = wrap(py, input_height);
127 InterpolatePixel(input, px, py, output(x, y));
/packages/apps/Gallery2/jni/filters/
H A Dtinyplanet.cc119 float py = (phi / PI_F) * input_height; local
123 py = wrap(py, input_height);
126 InterpolatePixel(input, px, py, output(x, y));
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.cpp291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double w, double h) argument
297 if (py < ry)
299 if (py >= ry + h)

Completed in 237 milliseconds