Home
last modified time | relevance | path

Searched refs:stagingProperties (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_RenderNode.cpp195 return renderNode->stagingProperties().hasShadow(); in android_view_RenderNode_hasShadow()
383 return renderNode->stagingProperties().getClipToBounds(); in android_view_RenderNode_getClipToBounds()
393 return renderNode->stagingProperties().getAlpha(); in android_view_RenderNode_getAlpha()
403 return renderNode->stagingProperties().getScaleX(); in android_view_RenderNode_getScaleX()
408 return renderNode->stagingProperties().getScaleY(); in android_view_RenderNode_getScaleY()
413 return renderNode->stagingProperties().getElevation(); in android_view_RenderNode_getElevation()
433 return renderNode->stagingProperties().getRotation(); in android_view_RenderNode_getRotation()
438 return renderNode->stagingProperties().getRotationX(); in android_view_RenderNode_getRotationX()
443 return renderNode->stagingProperties().getRotationY(); in android_view_RenderNode_getRotationY()
500 return renderNode->stagingProperties().getPivotX(); in android_view_RenderNode_getPivotX()
[all …]
H A Dandroid_graphics_drawable_VectorDrawable.cpp131 return tree->stagingProperties().getRootAlpha(); in getRootAlpha()
201 return group->stagingProperties()->getRotation(); in getRotation()
211 return group->stagingProperties()->getPivotX(); in getPivotX()
221 return group->stagingProperties()->getPivotY(); in getPivotY()
231 return group->stagingProperties()->getScaleX(); in getScaleX()
241 return group->stagingProperties()->getScaleY(); in getScaleY()
251 return group->stagingProperties()->getTranslateX(); in getTranslateX()
261 return group->stagingProperties()->getTranslateY(); in getTranslateY()
277 return fullPath->stagingProperties()->getStrokeWidth(); in getStrokeWidth()
307 return fullPath->stagingProperties()->getFillColor(); in getFillColor()
[all …]
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DTvApp.cpp203 card->stagingProperties().getWidth(), card->stagingProperties().getHeight(), in updateCard()
214 Canvas::create_recording_canvas(overlay->stagingProperties().getWidth(), in updateCard()
215 overlay->stagingProperties().getHeight(), in updateCard()
223 image->stagingProperties().getWidth(), image->stagingProperties().getHeight(), in updateCard()
H A DGlyphStressAnimation.cpp48 Canvas::create_recording_canvas(container->stagingProperties().getWidth(), in doFrame()
49 container->stagingProperties().getHeight(), in doFrame()
/aosp14/frameworks/base/libs/hwui/tests/common/
H A DTestListViewSceneBase.cpp62 mListView->stagingProperties().getWidth(), mListView->stagingProperties().getHeight(), in doFrame()
H A DTestUtils.h209 node.stagingProperties().getWidth(), node.stagingProperties().getHeight(), &node)); in recordNode()
/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.h186 const PathProperties* stagingProperties() { return &mStagingProperties; } in stagingProperties() function
335 const FullPathProperties* stagingProperties() { return &mStagingProperties; } in stagingProperties() function
459 const GroupProperties* stagingProperties() { return &mStagingProperties; } in stagingProperties() function
510 mStagingProperties.syncAnimatableProperties(copy->stagingProperties()); in Tree()
511 mStagingProperties.syncNonAnimatableProperties(copy->stagingProperties()); in Tree()
632 const TreeProperties& stagingProperties() const { return mStagingProperties; } in stagingProperties() function
H A DRenderNode.cpp419 …SkRect bounds = SkRect::MakeXYWH(child->stagingProperties().getX(), child->stagingProperties().get… in handleForceDark()
420 child->stagingProperties().getWidth(), child->stagingProperties().getHeight()); in handleForceDark()
H A DRenderNode.h146 const RenderProperties& stagingProperties() { return mStagingProperties; } in stagingProperties() function
H A DAnimator.cpp338 setStartValue((mStagingTarget->stagingProperties().*mPropertyAccess->getter)()); in onAttached()
H A DRecordingCanvas.cpp616 , mBounds(tree->stagingProperties().getBounds()) in DrawVectorDrawable()
619 tree->getPaintFor(&paint, tree->stagingProperties()); in DrawVectorDrawable()
/aosp14/frameworks/base/libs/hwui/canvas/
H A DCanvasOpBuffer.h86 if (op->renderNode->stagingProperties().isProjectionReceiver()) { in push_container()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaRecordingCanvas.cpp174 if (renderNode->stagingProperties().isProjectionReceiver()) { in drawRenderNode()