/external/skia/src/utils/ |
SkPictureUtils.cpp | 230 return this->updateClipConservativelyUsingBounds(path.getBounds(), op, path.isInverseFillType()); 234 return this->updateClipConservativelyUsingBounds(rrect.getBounds(), op, false);
|
/external/skia/tests/ |
PaintTest.cpp | 207 fillR = path.getBounds(); 212 strokeR = stroke.getBounds();
|
BlurTest.cpp | 123 SkRect refBound = strokedPath.getBounds(); 227 SkScalar midX = path.getBounds().centerX(); 228 SkScalar midY = path.getBounds().centerY();
|
/external/skia/tools/lua/ |
scrape.lua | 68 "isRect", tostring(t.path:isRect()), tostr(t.path:getBounds()))
|
/frameworks/base/graphics/java/android/graphics/ |
Region.java | 135 public Rect getBounds() { 145 public boolean getBounds(Rect r) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
LinearLayoutRule.java | 285 Rect bn = targetNode.getBounds(); 301 Rect bc = it.getBounds(); 368 Rect b = node.getBounds(); 409 Rect be = elements[0].getBounds(); 447 Rect bounds = element.getBounds(); 482 Rect b = targetNode.getBounds(); [all...] |
BaseLayoutRule.java | 260 Point p = targetNode.getBounds().getTopLeft(); 286 Point parentP = parentNode.getBounds().getTopLeft(); 287 Point targetP = targetNode.getBounds().getTopLeft(); 314 Rect b = element.getBounds(); 787 Rect parentBounds = parent.getBounds() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridModel.java | 298 baseline += view.node.getBounds().y - getRowY(row); 685 Rect layoutBounds = layout.getBounds(); 728 Rect layoutBounds = layout.getBounds(); 757 Rect bounds = view.node.getBounds(); 827 Rect bounds = view.node.getBounds(); [all...] |
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/ |
CtsUiAutomatorTest.java | 352 Rect tb = textView.getBounds(); 804 Rect screenRect = screen.getBounds(); [all...] |
/frameworks/base/services/java/com/android/server/accessibility/ |
ScreenMagnifier.java | 237 mMagnifiedBounds.getBounds(magnifiedFrame); 260 mMagnifiedBounds.getBounds(magnifiedFrame); 318 mMagnifiedBounds.getBounds(rect); [all...] |
/frameworks/native/libs/ui/ |
Region.cpp | 195 outputRegion.mStorage.add(r.getBounds()); // to make region valid, mStorage must end with bounds 217 const Rect bounds(getBounds()); 523 if (b != reg.getBounds()) { 528 reg.getBounds().left, reg.getBounds().top, 529 reg.getBounds().right, reg.getBounds().bottom);
|
/external/chromium_org/third_party/skia/include/core/ |
SkPath.h | 273 const SkRect& getBounds() const { 274 return fPathRef->getBounds(); 278 update it so that subsequent calls to getBounds will be instantaneous. 283 // for now, just calling getBounds() is sufficient 284 this->getBounds(); [all...] |
SkRRect.h | 179 const SkRect& getBounds() const { return fRect; }
|
/external/chromium_org/third_party/skia/src/core/ |
SkScan_Hairline.cpp | 66 r.set(clip->getBounds()); 86 const SkIRect& bounds = clip->getBounds(); 273 path.getBounds().roundOut(&ibounds);
|
/external/skia/include/core/ |
SkPath.h | 273 const SkRect& getBounds() const { 274 return fPathRef->getBounds(); 278 update it so that subsequent calls to getBounds will be instantaneous. 283 // for now, just calling getBounds() is sufficient 284 this->getBounds(); [all...] |
SkRRect.h | 179 const SkRect& getBounds() const { return fRect; }
|
/external/skia/src/core/ |
SkScan_Hairline.cpp | 66 r.set(clip->getBounds()); 86 const SkIRect& bounds = clip->getBounds(); 273 path.getBounds().roundOut(&ibounds);
|
/frameworks/base/core/java/android/widget/ |
AbsSeekBar.java | 299 Rect oldBounds = thumb.getBounds(); 369 invalidate(mThumb.getBounds()); // This may be within the padding region 385 invalidate(mThumb.getBounds()); // This may be within the padding region
|
/external/chromium_org/third_party/skia/src/effects/ |
Sk2DPathEffect.cpp | 29 tmp.getBounds().round(&ir);
|
SkColorFilterImageFilter.cpp | 110 src.getBounds(&bounds);
|
SkDisplacementMapEffect.cpp | 204 color.getBounds(&bounds); 209 displ.getBounds(&displBounds); 345 src.getBounds(&bounds); 350 displacementBM.getBounds(&displBounds);
|
SkMergeImageFilter.cpp | 107 src.getBounds(&bounds);
|
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/ |
ViewElement.java | 179 public Rect getBounds() {
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CFlatButton.java | 99 Rectangle imageBounds = image.getBounds();
|
/external/skia/gm/ |
conicpaths.cpp | 120 const SkRect& bounds = fPaths[p].getBounds();
|