Home
last modified time | relevance | path

Searched refs:resize (Results 1 – 25 of 29) sorted by relevance

12

/packages/apps/Camera/jni/feature_stab/src/dbregtest/
DPgmImage.cpp90 m_data.resize(m_w*m_h+m_over_allocation); in SetFormat()
93 m_data.resize(m_w*m_h*3+m_over_allocation); in SetFormat()
104 m_data.resize(m_w*m_h+m_over_allocation); in SetData()
160 m_data.resize(m_w*m_h+m_over_allocation); in ReadPGM()
164 m_data.resize(m_w*m_h*3+m_over_allocation); in ReadPGM()
208 m_rows.resize(m_h); in SetupRowPointers()
235 m_data.resize(m_w*m_h+m_over_allocation); in ConvertToGray()
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
DPgmImage.cpp90 m_data.resize(m_w*m_h+m_over_allocation); in SetFormat()
93 m_data.resize(m_w*m_h*3+m_over_allocation); in SetFormat()
104 m_data.resize(m_w*m_h+m_over_allocation); in SetData()
160 m_data.resize(m_w*m_h+m_over_allocation); in ReadPGM()
164 m_data.resize(m_w*m_h*3+m_over_allocation); in ReadPGM()
208 m_rows.resize(m_h); in SetupRowPointers()
235 m_data.resize(m_w*m_h+m_over_allocation); in ConvertToGray()
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
Dholo_spiral.rs21 #pragma rs export_func(resize)
127 void resize(float width, float height) {
DHoloSpiralWallpaper.java96 mWallpaperRS.resize(width, height); in onSurfaceChanged()
DHoloSpiralView.java89 mWallpaperRS.resize(width, height); in surfaceChanged()
/packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
DNexusRS.java69 public void resize(int width, int height) { in resize() method in NexusRS
70 super.resize(width, height); // updates mWidth, mHeight in resize()
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
DGenericWaveRS.java96 public void resize(int width, int height) { in resize() method in GenericWaveRS
97 super.resize(width, height); in resize()
DRenderScriptScene.java80 public void resize(int width, int height) { in resize() method in RenderScriptScene
DRenderScriptWallpaper.java88 mRenderer.resize(width, height); in onSurfaceChanged()
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
DVisualization4RS.java83 public void resize(int width, int height) { in resize() method in Visualization4RS
84 super.resize(width, height); in resize()
/packages/wallpapers/Basic/src/com/android/wallpaper/
DRenderScriptScene.java79 public void resize(int width, int height) { in resize() method in RenderScriptScene
DRenderScriptWallpaper.java85 mRenderer.resize(width, height); in onSurfaceChanged()
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
DRenderScriptScene.java83 public void resize(int width, int height) { in resize() method in RenderScriptScene
DRenderScriptWallpaper.java89 mRenderer.resize(width, height); in onSurfaceChanged()
DMagicSmokeRS.java197 public void resize(int width, int height) { in resize() method in MagicSmokeRS
198 super.resize(width, height); in resize()
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
DGalaxyRS.java125 public void resize(int width, int height) { in resize() method in GalaxyRS
126 super.resize(width, height); in resize()
/packages/wallpapers/NoiseField/src/com/android/noisefield/
DNoiseFieldWallpaper.java92 mWallpaperRS.resize(width, height); in onSurfaceChanged()
DNoiseFieldRS.java229 public void resize(int w, int h) { in resize() method in NoiseFieldRS
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
DPhaseBeamWallpaper.java87 mWallpaperRS.resize(width, height); in onSurfaceChanged()
DPhaseBeamRS.java250 public void resize(int w, int h) { in resize() method in PhaseBeamRS
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
DGalaxy4Wallpaper.java105 mWallpaperRS.resize(width, height); in onSurfaceChanged()
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
DVisualization5RS.java114 public void resize(int width, int height) { in resize() method in Visualization5RS
115 super.resize(width, height); in resize()
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/
DFallRS.java118 public void resize(int width, int height) { in resize() method in FallRS
119 super.resize(width, height); in resize()
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
DGrassRS.java127 public void resize(int width, int height) { in resize() method in GrassRS
128 super.resize(width, height); in resize()
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectCalendarsSyncAdapter.java72 r.resize(COLOR_CHIP_SIZE, COLOR_CHIP_SIZE); in SelectCalendarsSyncAdapter()

12