Home
last modified time | relevance | path

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

1234

/frameworks/base/services/java/com/android/server/wm/
DFocusedStackFrame.java65 private void draw(Rect bounds, int color) { in draw()
102 private void positionSurface(Rect bounds) { in positionSurface()
134 public void setBounds(Rect bounds) { in setBounds()
DStackBox.java151 Rect bounds = mFirst.getStackBounds(stackId); in getStackBounds() local
290 boolean setStackBoxSizes(Rect bounds, boolean underStatusBar) { in setStackBoxSizes()
DDisplayMagnifier.java370 Region bounds = Region.obtain(); in recomputeBoundsLocked() local
581 public void setBounds(Region bounds) { in setBounds()
707 Region bounds = (Region) message.obj; in handleMessage() local
/frameworks/base/core/java/android/view/
DTouchDelegate.java90 public TouchDelegate(Rect bounds, View delegateView) { in TouchDelegate()
115 Rect bounds = mBounds; in onTouchEvent() local
DIMagnificationCallbacks.aidl25 void onMagnifedBoundsChanged(in Region bounds); in onMagnifedBoundsChanged()
/frameworks/base/core/jni/android/graphics/
DNinePatch.cpp89 static void draw(JNIEnv* env, SkCanvas* canvas, SkRect& bounds, const SkBitmap* bitmap, in draw()
127 SkRect bounds; in drawF() local
142 SkRect bounds; in drawI() local
153 SkRect bounds; in getTransparentRegion() local
/frameworks/native/libs/ui/
DGraphicBufferMapper.cpp74 int usage, const Rect& bounds, void** vaddr) in lock()
88 int usage, const Rect& bounds, android_ycbcr *ycbcr) in lockYCbCr()
/frameworks/base/core/java/android/hardware/camera2/
DFace.java85 public Face(Rect bounds, int score, int id, in Face()
129 public Face(Rect bounds, int score) { in Face()
/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()
DFastScroller.java519 final Rect bounds = mTempBounds; in updateLayout() local
544 private void applyLayout(View view, Rect bounds) { in applyLayout()
699 final Rect bounds = mTempBounds; in layoutThumb() local
1030 final Rect bounds = mTempBounds; in transitionPreviewLayout() local
1530 private static Animator animateBounds(View v, Rect bounds) { in animateBounds()
/frameworks/native/include/ui/
DRegion.h51 inline Rect bounds() const { return getBounds(); } in bounds() function
/frameworks/base/libs/hwui/font/
DFont.cpp143 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) { in measureCachedGlyph()
165 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) { in drawCachedGlyph()
184 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) { in drawCachedGlyphTransformed()
211 uint32_t bitmapWidth, uint32_t bitmapHeight, Rect* bounds, const float* pos) { in drawCachedGlyphBitmap()
343 int numGlyphs, Rect *bounds, const float* positions) { in measure()
375 uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* positions) { in render()
/frameworks/base/graphics/java/android/graphics/drawable/
DPictureDrawable.java69 Rect bounds = getBounds(); in draw() local
DClipDrawable.java193 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
205 final Rect bounds = getBounds(); in draw() local
DRotateDrawable.java76 Rect bounds = mState.mDrawable.getBounds(); in draw() local
182 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
DDrawable.java164 public void setBounds(Rect bounds) { in setBounds()
176 public final void copyBounds(Rect bounds) { in copyBounds()
699 protected void onBoundsChange(Rect bounds) {} in onBoundsChange()
DAnimatedRotateDrawable.java74 final Rect bounds = drawable.getBounds(); in draw() local
202 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
/frameworks/av/libvideoeditor/lvpp/
DPreviewRenderer.cpp108 Rect bounds(mWidth, mHeight); in getBufferYV12() local
/frameworks/base/libs/hwui/
DDeferredDisplayList.h84 mBounds(bounds), mAvoidOverdraw(avoidOverdraw) { in mBounds() argument
88 void reset(const Rect& bounds) { mBounds.set(bounds); } in reset()
DOpenGLRenderer.cpp792 void OpenGLRenderer::calculateLayerBoundsAndClip(Rect& bounds, Rect& clip, bool fboLayer) { in calculateLayerBoundsAndClip()
825 void OpenGLRenderer::updateSnapshotIgnoreForLayer(const Rect& bounds, const Rect& clip, in updateSnapshotIgnoreForLayer()
846 Rect bounds(left, top, right, bottom); in saveLayerDeferred() local
922 Rect bounds(left, top, right, bottom); in createLayer() local
977 bool OpenGLRenderer::createFboLayer(Layer* layer, Rect& bounds, Rect& clip, GLuint previousFbo) { in createFboLayer()
1324 Rect bounds(left, top, right, bottom); in dirtyLayer() local
1333 Rect bounds(left, top, right, bottom); in dirtyLayer() local
1338 void OpenGLRenderer::dirtyLayerUnchecked(Rect& bounds, Region* region) { in dirtyLayerUnchecked()
1381 Rect* bounds = mLayers.itemAt(i); in clearLayerRegions() local
1705 Rect* bounds = mSnapshot->previous->clipRect; in clipPath() local
[all …]
DDeferredDisplayList.cpp57 virtual bool coversBounds(const Rect& bounds) { return false; } in coversBounds()
111 const Rect& bounds = state->mBounds; in replay() local
125 virtual bool coversBounds(const Rect& bounds) { in coversBounds()
DFontRenderer.cpp612 Rect bounds; in renderDropShadow() local
662 void FontRenderer::initRender(const Rect* clip, Rect* bounds, Functor* functor) { in initRender()
689 const float* positions, Rect* bounds, Functor* functor, bool forceFinish) { in renderPosText()
707 float hOffset, float vOffset, Rect* bounds, Functor* functor) { in renderTextOnPath()
DPathTessellator.cpp60 void PathTessellator::expandBoundsForStroke(SkRect& bounds, const SkPaint* paint, in expandBoundsForStroke()
726 SkRect bounds = path.getBounds(); in tessellatePath() local
788 const float* points, int count, SkRect& bounds) { in instanceVertices()
803 const mat4* transform, SkRect& bounds, VertexBuffer& vertexBuffer) { in tessellatePoints()
840 const mat4* transform, SkRect& bounds, VertexBuffer& vertexBuffer) { in tessellateLines()
/frameworks/rs/
DrsFont.cpp139 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) { in measureCachedGlyph()
163 RenderMode mode, Rect *bounds, in renderUTF()
752 Font::Rect *bounds, in renderText()
787 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

1234