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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.cpp 57 float boundsWidth = std::max(0.0f, width() - padding * 2);
61 return FloatRoundedRect(FloatRect(boundsX, boundsY, boundsWidth, boundsHeight), FloatSize(boundsRadiusX, boundsRadiusY));
72 float boundsWidth = width() + margin * 2;
76 return FloatRoundedRect(FloatRect(boundsX, boundsY, boundsWidth, boundsHeight), FloatSize(boundsRadiusX, boundsRadiusY));
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 219 final int boundsWidth = bounds.width();
224 (float) boundsWidth / (float) mExpandedPhotoSize);

Completed in 87 milliseconds