/frameworks/base/libs/hwui/pipeline/skia/ |
D | RenderNodeDrawable.cpp | 283 const StretchEffect& stretch = properties.layerProperties().getStretchEffect(); in drawContent() local 284 if (stretch.isEmpty() || in drawContent() 317 stretch, in drawContent() 324 stretch.getShader(bounds.width(), bounds.height(), snapshotImage, &matrix); in drawContent() 375 const StretchEffect& stretch = properties.layerProperties().getStretchEffect(); in setViewProperties() local 376 if (!stretch.isEmpty()) { in setViewProperties() 378 stretch.makeLinearStretch(properties.getWidth(), properties.getHeight())); in setViewProperties()
|
D | StretchMask.cpp | 25 const StretchEffect& stretch, in draw() argument 62 sk_sp<SkShader> maskStretchShader = stretch.getShader(width, height, maskImage, nullptr); in draw()
|
D | StretchMask.h | 55 const StretchEffect& stretch, const SkRect& bounds,
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | StretchyListViewAnimation.cpp | 196 auto& stretch = props.mutateLayerProperties().mutableStretchEffect(); in doFrame() local 197 stretch.setEmpty(); in doFrame() 201 stretch.mergeWith({{.fX = 0, .fY = sY}, in doFrame()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PositionListenerActivity.java | 77 node.stretch(dir.x, 0f, maxStretchAmount, maxStretchAmount); in onCreate() 80 node.stretch(0f, dir.y, maxStretchAmount, maxStretchAmount); in onCreate()
|
D | StretchySurfaceViewActivity.java | 102 node.stretch(0f, in onCreate()
|
D | StretchShaderActivity.java | 411 ((RecordingCanvas) canvas).mNode.stretch( in draw()
|
/frameworks/base/libs/hwui/ |
D | DamageAccumulator.cpp | 161 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()
|
D | RenderNode.cpp | 534 const StretchEffect& stretch = properties().layerProperties().getStretchEffect(); in applyViewPropertyTransforms() local 535 if (!stretch.isEmpty()) { in applyViewPropertyTransforms() 537 stretch.makeLinearStretch(properties().getWidth(), properties().getHeight())); in applyViewPropertyTransforms()
|
/frameworks/av/media/libmediaplayerservice/fuzzer/ |
D | README.md | 65 2. Audio stretch modes (parameter name: `mStretchMode`)
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_RenderNode.cpp | 172 auto& stretch = renderNode->mutateStagingProperties() in android_view_RenderNode_clearStretch() local 174 if (stretch.isEmpty()) { in android_view_RenderNode_clearStretch() 177 stretch.setEmpty(); in android_view_RenderNode_clearStretch()
|
/frameworks/base/core/java/android/widget/ |
D | EdgeEffect.java | 654 renderNode.stretch( in draw()
|
/frameworks/base/graphics/java/android/graphics/ |
D | RenderNode.java | 777 public boolean stretch(float vecX, float vecY, in stretch() method in RenderNode
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 772 auto stretch = StretchEffect{ in nativeSetStretchEffect() 782 transaction->setStretchEffect(ctrl, stretch); in nativeSetStretchEffect()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 6665 HSPLandroid/graphics/RenderNode;->stretch(FFFF)Z
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 6667 HSPLandroid/graphics/RenderNode;->stretch(FFFF)Z
|