Home
last modified time | relevance | path

Searched defs:dstRect (Results 1 – 8 of 8) 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()
158 FrameImage2D srcImage, FrameImage2D dstImage, RectF srcRect, RectF dstRect) { in cpuImageCopy()
/frameworks/base/libs/hwui/
DBakedOpState.cpp101 ResolvedRenderState::ResolvedRenderState(const ClipRect* clipRect, const Rect& dstRect) in ResolvedRenderState()
156 const ClipRect* clip, const Rect& dstRect, const RecordedOp& recordedOp) { in directConstruct()
DBakedOpState.h162 BakedOpState(const ClipRect* clipRect, const Rect& dstRect, const RecordedOp& recordedOp) in BakedOpState()
DFrameBuilder.cpp947 Rect dstRect(op.unmappedBounds); in deferBeginUnclippedLayerOp() local
DSkiaCanvas.cpp643 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom); in drawBitmap() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
DUserIconDrawable.java365 RectF dstRect = new RectF(bounds.exactCenterX() - iconRadius, in onBoundsChange() local
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiObject.java200 Rect dstRect = destObj.getVisibleBounds(); in dragTo() local
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h3490 VkRect2D dstRect; member