HomeSort by relevance Sort by last modified time
    Searched defs:srcWidth (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery3D/src/com/cooliris/media/
Utils.java 78 int srcWidth = bitmap.getWidth();
83 if (srcWidth > srcHeight) {
84 if (srcWidth > maxSize) {
86 height = ((maxSize * srcHeight) / srcWidth);
91 width = ((maxSize * srcWidth) / srcHeight);
  /external/quake/quake/src/WinQuake/
gl_draw.cpp     [all...]

Completed in 23 milliseconds