HomeSort by relevance Sort by last modified time
    Searched full:boundsheight (Results 1 - 5 of 5) 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/
AbstractAvatarDrawable.java 120 final float boundsHeight = (float) bounds.height();
121 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 533 milliseconds