HomeSort by relevance Sort by last modified time
    Searched refs:getBounds (Results 101 - 125 of 486) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/include/views/
SkWindow.h 46 const SkIRect& getDirtyBounds() const { return fDirtyRgn.getBounds(); }
  /external/skia/src/effects/
SkBitmapSource.cpp 47 fBitmap.getBounds(&bounds);
SkRectShaderImageFilter.cpp 58 source.getBounds(&bounds);
SkTileImageFilter.cpp 41 source.getBounds(&bounds);
SkXfermodeImageFilter.cpp 65 background.getBounds(&bounds);
67 foreground.getBounds(&foregroundBounds);
143 src.getBounds(&srcRect);
SkBlurImageFilter.cpp 154 src.getBounds(&srcBounds);
160 dst->getBounds(&dstBounds);
229 src.getBounds(&rect);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AdapterViewRule.java 40 Rect b = node.getBounds();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeFactory.java 79 } else if (bounds != null && !SwtUtils.equals(proxy.getBounds(), bounds)) {
  /external/chromium_org/third_party/skia/include/core/
SkClipStack.h 118 const SkRect& getBounds() const {
124 return fPath.getBounds();
276 * getBounds places the current finite bound in its first parameter. In its
284 void getBounds(SkRect* canvFiniteBound,
  /external/chromium_org/third_party/skia/src/effects/
SkXfermodeImageFilter.cpp 65 background.getBounds(&bounds);
67 foreground.getBounds(&foregroundBounds);
143 src.getBounds(&srcRect);
SkBlurImageFilter.cpp 154 src.getBounds(&srcBounds);
160 dst->getBounds(&dstBounds);
229 src.getBounds(&rect);
  /external/skia/include/core/
SkClipStack.h 118 const SkRect& getBounds() const {
124 return fPath.getBounds();
276 * getBounds places the current finite bound in its first parameter. In its
284 void getBounds(SkRect* canvFiniteBound,
  /frameworks/base/core/java/android/view/
ViewOverlay.java 145 invalidate(drawable.getBounds());
153 invalidate(drawable.getBounds());
206 invalidate(drawable.getBounds());
  /frameworks/native/include/ui/
Region.h 47 inline bool isEmpty() const { return getBounds().isEmpty(); }
50 inline Rect getBounds() const { return mStorage[mStorage.size() - 1]; }
51 inline Rect bounds() const { return getBounds(); }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageControl.java 95 Rectangle imageRect = mImage.getBounds();
152 Rectangle r = mImage.getBounds();
182 Rectangle imageRect = mImage.getBounds();
  /cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java 93 final Rect rect = foreground.getBounds();
120 Rect rect2 = newForeground.getBounds();
138 Region region = new Region(foreground.getBounds());
147 region = new Region(foreground.getBounds());
272 Rect rect = drawable.getBounds();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 78 Rectangle imageBounds = image.getBounds();
88 Rectangle imageBounds = image.getBounds();
101 int imageWidth = image.getBounds().width;
102 int imageHeight = image.getBounds().height;
230 Rectangle imageBounds = image.getBounds();
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 192 const Rect b(newDirty.getBounds());
311 dirty.set(getBounds());
315 dirty.andSelf(getBounds());
420 dirtyRegion.set(getBounds());
451 mScissor = getBounds();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
MoveHandler.java 79 Rect bc = child.getBounds();
87 if (bc.equals(element.getBounds())) {
183 Rect firstBounds = elements[0].getBounds();
189 firstBounds = firstNode.getBounds();
193 Rect layoutBounds = layout.getBounds();
  /external/chromium/webkit/glue/media/
video_renderer_impl.cc 135 device->getBounds(&device_rect);
146 device_rect.contains(total_clip.getBounds())) {
233 if (local_dest_irect.intersect(canvas->getTotalClip().getBounds())) {
  /frameworks/base/graphics/java/android/graphics/drawable/
RotateDrawable.java 76 Rect bounds = mState.mDrawable.getBounds();
164 onBoundsChange(getBounds());
171 onBoundsChange(getBounds());
  /external/chromium_org/cc/base/
region.h 57 return gfx::SkIRectToRect(skregion_.getBounds());
  /external/chromium_org/skia/ext/
platform_device_mac.cc 136 rect.set(region.getBounds());
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayable.h 59 virtual void getBounds(SkRect* );
  /external/chromium_org/third_party/skia/src/core/
SkScan.cpp 23 const SkIRect& clipBounds = clip->getBounds();

Completed in 873 milliseconds

1 2 3 45 6 7 8 91011>>