/frameworks/base/libs/hwui/pipeline/skia/ |
D | StretchMask.cpp | 28 const StretchEffect& stretch, in draw() argument 63 sk_sp<SkShader> maskStretchShader = stretch.getShader(width, height, maskImage, nullptr); in draw()
|
D | RenderNodeDrawable.cpp | 303 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()
|
D | StretchMask.h | 55 const StretchEffect& stretch, const SkRect& bounds,
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | StretchyListViewAnimation.cpp | 205 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/ |
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 | 570 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/ |
D | README.md | 65 2. Audio stretch modes (parameter name: `mStretchMode`)
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_RenderNode.cpp | 170 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/ |
D | EdgeEffect.java | 654 renderNode.stretch( in draw()
|
/frameworks/base/graphics/java/android/graphics/ |
D | RenderNode.java | 815 public boolean stretch(float vecX, float vecY, in stretch() method in RenderNode
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 788 auto stretch = StretchEffect{ in nativeSetStretchEffect() 798 transaction->setStretchEffect(ctrl, stretch); in nativeSetStretchEffect()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 6757 HSPLandroid/graphics/RenderNode;->stretch(FFFF)Z
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 6760 HSPLandroid/graphics/RenderNode;->stretch(FFFF)Z
|