Searched refs:bubbleMethod (Results 1 – 1 of 1) sorted by relevance
65 auto bubbleMethod = AceType::MakeRefPtr<BubblePaintMethod>(); in CreateNodePaintMethod() local66 bubbleMethod->SetArrowPosition(arrowPosition_); in CreateNodePaintMethod()67 bubbleMethod->SetChildOffset(childOffset_); in CreateNodePaintMethod()68 bubbleMethod->SetChildSize(childSize_); in CreateNodePaintMethod()69 bubbleMethod->SetShowArrow(showArrow_); in CreateNodePaintMethod()70 bubbleMethod->SetClipPath(clipPath_); in CreateNodePaintMethod()71 bubbleMethod->SetClipFrameNode(clipFrameNode_); in CreateNodePaintMethod()73 bubbleMethod->SetArrowWidth(arrowWidth_); in CreateNodePaintMethod()74 bubbleMethod->SetArrowHeight(arrowHeight_); in CreateNodePaintMethod()75 bubbleMethod->SetBorder(border_); in CreateNodePaintMethod()[all …]