/frameworks/base/services/java/com/android/server/wm/ |
D | FocusedStackFrame.java | 65 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()
|
D | StackBox.java | 151 Rect bounds = mFirst.getStackBounds(stackId); in getStackBounds() local 290 boolean setStackBoxSizes(Rect bounds, boolean underStatusBar) { in setStackBoxSizes()
|
D | DisplayMagnifier.java | 370 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/ |
D | TouchDelegate.java | 90 public TouchDelegate(Rect bounds, View delegateView) { in TouchDelegate() 115 Rect bounds = mBounds; in onTouchEvent() local
|
D | IMagnificationCallbacks.aidl | 25 void onMagnifedBoundsChanged(in Region bounds); in onMagnifedBoundsChanged()
|
/frameworks/base/core/jni/android/graphics/ |
D | NinePatch.cpp | 89 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/ |
D | GraphicBufferMapper.cpp | 74 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/ |
D | Face.java | 85 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/ |
D | ScrollBarDrawable.java | 142 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()
|
D | FastScroller.java | 519 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/ |
D | Region.h | 51 inline Rect bounds() const { return getBounds(); } in bounds() function
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 143 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/ |
D | PictureDrawable.java | 69 Rect bounds = getBounds(); in draw() local
|
D | ClipDrawable.java | 193 protected void onBoundsChange(Rect bounds) { in onBoundsChange() 205 final Rect bounds = getBounds(); in draw() local
|
D | RotateDrawable.java | 76 Rect bounds = mState.mDrawable.getBounds(); in draw() local 182 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
|
D | Drawable.java | 164 public void setBounds(Rect bounds) { in setBounds() 176 public final void copyBounds(Rect bounds) { in copyBounds() 699 protected void onBoundsChange(Rect bounds) {} in onBoundsChange()
|
D | AnimatedRotateDrawable.java | 74 final Rect bounds = drawable.getBounds(); in draw() local 202 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
|
/frameworks/av/libvideoeditor/lvpp/ |
D | PreviewRenderer.cpp | 108 Rect bounds(mWidth, mHeight); in getBufferYV12() local
|
/frameworks/base/libs/hwui/ |
D | DeferredDisplayList.h | 84 mBounds(bounds), mAvoidOverdraw(avoidOverdraw) { in mBounds() argument 88 void reset(const Rect& bounds) { mBounds.set(bounds); } in reset()
|
D | OpenGLRenderer.cpp | 792 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 …]
|
D | DeferredDisplayList.cpp | 57 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()
|
D | FontRenderer.cpp | 612 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()
|
D | PathTessellator.cpp | 60 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/ |
D | rsFont.cpp | 139 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/ |
D | SoftwareRenderer.cpp | 152 Rect bounds(mCropWidth, mCropHeight); in render() local
|