Searched refs:stagingProperties (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/libs/hwui/tests/common/scenes/
H A DGlyphStressAnimation.cpp50 container->stagingProperties().getWidth(),
51 container->stagingProperties().getHeight()));
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp174 return renderNode->stagingProperties().hasShadow();
292 return renderNode->stagingProperties().hasOverlappingRendering();
297 return renderNode->stagingProperties().getOutline().getShouldClip();
302 return renderNode->stagingProperties().getAlpha();
307 return renderNode->stagingProperties().getCameraDistance();
312 return renderNode->stagingProperties().getScaleX();
317 return renderNode->stagingProperties().getScaleY();
322 return renderNode->stagingProperties().getElevation();
327 return renderNode->stagingProperties().getTranslationX();
332 return renderNode->stagingProperties()
[all...]
H A Dandroid_graphics_drawable_VectorDrawable.cpp128 return tree->stagingProperties()->getRootAlpha();
157 bool success = fullPath->stagingProperties()->copyProperties(pathProperties, length);
166 bool success = group->stagingProperties()->copyProperties(groupProperties, length);
198 return group->stagingProperties()->getRotation();
208 return group->stagingProperties()->getPivotX();
218 return group->stagingProperties()->getPivotY();
228 return group->stagingProperties()->getScaleX();
238 return group->stagingProperties()->getScaleY();
248 return group->stagingProperties()->getTranslateX();
258 return group->stagingProperties()
[all...]
/frameworks/base/libs/hwui/tests/common/
H A DTestListViewSceneBase.cpp59 std::unique_ptr<Canvas> canvas(Canvas::create_recording_canvas(mListView->stagingProperties().getWidth(),
60 mListView->stagingProperties().getHeight()));
H A DTestUtils.h255 node.stagingProperties().getWidth(), node.stagingProperties().getHeight()));
/frameworks/base/libs/hwui/
H A DVectorDrawable.h186 const PathProperties* stagingProperties() { return &mStagingProperties; } function in class:android::uirenderer::VectorDrawable::Path
363 const FullPathProperties* stagingProperties() { return &mStagingProperties; } function in class:android::uirenderer::VectorDrawable::FullPath
504 const GroupProperties* stagingProperties() { return &mStagingProperties; } function in class:android::uirenderer::VectorDrawable::Group
543 mStagingProperties.syncAnimatableProperties(*copy->stagingProperties());
544 mStagingProperties.syncNonAnimatableProperties(*copy->stagingProperties());
675 const TreeProperties* stagingProperties() const { return &mStagingProperties; } function in class:android::uirenderer::VectorDrawable::Tree
H A DRenderNode.h160 const RenderProperties& stagingProperties() { function in class:android::uirenderer::RenderNode
H A DRecordingCanvas.cpp462 Rect(tree->stagingProperties()->getBounds()),
584 auto&& stagingProps = renderNode->stagingProperties();
598 if (renderNode->stagingProperties().isProjectionReceiver()) {
H A DAnimator.cpp340 setStartValue((mStagingTarget->stagingProperties().*mPropertyAccess->getter)());
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaRecordingCanvas.cpp107 if (renderNode->stagingProperties().isProjectionReceiver()) {
/frameworks/base/libs/hwui/tests/unit/
H A DRecordingCanvasTests.cpp632 EXPECT_TRUE(background->stagingProperties().isProjectionReceiver());

Completed in 5227 milliseconds