Searched refs:trimBounds (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkAAClip.h89 bool trimBounds();
H A DSkAAClip.cpp597 bool SkAAClip::trimBounds() { function in class:SkAAClip
1121 return target->trimBounds();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCComboBox.java599 Rectangle trimBounds =
601 m_popup.setBounds(popupBounds.x, popupBounds.y, 2 * popupBounds.width - trimBounds.width, 2
603 - trimBounds.height);

Completed in 147 milliseconds