HomeSort by relevance Sort by last modified time
    Searched full:boundswidth (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.cpp 51 float boundsWidth = width() + shapeMargin() * 2;
53 return FloatRect(boundsX, boundsY, boundsWidth, boundsHeight);
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AccountAvatarDrawable.java 107 final float boundsWidth = (float) bounds.width();
109 final float scale = Math.max(boundsWidth / width, boundsHeight / height);
ContactDrawable.java 147 final float boundsWidth = (float) bounds.width();
149 final float scale = Math.max(boundsWidth / width, boundsHeight / height);
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 214 final int boundsWidth = bounds.width();
219 (float) boundsWidth / (float) mExpandedPhotoSize);
  /external/chromium_org/third_party/skia/tools/
pathops_visualizer.htm     [all...]
  /external/skia/tools/
pathops_visualizer.htm     [all...]

Completed in 194 milliseconds