Home
last modified time | relevance | path

Searched refs:dstRect (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameImage2D.java145 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/
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) in BakedOpState() argument
164 : computedState(clipRect, dstRect) in BakedOpState()
DBakedOpState.cpp103 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()
DFrameBuilder.cpp953 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()
DLayerBuilder.h97 void deferLayerClear(const Rect& dstRect);
DSkiaCanvas.cpp546 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() local
547 mCanvas->drawImageRect(hwuiBitmap.makeImage(), srcRect, dstRect, paint); in drawBitmap()
/frameworks/base/core/jni/android/graphics/
DNinePatch.cpp91 jlong chunkHandle, jobject dstRect) { in getTransparentRegion() argument
98 GraphicsJNI::jrect_to_rect(env, dstRect, &dst); in getTransparentRegion()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp186 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() local
189 mRecorder.drawImageRect(image, srcRect, dstRect, nonAAPaint(paint, &tmpPaint)); in drawBitmap()
191 && !dstRect.isEmpty()) { in drawBitmap()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
DUserIconDrawable.java371 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/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiObject.java200 Rect dstRect = destObj.getVisibleBounds(); in dragTo() local
202 dstRect.centerX(), dstRect.centerY(), steps, true); in dragTo()
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h3754 VkRect2D dstRect; member
/frameworks/native/vulkan/api/
Dvulkan.api3583 VkRect2D dstRect