Home
last modified time | relevance | path

Searched refs:stretch (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DStretchMask.cpp28 const StretchEffect& stretch, in draw() argument
63 sk_sp<SkShader> maskStretchShader = stretch.getShader(width, height, maskImage, nullptr); in draw()
DRenderNodeDrawable.cpp303 const StretchEffect& stretch = properties.layerProperties().getStretchEffect(); in drawContent() local
304 if (stretch.isEmpty() || in drawContent()
339 stretch, in drawContent()
346 stretch.getShader(bounds.width(), bounds.height(), snapshotImage, &matrix); in drawContent()
398 const StretchEffect& stretch = properties.layerProperties().getStretchEffect(); in setViewProperties() local
399 if (!stretch.isEmpty()) { in setViewProperties()
401 stretch.makeLinearStretch(properties.getWidth(), properties.getHeight())); in setViewProperties()
DStretchMask.h55 const StretchEffect& stretch, const SkRect& bounds,
/frameworks/base/libs/hwui/tests/common/scenes/
DStretchyListViewAnimation.cpp205 auto& stretch = props.mutateLayerProperties().mutableStretchEffect(); in doFrame() local
206 stretch.setEmpty(); in doFrame()
210 stretch.mergeWith({{.fX = 0, .fY = sY}, in doFrame()
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DPositionListenerActivity.java77 node.stretch(dir.x, 0f, maxStretchAmount, maxStretchAmount); in onCreate()
80 node.stretch(0f, dir.y, maxStretchAmount, maxStretchAmount); in onCreate()
DStretchySurfaceViewActivity.java102 node.stretch(0f, in onCreate()
DStretchShaderActivity.java411 ((RecordingCanvas) canvas).mNode.stretch( in draw()
/frameworks/base/libs/hwui/
DDamageAccumulator.cpp161 const StretchEffect& stretch = props.layerProperties().getStretchEffect(); in mapRect() local
162 if (!stretch.isEmpty()) { in mapRect()
163 applyMatrix(stretch.makeLinearStretch(props.getWidth(), props.getHeight()), &temp); in mapRect()
DRenderNode.cpp570 const StretchEffect& stretch = properties().layerProperties().getStretchEffect(); in applyViewPropertyTransforms() local
571 if (!stretch.isEmpty()) { in applyViewPropertyTransforms()
573 stretch.makeLinearStretch(properties().getWidth(), properties().getHeight())); in applyViewPropertyTransforms()
/frameworks/av/media/libmediaplayerservice/fuzzer/
DREADME.md65 2. Audio stretch modes (parameter name: `mStretchMode`)
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_RenderNode.cpp170 auto& stretch = renderNode->mutateStagingProperties() in android_view_RenderNode_clearStretch() local
172 if (stretch.isEmpty()) { in android_view_RenderNode_clearStretch()
175 stretch.setEmpty(); in android_view_RenderNode_clearStretch()
/frameworks/base/core/java/android/widget/
DEdgeEffect.java654 renderNode.stretch( in draw()
/frameworks/base/graphics/java/android/graphics/
DRenderNode.java815 public boolean stretch(float vecX, float vecY, in stretch() method in RenderNode
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp788 auto stretch = StretchEffect{ in nativeSetStretchEffect()
798 transaction->setStretchEffect(ctrl, stretch); in nativeSetStretchEffect()
/frameworks/base/boot/
Dboot-image-profile.txt6757 HSPLandroid/graphics/RenderNode;->stretch(FFFF)Z
/frameworks/base/config/
Dboot-image-profile.txt6760 HSPLandroid/graphics/RenderNode;->stretch(FFFF)Z