Home
last modified time | relevance | path

Searched refs:isLtr (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp200 bool isLtr = textBox.direction == txt::TextDirection::ltr; local
202 bool isLtr = textBox.direction == Rosen::TextDirection::LTR; local
206 double caretEnd = isLtr ? textBox.rect.fRight : textBox.rect.fLeft;
208 double caretEnd = isLtr ? textBox.rect.GetRight() : textBox.rect.GetLeft();
213 double dx = isLtr ? caretEnd : caretEnd - caretProto_.Width();
249 bool isLtr = textBox.direction == txt::TextDirection::ltr; local
251 bool isLtr = textBox.direction == Rosen::TextDirection::LTR; local
255 double caretStart = isLtr ? textBox.rect.fLeft : textBox.rect.fRight;
257 double caretStart = isLtr ? textBox.rect.GetLeft() : textBox.rect.GetRight();
262 double dx = isLtr
[all...]
/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
562 double caretStart = isLtr ? textBox.rect.fRight : textBox.rect.fLeft; in ComputeOffsetForCaretUpstream()
564 double caretStart = isLtr ? textBox.rect.GetRight() : textBox.rect.GetLeft(); in ComputeOffsetForCaretUpstream()
632 bool isLtr = textBox.direction == txt::TextDirection::ltr; in ComputeOffsetForCaretDownstream() local
633 double caretStart = isLtr ? textBox.rect.fLeft : textBox.rect.fRight; in ComputeOffsetForCaretDownstream()
635 bool isLtr = textBox.direction == Rosen::TextDirection::LTR; in ComputeOffsetForCaretDownstream() local
636 double caretStart = isLtr ? textBox.rect.GetLeft() : textBox.rect.GetRight(); in ComputeOffsetForCaretDownstream()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1413 bool isLtr = textBox.direction == txt::TextDirection::ltr; local
1415 bool isLtr = textBox.direction == Rosen::TextDirection::LTR; local
1419 double caretEnd = isLtr ? textBox.rect.fRight : textBox.rect.fLeft;
1421 double caretEnd = isLtr ? textBox.rect.GetRight() : textBox.rect.GetLeft();
1426 double dx = isLtr ? caretEnd : caretEnd - caretProto_.Width();
1461 bool isLtr = textBox.direction == txt::TextDirection::ltr; local
1463 bool isLtr = textBox.direction == Rosen::TextDirection::LTR; local
1467 double caretStart = isLtr ? textBox.rect.fLeft : textBox.rect.fRight;
1469 double caretStart = isLtr ? textBox.rect.GetLeft() : textBox.rect.GetRight();
1474 double dx = isLtr
[all...]
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H A Dvenc_sample.cpp871 int32_t isLtr = 0; in CheckFormatKey() local
873 if (format->GetIntValue(Media::Tag::VIDEO_PER_FRAME_IS_LTR, isLtr)) { in CheckFormatKey()
874 UNITTEST_INFO_LOG("isLtr is:%d", isLtr); in CheckFormatKey()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp145 int32_t isLtr = 0; in DumpLtrInfo() local
147 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PER_FRAME_IS_LTR, &isLtr); in DumpLtrInfo()

Completed in 9 milliseconds