Home
last modified time | relevance | path

Searched refs:createNode (Results 1 – 25 of 43) sorted by relevance

12

/frameworks/base/libs/hwui/tests/common/scenes/
DBitmapFillrate.cpp39 createNode(canvas, 0x909C27B0, 0, 0, width, height); in createContent()
40 createNode(canvas, 0xA0CDDC39, width / 3, height / 3, width, height); in createContent()
41 createNode(canvas, 0x90009688, width / 3, 0, width, height); in createContent()
42 createNode(canvas, 0xA0FF5722, 0, height / 3, width, height); in createContent()
43 createNode(canvas, 0x9000796B, width / 6, height / 6, width, height); in createContent()
44 createNode(canvas, 0xA0FFC107, width / 6, 0, width, height); in createContent()
56 void createNode(Canvas& canvas, SkColor color, int left, int top, int width, int height) { in createNode() function in BitmapFillrate
59 auto card = TestUtils::createNode( in createNode()
DTvApp.cpp96 return TestUtils::createNode( in createBitmapNode()
108 return TestUtils::createNode(left, top, left + width, top + height, in createSharedBitmapNode()
116 return TestUtils::createNode(left, top, left + width, top + height, in createInfoNode()
134 return TestUtils::createNode(left, top, left + width, top + height, in createColorNode()
148 return TestUtils::createNode(x, y, x + width, y + height, [width, height, selected, this]( in createCard()
DMagnifierAnimation.cpp39 card = TestUtils::createNode( in createContent()
49 zoomImageView = TestUtils::createNode( in createContent()
DJankyScene.cpp34 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { in createContent()
DHwLayerAnimation.cpp31 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { in createContent()
DHwLayerSizeAnimation.cpp32 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { in createContent()
DOvalAnimation.cpp30 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) { in createContent()
DGlyphStressAnimation.cpp35 container = TestUtils::createNode(0, 0, width, height, nullptr); in createContent()
DRectGridAnimation.cpp34 card = TestUtils::createNode(50, 50, 250, 250, [](RenderProperties& props, Canvas& canvas) { in createContent()
DTextAnimation.cpp30 card = TestUtils::createNode(0, 0, width, height, [](RenderProperties& props, in createContent()
DPartialDamageAnimation.cpp42 TestUtils::createNode(x, y, x + dp(100), y + dp(100), in createContent()
DSaveLayerAnimation.cpp34 card = TestUtils::createNode(0, 0, 400, 800, [](RenderProperties& props, Canvas& canvas) { in createContent()
DClippingAnimation.cpp32 card = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in createContent()
DShadowShaderAnimation.cpp55 return TestUtils::createNode(x, y, x + width, y + height, in createCard()
DShadowGrid2Animation.cpp55 return TestUtils::createNode(x, y, x + width, y + height, in createCard()
/frameworks/base/libs/hwui/tests/unit/
DRenderNodeTests.cpp42 auto child = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in TEST()
45 auto parent = TestUtils::createNode(0, 0, 200, 400, in TEST()
69 auto child = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in TEST()
72 auto parent = TestUtils::createNode(0, 0, 200, 400, in TEST()
131 auto child = TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in TEST()
134 auto parent1 = TestUtils::createNode(0, 0, 200, 400, in TEST()
138 auto parent2 = TestUtils::createNode(0, 0, 200, 400, in TEST()
237 auto node = TestUtils::createNode(0, 0, 200, 400, [&](RenderProperties& props, Canvas& canvas) { in TEST()
274 auto rootNode = TestUtils::createNode(0, 0, 200, 400, nullptr); in RENDERTHREAD_TEST()
284 TestUtils::createNode(0, 0, 200, 400, [](RenderProperties& props, Canvas& canvas) { in RENDERTHREAD_TEST()
[all …]
DCanvasContextTests.cpp36 auto rootNode = TestUtils::createNode(0, 0, 200, 400, nullptr); in RENDERTHREAD_TEST()
/frameworks/compile/mclinker/lib/MC/
DCommandAction.cpp36 pBuilder.createNode<InputTree::Positional>(path().stem().native(), path()); in activate()
74 pBuilder.createNode<InputTree::Positional>(namespec(), *path); in activate()
86 pBuilder.createNode<InputTree::Positional>( in activate()
223 pBuilder.createNode<InputTree::Positional>("defsym", sys::fs::Path("NAN")); in activate()
273 pBuilder.createNode<InputTree::Positional>(path.stem().native(), path); in activate()
/frameworks/compile/mclinker/include/mcld/MC/
DInputBuilder.h55 InputTree& createNode(const std::string& pName,
103 inline InputTree& InputBuilder::createNode<InputTree::Inclusive>(
118 inline InputTree& InputBuilder::createNode<InputTree::Positional>(
/frameworks/compile/mclinker/lib/Core/
DInputTree.cpp36 NodeBase* node = createNode(); in enterGroup()
44 BinaryTree<Input>::node_type* node = createNode(); in insert()
/frameworks/base/libs/hwui/tests/common/
DTestListViewSceneBase.cpp40 TestUtils::createNode(mItemLeft, y, mItemLeft + mItemWidth, y + mItemHeight, setup); in createContent()
43 mListView = TestUtils::createNode(0, 0, width, height, in createContent()
/frameworks/compile/mclinker/lib/Script/
DGroupCmd.cpp118 m_Builder.createNode<InputTree::Positional>( in activate()
145 m_Builder.createNode<InputTree::Positional>( in activate()
DInputCmd.cpp129 m_Builder.createNode<InputTree::Positional>( in activate()
156 m_Builder.createNode<InputTree::Positional>( in activate()
/frameworks/compile/mclinker/include/mcld/Support/
DGCFactoryListTraits.h47 static DataType* createNode(const DataType& V) { in createNode() function
/frameworks/compile/mclinker/include/mcld/
DInputTree.h177 node_type* node = BinaryTreeBase<Input>::createNode(); in join()
302 BinTreeTy::node_type* node = createNode(); in enterGroup()
315 BinTreeTy::node_type* node = createNode(); in insert()

12