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

/frameworks/base/libs/hwui/tests/common/scenes/
H A DGlyphStressAnimation.cpp50 container->stagingProperties().getWidth(),
51 container->stagingProperties().getHeight());
H A DListViewAnimation.cpp66 listView->stagingProperties().getWidth(),
67 listView->stagingProperties().getHeight());
/frameworks/base/core/jni/
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...]
H A Dandroid_view_RenderNode.cpp241 return renderNode->stagingProperties().hasShadow();
381 return renderNode->stagingProperties().hasOverlappingRendering();
387 return renderNode->stagingProperties().getOutline().getShouldClip();
393 return renderNode->stagingProperties().getAlpha();
399 return renderNode->stagingProperties().getCameraDistance();
405 return renderNode->stagingProperties().getScaleX();
411 return renderNode->stagingProperties().getScaleY();
417 return renderNode->stagingProperties().getElevation();
423 return renderNode->stagingProperties().getTranslationX();
429 return renderNode->stagingProperties()
[all...]
H A Dandroid_view_ThreadedRenderer.cpp164 info.windowInsetLeft = -stagingProperties().getLeft();
165 info.windowInsetTop = -stagingProperties().getTop();
/frameworks/base/libs/hwui/
H A DVectorDrawable.h182 const PathProperties* stagingProperties() { return &mStagingProperties; } function in class:android::uirenderer::VectorDrawable::Path
361 const FullPathProperties* stagingProperties() { return &mStagingProperties; } function in class:android::uirenderer::VectorDrawable::FullPath
508 const GroupProperties* stagingProperties() { return &mStagingProperties; } function in class:android::uirenderer::VectorDrawable::Group
548 mStagingProperties.syncAnimatableProperties(*copy->stagingProperties());
549 mStagingProperties.syncNonAnimatableProperties(*copy->stagingProperties());
675 const TreeProperties* stagingProperties() const { return &mStagingProperties; } function in class:android::uirenderer::VectorDrawable::Tree
H A DRenderNode.h182 const RenderProperties& stagingProperties() { function in class:android::uirenderer::RenderNode
H A DRecordingCanvas.cpp447 Rect(tree->stagingProperties()->getBounds()),
563 auto&& stagingProps = renderNode->stagingProperties();
577 if (renderNode->stagingProperties().isProjectionReceiver()) {
H A DAnimator.cpp324 setStartValue((mStagingTarget->stagingProperties().*mPropertyAccess->getter)());
H A DDisplayListCanvas.cpp421 addDrawOp(new (alloc()) DrawVectorDrawableOp(tree, tree->stagingProperties()->getBounds()));
569 if (op->renderNode->stagingProperties().isProjectionReceiver()) {
H A DDisplayListOp.h1414 renderNode->stagingProperties().getWidth(),
1415 renderNode->stagingProperties().getHeight(),
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h179 TestCanvas canvas(node.stagingProperties().getWidth(),
180 node.stagingProperties().getHeight());
/frameworks/base/libs/hwui/tests/unit/
H A DRecordingCanvasTests.cpp550 EXPECT_TRUE(background->stagingProperties().isProjectionReceiver());

Completed in 1245 milliseconds