Searched defs:ry (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
H A D | dbstabsmooth.cpp | 291 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)
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
H A D | dbstabsmooth.cpp | 291 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 76 milliseconds