Searched refs:dstRect (Results 1 – 10 of 10) sorted by relevance
/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); 126 const ClipRect* clip, const Rect& dstRect, const RecordedOp& recordedOp); 162 BakedOpState(const ClipRect* clipRect, const Rect& dstRect, const RecordedOp& recordedOp) in BakedOpState() argument 163 : computedState(clipRect, dstRect) in BakedOpState()
|
D | BakedOpState.cpp | 101 ResolvedRenderState::ResolvedRenderState(const ClipRect* clipRect, const Rect& dstRect) in ResolvedRenderState() argument 104 , clippedBounds(dstRect) in ResolvedRenderState() 105 , clipSideFlags(computeClipSideFlags(clipRect->rect, dstRect)) in ResolvedRenderState() 156 const ClipRect* clip, const Rect& dstRect, const RecordedOp& recordedOp) { in directConstruct() argument 157 return allocator.create_trivial<BakedOpState>(clip, dstRect, recordedOp); in directConstruct()
|
D | FrameBuilder.cpp | 947 Rect dstRect(op.unmappedBounds); in deferBeginUnclippedLayerOp() local 948 boundsTransform.mapRect(dstRect); in deferBeginUnclippedLayerOp() 949 dstRect.roundOut(); in deferBeginUnclippedLayerOp() 950 dstRect.doIntersect(mCanvasState.currentSnapshot()->getRenderTargetClip()); in deferBeginUnclippedLayerOp() 952 if (dstRect.isEmpty()) { in deferBeginUnclippedLayerOp() 964 &(currentLayer().repaintClip), dstRect, *copyToOp); in deferBeginUnclippedLayerOp() 971 currentLayer().deferLayerClear(dstRect); in deferBeginUnclippedLayerOp() 979 &(currentLayer().repaintClip), dstRect, *copyFromOp); in deferBeginUnclippedLayerOp()
|
D | LayerBuilder.h | 97 void deferLayerClear(const Rect& dstRect);
|
D | SkiaCanvas.cpp | 643 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() local 644 mCanvas->drawBitmapRect(bitmap, srcRect, dstRect, paint); in drawBitmap()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
D | UserIconDrawable.java | 365 RectF dstRect = new RectF(bounds.exactCenterX() - iconRadius, in onBoundsChange() local 371 dstRect.round(rounded); in onBoundsChange() 382 mIconMatrix.setRectToRect(srcRect, dstRect, Matrix.ScaleToFit.FILL); in onBoundsChange()
|
/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/include/vulkan/ |
D | vulkan.h | 3490 VkRect2D dstRect; member
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2585 VkRect2D dstRect
|