OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trimBounds
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkAAClip.h
83
bool
trimBounds
();
SkAAClip.cpp
557
bool SkAAClip::
trimBounds
() {
1053
return target->
trimBounds
();
[
all
...]
/external/skia/src/core/
SkAAClip.h
83
bool
trimBounds
();
SkAAClip.cpp
557
bool SkAAClip::
trimBounds
() {
1053
return target->
trimBounds
();
[
all
...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CComboBox.java
599
Rectangle
trimBounds
=
601
m_popup.setBounds(popupBounds.x, popupBounds.y, 2 * popupBounds.width -
trimBounds
.width, 2
603
-
trimBounds
.height);
Completed in 39 milliseconds