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

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

Completed in 629 milliseconds