Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 25 of 80) sorted by relevance

1234

/frameworks/base/core/java/android/view/
DTouchDelegate.java90 public TouchDelegate(Rect bounds, View delegateView) { in TouchDelegate()
115 Rect bounds = mBounds; in onTouchEvent() local
/frameworks/base/core/jni/android/graphics/
DNinePatch.cpp68 static void draw(JNIEnv* env, SkCanvas* canvas, SkRect& bounds, in draw()
122 SkRect bounds; in drawF() local
138 SkRect bounds; in drawI() local
151 SkRect bounds; in getTransparentRegion() local
/frameworks/base/core/java/android/widget/
DScrollBarDrawable.java142 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
147 protected void drawTrack(Canvas canvas, Rect bounds, boolean vertical) { in drawTrack()
162 protected void drawThumb(Canvas canvas, Rect bounds, int offset, int length, boolean vertical) { in drawThumb()
/frameworks/native/include/ui/
DRegion.h49 inline Rect bounds() const { return getBounds(); } in bounds() function
/frameworks/base/libs/hwui/
DPathCache.cpp31 const SkRect& bounds = path->getBounds(); in computePathBounds() local
35 void computeBounds(const SkRect& bounds, const SkPaint* paint, in computeBounds()
DFontRenderer.cpp505 Rect bounds; in renderDropShadow() local
533 void FontRenderer::initRender(const Rect* clip, Rect* bounds) { in initRender()
571 uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y, Rect* bounds) { in renderText()
586 const float* positions, Rect* bounds) { in renderPosText()
601 float hOffset, float vOffset, Rect* bounds) { in renderTextOnPath()
DSnapshot.cpp95 const SkIRect& bounds = clipRegion->getBounds(); in copyClipRectFromRegion() local
/frameworks/base/graphics/java/android/graphics/drawable/
DMipmapDrawable.java121 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
216 public int indexForBounds(Rect bounds) { in indexForBounds()
DPictureDrawable.java69 Rect bounds = getBounds(); in draw() local
DClipDrawable.java188 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
200 final Rect bounds = getBounds(); in draw() local
DRotateDrawable.java76 Rect bounds = mState.mDrawable.getBounds(); in draw() local
177 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
DDrawable.java158 public void setBounds(Rect bounds) { in setBounds()
170 public final void copyBounds(Rect bounds) { in copyBounds()
654 protected void onBoundsChange(Rect bounds) {} in onBoundsChange()
DAnimatedRotateDrawable.java74 final Rect bounds = drawable.getBounds(); in draw() local
197 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp74 int usage, const Rect& bounds, void** vaddr) in lock()
/frameworks/base/libs/hwui/font/
DFont.cpp63 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) { in measureCachedGlyph()
85 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) { in drawCachedGlyph()
104 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) { in drawCachedGlyphBitmap()
254 int numGlyphs, Rect *bounds, const float* positions) { in measure()
286 uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* positions) { in render()
/frameworks/av/libvideoeditor/lvpp/
DPreviewRenderer.cpp108 Rect bounds(mWidth, mHeight); in getBufferYV12() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DFixedSizeDrawable.java43 public void setBounds(Rect bounds) { in setBounds()
/frameworks/ex/photoviewer/src/com/android/ex/photo/util/
DImageUtils.java96 final Point bounds = getImageBounds(resolver, uri); in createLocalBitmap() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DImageUtils.java105 final Point bounds = getImageBounds(resolver, uri); in createLocalBitmap() local
/frameworks/rs/
DrsFont.cpp137 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) { in measureCachedGlyph()
161 RenderMode mode, Rect *bounds, in renderUTF()
748 Font::Rect *bounds, in renderText()
782 void FontState::measureText(const char *text, uint32_t len, Font::Rect *bounds) { in measureText()
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp152 Rect bounds(mCropWidth, mCropHeight); in render() local
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
DMipmapDrawableTest.java230 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
DAccessibilityNodeInfoCompatIcs.java144 public static void setBoundsInParent(Object info, Rect bounds) { in setBoundsInParent()
148 public static void setBoundsInScreen(Object info, Rect bounds) { in setBoundsInScreen()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h126 inline Rect bounds() const { return getBounds(); } in bounds() function
/frameworks/av/services/audioflinger/
DFastMixer.cpp76 uint32_t bounds = 0; in threadLoop() local
680 uint32_t bounds = mBounds; in dump() local

1234