Searched defs:xx (Results 1 - 3 of 3) sorted by relevance
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
H A D | Blend.cpp | 983 double xx, yy; local 985 MosaicToFrame(inv_trs, si, sj, xx, yy); 987 if (xx < 0.0 || yy < 0.0 || xx > width - 1.0 || yy > height - 1.0) 997 xx /= (1 << dscale); 1001 int x1 = (xx >= 0.0) ? (int) xx : (int) floor(xx); 1009 double xfrac = xx - x1; 1026 double xfrac = xx [all...] |
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
H A D | Blend.cpp | 983 double xx, yy; local 985 MosaicToFrame(inv_trs, si, sj, xx, yy); 987 if (xx < 0.0 || yy < 0.0 || xx > width - 1.0 || yy > height - 1.0) 997 xx /= (1 << dscale); 1001 int x1 = (xx >= 0.0) ? (int) xx : (int) floor(xx); 1009 double xfrac = xx - x1; 1026 double xfrac = xx [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
H A D | Blend.cpp | 963 double xx, yy; local 965 MosaicToFrame(inv_trs, si, sj, xx, yy); 967 if (xx < 0.0 || yy < 0.0 || xx > width - 1.0 || yy > height - 1.0) 977 xx /= (1 << dscale); 981 int x1 = (xx >= 0.0) ? (int) xx : (int) floor(xx); 989 double xfrac = xx - x1; 1006 double xfrac = xx [all...] |
Completed in 13 milliseconds