Home
last modified time | relevance | path

Searched refs:paintRenderText (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_switch.cpp356 auto paintRenderText = oldChecked_ ? renderTextOn_ : renderTextOff_; in PaintText() local
357 auto textSize = paintRenderText->GetLayoutSize(); in PaintText()
360 paintRenderText->Paint(context, textOffset + textPos); in PaintText()