Home
last modified time | relevance | path

Searched defs:isLtr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp203 bool isLtr = textBox.direction == txt::TextDirection::ltr; local
205 bool isLtr = textBox.direction == Rosen::TextDirection::LTR; local
252 bool isLtr = textBox.direction == txt::TextDirection::ltr; local
254 bool isLtr = textBox.direction == Rosen::TextDirection::LTR; local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.cpp552 bool isLtr = textBox.direction == txt::TextDirection::ltr; in ComputeOffsetForCaretUpstream() local
558 bool isLtr = textBox.direction == Rosen::TextDirection::LTR; in ComputeOffsetForCaretUpstream() local
633 bool isLtr = textBox.direction == txt::TextDirection::ltr; in ComputeOffsetForCaretDownstream() local
636 bool isLtr = textBox.direction == Rosen::TextDirection::LTR; in ComputeOffsetForCaretDownstream() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1390 bool isLtr = textBox.direction == txt::TextDirection::ltr; local
1392 bool isLtr = textBox.direction == Rosen::TextDirection::LTR; local
1438 bool isLtr = textBox.direction == txt::TextDirection::ltr; local
1440 bool isLtr = textBox.direction == Rosen::TextDirection::LTR; local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp145 int32_t isLtr = 0; in DumpLtrInfo() local