Searched refs:dstRect (Results 1 - 11 of 11) 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);
127 const ClipRect* clip, const Rect& dstRect, const RecordedOp& recordedOp);
163 BakedOpState(const ClipRect* clipRect, const Rect& dstRect, const RecordedOp& recordedOp) argument
164 : computedState(clipRect, dstRect)
H A DBakedOpState.cpp103 ResolvedRenderState::ResolvedRenderState(const ClipRect* clipRect, const Rect& dstRect) argument
106 , clippedBounds(dstRect)
107 , clipSideFlags(computeClipSideFlags(clipRect->rect, dstRect))
158 const ClipRect* clip, const Rect& dstRect, const RecordedOp& recordedOp) {
159 return allocator.create_trivial<BakedOpState>(clip, dstRect, recordedOp);
157 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.cpp953 Rect dstRect(op.unmappedBounds);
954 boundsTransform.mapRect(dstRect);
955 dstRect.roundOut();
956 dstRect.doIntersect(mCanvasState.currentSnapshot()->getRenderTargetClip());
958 if (dstRect.isEmpty()) {
970 &(currentLayer().repaintClip), dstRect, *copyToOp);
977 currentLayer().deferLayerClear(dstRect);
985 &(currentLayer().repaintClip), dstRect, *copyFromOp);
H A DSkiaCanvas.cpp546 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); local
547 mCanvas->drawImageRect(hwuiBitmap.makeImage(), srcRect, dstRect, paint);
/frameworks/base/core/jni/android/graphics/
H A DNinePatch.cpp91 jlong chunkHandle, jobject dstRect) {
98 GraphicsJNI::jrect_to_rect(env, dstRect, &dst);
90 getTransparentRegion(JNIEnv* env, jobject, jobject jbitmap, jlong chunkHandle, jobject dstRect) argument
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaRecordingCanvas.cpp186 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); local
189 mRecorder.drawImageRect(image, srcRect, dstRect, nonAAPaint(paint, &tmpPaint));
191 && !dstRect.isEmpty()) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
H A DUserIconDrawable.java371 RectF dstRect = new RectF(bounds.exactCenterX() - iconRadius,
377 dstRect.round(rounded);
388 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.h3754 VkRect2D dstRect; member in struct:VkDisplayPresentInfoKHR

Completed in 1183 milliseconds