Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp175 return renderNode->stagingProperties().hasShadow(); in android_view_RenderNode_hasShadow()
185 return renderNode->stagingProperties().getSpotShadowColor(); in android_view_RenderNode_getSpotShadowColor()
196 return renderNode->stagingProperties().getAmbientShadowColor(); in android_view_RenderNode_getAmbientShadowColor()
300 return reinterpret_cast<RenderNode*>(renderNodePtr)->stagingProperties().getLeft(); in android_view_RenderNode_getLeft()
304 return reinterpret_cast<RenderNode*>(renderNodePtr)->stagingProperties().getTop(); in android_view_RenderNode_getTop()
308 return reinterpret_cast<RenderNode*>(renderNodePtr)->stagingProperties().getRight(); in android_view_RenderNode_getRight()
312 return reinterpret_cast<RenderNode*>(renderNodePtr)->stagingProperties().getBottom(); in android_view_RenderNode_getBottom()
339 return renderNode->stagingProperties().hasOverlappingRendering(); in android_view_RenderNode_hasOverlappingRendering()
346 const SkMatrix* animationMatrix = renderNode->stagingProperties().getAnimationMatrix(); in android_view_RenderNode_getAnimationMatrix()
357 return renderNode->stagingProperties().getClipToBounds(); in android_view_RenderNode_getClipToBounds()
[all …]
Dandroid_graphics_drawable_VectorDrawable.cpp133 return tree->stagingProperties().getRootAlpha(); in getRootAlpha()
162 bool success = fullPath->stagingProperties()->copyProperties(pathProperties, length); in getFullPathProperties()
171 bool success = group->stagingProperties()->copyProperties(groupProperties, length); in getGroupProperties()
203 return group->stagingProperties()->getRotation(); in getRotation()
213 return group->stagingProperties()->getPivotX(); in getPivotX()
223 return group->stagingProperties()->getPivotY(); in getPivotY()
233 return group->stagingProperties()->getScaleX(); in getScaleX()
243 return group->stagingProperties()->getScaleY(); in getScaleY()
253 return group->stagingProperties()->getTranslateX(); in getTranslateX()
263 return group->stagingProperties()->getTranslateY(); in getTranslateY()
[all …]
/frameworks/base/libs/hwui/tests/common/scenes/
DTvApp.cpp198 card->stagingProperties().getWidth(), card->stagingProperties().getHeight(), in updateCard()
209 Canvas::create_recording_canvas(overlay->stagingProperties().getWidth(), in updateCard()
210 overlay->stagingProperties().getHeight(), in updateCard()
218 image->stagingProperties().getWidth(), image->stagingProperties().getHeight(), in updateCard()
DGlyphStressAnimation.cpp46 Canvas::create_recording_canvas(container->stagingProperties().getWidth(), in doFrame()
47 container->stagingProperties().getHeight(), in doFrame()
/frameworks/base/libs/hwui/tests/common/
DTestListViewSceneBase.cpp60 mListView->stagingProperties().getWidth(), mListView->stagingProperties().getHeight(), in doFrame()
DTestUtils.h205 node.stagingProperties().getWidth(), node.stagingProperties().getHeight(), &node)); in recordNode()
/frameworks/base/libs/hwui/
DVectorDrawable.h185 const PathProperties* stagingProperties() { return &mStagingProperties; } in stagingProperties() function
334 const FullPathProperties* stagingProperties() { return &mStagingProperties; } in stagingProperties() function
458 const GroupProperties* stagingProperties() { return &mStagingProperties; } in stagingProperties() function
509 mStagingProperties.syncAnimatableProperties(copy->stagingProperties()); in Tree()
510 mStagingProperties.syncNonAnimatableProperties(copy->stagingProperties()); in Tree()
631 const TreeProperties& stagingProperties() const { return mStagingProperties; } in stagingProperties() function
DRenderNode.cpp336 …SkRect bounds = SkRect::MakeXYWH(child->stagingProperties().getX(), child->stagingProperties().get… in handleForceDark()
337 child->stagingProperties().getWidth(), child->stagingProperties().getHeight()); in handleForceDark()
DRenderNode.h140 const RenderProperties& stagingProperties() { return mStagingProperties; } in stagingProperties() function
DAnimator.cpp340 setStartValue((mStagingTarget->stagingProperties().*mPropertyAccess->getter)()); in onAttached()
DRecordingCanvas.cpp481 , mBounds(tree->stagingProperties().getBounds()) in DrawVectorDrawable()
484 tree->getPaintFor(&paint, tree->stagingProperties()); in DrawVectorDrawable()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp123 if (renderNode->stagingProperties().isProjectionReceiver()) { in drawRenderNode()