/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | FrameImage2D.java | 145 FrameImage2D srcImage, FrameImage2D dstImage, RectF srcRect, RectF dstRect) { in gpuImageCopy() argument 150 idShader.setTargetRect(dstRect); in gpuImageCopy() 158 FrameImage2D srcImage, FrameImage2D dstImage, RectF srcRect, RectF dstRect) { in cpuImageCopy() argument 164 Rect dstIRect = new Rect((int) dstRect.left * srcImage.getWidth(), in cpuImageCopy() 165 (int) dstRect.top * srcImage.getHeight(), in cpuImageCopy() 166 (int) dstRect.right * srcImage.getWidth(), in cpuImageCopy() 167 (int) dstRect.bottom * srcImage.getHeight()); in cpuImageCopy()
|
/frameworks/base/libs/hwui/ |
D | BakedOpState.h | 66 ResolvedRenderState(const ClipRect* viewportRect, const Rect& dstRect); 127 const ClipRect* clip, const Rect& dstRect, const RecordedOp& recordedOp); 163 BakedOpState(const ClipRect* clipRect, const Rect& dstRect, const RecordedOp& recordedOp) in BakedOpState() argument 164 : computedState(clipRect, dstRect) in BakedOpState()
|
D | BakedOpState.cpp | 103 ResolvedRenderState::ResolvedRenderState(const ClipRect* clipRect, const Rect& dstRect) in ResolvedRenderState() argument 106 , clippedBounds(dstRect) in ResolvedRenderState() 107 , clipSideFlags(computeClipSideFlags(clipRect->rect, dstRect)) in ResolvedRenderState() 158 const ClipRect* clip, const Rect& dstRect, const RecordedOp& recordedOp) { in directConstruct() argument 159 return allocator.create_trivial<BakedOpState>(clip, dstRect, recordedOp); in directConstruct()
|
D | FrameBuilder.cpp | 953 Rect dstRect(op.unmappedBounds); in deferBeginUnclippedLayerOp() local 954 boundsTransform.mapRect(dstRect); in deferBeginUnclippedLayerOp() 955 dstRect.roundOut(); in deferBeginUnclippedLayerOp() 956 dstRect.doIntersect(mCanvasState.currentSnapshot()->getRenderTargetClip()); in deferBeginUnclippedLayerOp() 958 if (dstRect.isEmpty()) { in deferBeginUnclippedLayerOp() 970 &(currentLayer().repaintClip), dstRect, *copyToOp); in deferBeginUnclippedLayerOp() 977 currentLayer().deferLayerClear(dstRect); in deferBeginUnclippedLayerOp() 985 &(currentLayer().repaintClip), dstRect, *copyFromOp); in deferBeginUnclippedLayerOp()
|
D | LayerBuilder.h | 97 void deferLayerClear(const Rect& dstRect);
|
D | SkiaCanvas.cpp | 561 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() local 562 mCanvas->drawBitmapRect(bitmap, srcRect, dstRect, paint); in drawBitmap()
|
/frameworks/base/core/jni/android/graphics/ |
D | NinePatch.cpp | 91 jlong chunkHandle, jobject dstRect) { in getTransparentRegion() argument 99 GraphicsJNI::jrect_to_rect(env, dstRect, &dst); in getTransparentRegion()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
D | UserIconDrawable.java | 371 RectF dstRect = new RectF(bounds.exactCenterX() - iconRadius, in onBoundsChange() local 377 dstRect.round(rounded); in onBoundsChange() 388 mIconMatrix.setRectToRect(srcRect, dstRect, Matrix.ScaleToFit.FILL); in onBoundsChange()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaRecordingCanvas.cpp | 202 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() local 208 mRecorder.drawImageRect(image, srcRect, dstRect, nonAAPaint(paint, &tmpPaint)); in drawBitmap()
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | UiObject.java | 200 Rect dstRect = destObj.getVisibleBounds(); in dragTo() local 202 dstRect.centerX(), dstRect.centerY(), steps, true); in dragTo()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 3300 VkRect2D dstRect
|