Searched refs:innerForegroundDrawImpl_ (Results 1 – 2 of 2) sorted by relevance
93 if (innerForegroundDrawImpl_) { in InnerForegroundDraw()94 innerForegroundDrawImpl_(context); in InnerForegroundDraw()
77 innerForegroundDrawImpl_ = std::move(impl); in SetInnerForegroundDrawImpl()152 std::function<void(DrawingContext&)> innerForegroundDrawImpl_; variable