Searched refs:dstRect (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameImage2D.java145 FrameImage2D srcImage, FrameImage2D dstImage, RectF srcRect, RectF dstRect) {
150 idShader.setTargetRect(dstRect);
158 FrameImage2D srcImage, FrameImage2D dstImage, RectF srcRect, RectF dstRect) {
164 Rect dstIRect = new Rect((int) dstRect.left * srcImage.getWidth(),
165 (int) dstRect.top * srcImage.getHeight(),
166 (int) dstRect.right * srcImage.getWidth(),
167 (int) dstRect.bottom * srcImage.getHeight());
144 gpuImageCopy( FrameImage2D srcImage, FrameImage2D dstImage, RectF srcRect, RectF dstRect) argument
157 cpuImageCopy( FrameImage2D srcImage, FrameImage2D dstImage, RectF srcRect, RectF dstRect) argument
/frameworks/base/libs/hwui/
H A DBakedOpState.h66 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) argument
163 : computedState(clipRect, dstRect)
H A DBakedOpState.cpp101 ResolvedRenderState::ResolvedRenderState(const ClipRect* clipRect, const Rect& dstRect) argument
104 , clippedBounds(dstRect)
105 , clipSideFlags(computeClipSideFlags(clipRect->rect, dstRect))
156 const ClipRect* clip, const Rect& dstRect, const RecordedOp& recordedOp) {
157 return allocator.create_trivial<BakedOpState>(clip, dstRect, recordedOp);
155 directConstruct(LinearAllocator& allocator, const ClipRect* clip, const Rect& dstRect, const RecordedOp& recordedOp) argument
H A DLayerBuilder.h97 void deferLayerClear(const Rect& dstRect);
H A DFrameBuilder.cpp947 Rect dstRect(op.unmappedBounds);
948 boundsTransform.mapRect(dstRect);
949 dstRect.roundOut();
950 dstRect.doIntersect(mCanvasState.currentSnapshot()->getRenderTargetClip());
952 if (dstRect.isEmpty()) {
964 &(currentLayer().repaintClip), dstRect, *copyToOp);
971 currentLayer().deferLayerClear(dstRect);
979 &(currentLayer().repaintClip), dstRect, *copyFromOp);
H A DSkiaCanvas.cpp643 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); local
644 mCanvas->drawBitmapRect(bitmap, srcRect, dstRect, paint);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
H A DUserIconDrawable.java365 RectF dstRect = new RectF(bounds.exactCenterX() - iconRadius,
371 dstRect.round(rounded);
382 mIconMatrix.setRectToRect(srcRect, dstRect, Matrix.ScaleToFit.FILL);
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java200 Rect dstRect = destObj.getVisibleBounds();
202 dstRect.centerX(), dstRect.centerY(), steps, true);
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h3490 VkRect2D dstRect; member in struct:VkDisplayPresentInfoKHR

Completed in 138 milliseconds