Searched refs:animatorProperties (Results 1 – 4 of 4) sorted by relevance
88 node1.animatorProperties().updateMatrix(); in TEST()93 node2.animatorProperties().updateMatrix(); in TEST()108 node1.animatorProperties().setClipToBounds(true); in TEST()109 node1.animatorProperties().updateMatrix(); in TEST()114 node2.animatorProperties().setClipToBounds(false); in TEST()115 node2.animatorProperties().setRotationX(1.0f); in TEST()116 node2.animatorProperties().setRotationY(1.0f); in TEST()117 node2.animatorProperties().setRotation(20.0f); in TEST()118 node2.animatorProperties().setCameraDistance(500.0f); in TEST()119 node2.animatorProperties().setTranslationZ(30.0f); in TEST()[all …]
530 child->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_SKIA_PIPELINE_TEST()1076 layerNode->animatorProperties().mutateLayerProperties().setType(LayerType::RenderLayer); in RENDERTHREAD_SKIA_PIPELINE_TEST()
379 (target->animatorProperties().*mPropertyAccess->setter)(value); in setValue()452 target->animatorProperties().mutableRevealClip().set(true, mCenterX, mCenterY, value); in setValue()
144 RenderProperties& animatorProperties() { return mProperties; } in animatorProperties() function