OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBounds
(Results
51 - 75
of
486
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/skia/src/core/
SkAAClip.h
30
const SkIRect&
getBounds
() const { return fBounds; }
103
fAAClipBounds = aaclip->
getBounds
();
SkDeviceLooper.cpp
24
SkASSERT(SkIRect::MakeWH(base.width(), base.height()).contains(rc.
getBounds
()));
27
if (rc.isEmpty() || !fClippedBounds.intersect(bounds, rc.
getBounds
())) {
SkBitmap_scroll.cpp
67
if (!SkIRect::Intersects(r, inval->
getBounds
())) {
/external/chromium_org/third_party/skia/src/gpu/
GrSoftwarePathRenderer.cpp
64
if (!path.
getBounds
().isEmpty()) {
66
matrix.mapRect(&pathSBounds, path.
getBounds
());
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
BooleanObjectPropertyEditor.java
68
int imageWidth = image.
getBounds
().width + 2;
87
if (location == null || location.x < m_trueImage.
getBounds
().width + 2) {
BooleanPropertyEditor.java
68
int imageWidth = image.
getBounds
().width + 2;
85
if (location == null || location.x < m_trueImage.
getBounds
().width + 2) {
/external/skia/bench/
StrokeBench.cpp
24
const SkRect& r = rec->fRRect.
getBounds
();
43
const SkRect& r = rec->fRRect.
getBounds
();
CoverageBench.cpp
39
fRC.setRect(fPath.
getBounds
().round());
/external/skia/src/core/
SkAAClip.h
30
const SkIRect&
getBounds
() const { return fBounds; }
103
fAAClipBounds = aaclip->
getBounds
();
SkDeviceLooper.cpp
24
SkASSERT(SkIRect::MakeWH(base.width(), base.height()).contains(rc.
getBounds
()));
27
if (rc.isEmpty() || !fClippedBounds.intersect(bounds, rc.
getBounds
())) {
SkBitmap_scroll.cpp
67
if (!SkIRect::Intersects(r, inval->
getBounds
())) {
/external/skia/src/gpu/
GrSoftwarePathRenderer.cpp
64
if (!path.
getBounds
().isEmpty()) {
66
matrix.mapRect(&pathSBounds, path.
getBounds
());
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java
217
regionDelegate.mArea.
getBounds
().intersects(
218
targetRegionDelegate.mArea.
getBounds
()) == false;
304
return dstRegion.mArea.
getBounds
().isEmpty() == false;
326
return dstRegion.mArea.
getBounds
().isEmpty() == false;
336
Rectangle bounds = region.mArea.
getBounds
();
386
return region.mArea.
getBounds
().isEmpty() == false;
404
return region.mArea.
getBounds
().isEmpty() == false;
432
return dstRegion.mArea.
getBounds
().isEmpty() == false;
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
TileDrawable.java
68
canvas.drawRect(
getBounds
(), mPaint);
113
if (mPaint.getAlpha() == 255 && !
getBounds
().isEmpty()) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
PriorityIndicatorSpan.java
89
Rect rect = d.
getBounds
();
108
final int transY = (top + bottom + mPaddingAbove - b.
getBounds
().bottom) / 2;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
BooleanXmlPropertyEditor.java
72
int imageWidth = image.
getBounds
().width + 2;
87
if (location == null || location.x < mTrueImage.
getBounds
().width + 2) {
/external/droiddriver/src/com/google/android/droiddriver/
UiElement.java
126
Rect
getBounds
();
/external/droiddriver/src/com/google/android/droiddriver/scroll/
StaticSentinelStrategy.java
54
if (visibleBounds.contains(getSentinel(parent, direction).
getBounds
())) {
/external/skia/tests/
ParsePathTest.cpp
48
const SkRect& pathBounds = path.
getBounds
();
StrokeTest.cpp
45
REPORTER_ASSERT(reporter, equal(outer, fillPath.
getBounds
()));
/frameworks/base/core/java/android/hardware/camera2/
Face.java
144
public Rect
getBounds
() {
196
* the same space as the ones for {@link #
getBounds
}. This is an
212
* in the same space as the ones for {@link #
getBounds
}.This is an
228
* the same space as the ones for {@link #
getBounds
}. This is an optional
/frameworks/base/graphics/java/android/graphics/drawable/
PictureDrawable.java
69
Rect bounds =
getBounds
();
/frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
InvisibleRecipientChip.java
102
public Rect
getBounds
() {
/packages/apps/Calendar/src/com/android/calendar/
DayOfMonthDrawable.java
53
Rect bounds =
getBounds
();
/packages/apps/Camera/src/com/android/camera/drawable/
TextDrawable.java
54
Rect bounds =
getBounds
();
Completed in 223 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>