/packages/apps/Camera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 143 // if the images are color, the input is saved in color_ref: 144 PgmImage color_ref(0,0); 185 color_ref = ref; 236 db_WarpImageLutBilinear_rgb(color_ref.GetRowPointers(),warped.GetRowPointers(),w,h,lut_x,lut_y);
|
/packages/apps/Camera2/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 143 // if the images are color, the input is saved in color_ref: 144 PgmImage color_ref(0,0); 185 color_ref = ref; 236 db_WarpImageLutBilinear_rgb(color_ref.GetRowPointers(),warped.GetRowPointers(),w,h,lut_x,lut_y);
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
dbregtest.cpp | 143 // if the images are color, the input is saved in color_ref: 144 PgmImage color_ref(0,0); 185 color_ref = ref; 236 db_WarpImageLutBilinear_rgb(color_ref.GetRowPointers(),warped.GetRowPointers(),w,h,lut_x,lut_y);
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
tttypes.h | 543 /* color_ref :: Unused. `color_ref' is put in for future */ 578 FT_ULong color_ref; member in struct:TT_SBit_StrikeRec_ [all...] |
/external/freetype/include/freetype/internal/ |
tttypes.h | 543 /* color_ref :: Unused. `color_ref' is put in for future */ 578 FT_ULong color_ref; member in struct:TT_SBit_StrikeRec_ [all...] |
/external/chromium_org/ui/native_theme/ |
native_theme_win.cc | 155 COLORREF color_ref; local 156 if (get_theme_color_(handle, part_id, state_id, prop_id, &color_ref) == 158 *color = skia::COLORREFToSkColor(color_ref); [all...] |