Searched refs:hostContext (Results 1 – 3 of 3) sorted by relevance
40 auto hostContext = hostNode->GetRenderContext(); in CreateDragNode() local41 CHECK_NULL_RETURN(hostContext, nullptr); in CreateDragNode()42 if (hostContext->HasForegroundColor()) { in CreateDragNode()43 dragContext->UpdateForegroundColor(hostContext->GetForegroundColor().value()); in CreateDragNode()45 if (hostContext->HasForegroundColorStrategy()) { in CreateDragNode()46 … dragContext->UpdateForegroundColorStrategy(hostContext->GetForegroundColorStrategy().value()); in CreateDragNode()
79 auto hostContext = hostNode->GetRenderContext(); in CreateDragNode() local80 if (hostContext->HasForegroundColor()) { in CreateDragNode()81 dragContext->UpdateForegroundColor(hostContext->GetForegroundColor().value()); in CreateDragNode()83 if (hostContext->HasForegroundColorStrategy()) { in CreateDragNode()84 … dragContext->UpdateForegroundColorStrategy(hostContext->GetForegroundColorStrategy().value()); in CreateDragNode()
1750 auto hostContext = host->GetRenderContext(); in DrawSelectedZone() local1751 CHECK_NULL_VOID(hostContext); in DrawSelectedZone()1752 hostContext->UpdateMouseSelectWithRect(selectedZone, SELECT_FILL_COLOR, SELECT_STROKE_COLOR); in DrawSelectedZone()