Searched refs:listPaint (Results 1 – 2 of 2) sorted by relevance
39 RefPtr<ListPaintMethod> listPaint = AceType::DynamicCast<ListPaintMethod>(paint); in UpdateContentModifier() local41 listPaint->UpdateContentModifier(AceType::RawPtr(paintWrapper)); in UpdateContentModifier()1404 RefPtr<ListPaintMethod> listPaint = AceType::DynamicCast<ListPaintMethod>(paint); variable1405 for (auto child : listPaint->itemPosition_) {
1929 RefPtr<ListPaintMethod> listPaint = AceType::DynamicCast<ListPaintMethod>(paint); variable1930 for (auto child : listPaint->itemPosition_) {1938 listPaint = AceType::DynamicCast<ListPaintMethod>(paint);1939 for (auto child : listPaint->itemPosition_) {