Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp215 auto& dumpLog = DumpLog::GetInstance(); in DumpInfo() local
216 dumpLog.AddDesc(std::string("Content: ").append("\"").append(spanItem_->content).append("\"")); in DumpInfo()
221 dumpLog.AddDesc(std::string("FontSize: ").append(textStyle->GetFontSize().ToString())); in DumpInfo()
222 dumpLog.AddDesc(std::string("LineHeight: ").append(textStyle->GetLineHeight().ToString())); in DumpInfo()
223 dumpLog.AddDesc(std::string("LineSpacing: ").append(textStyle->GetLineSpacing().ToString())); in DumpInfo()
225 dumpLog.AddDesc(std::string("WordSpacing: ").append(textStyle->GetWordSpacing().ToString())); in DumpInfo()
226 dumpLog.AddDesc(std::string("TextIndent: ").append(textStyle->GetTextIndent().ToString())); in DumpInfo()
228 dumpLog.AddDesc(std::string("TextColor: ").append(textStyle->GetTextColor().ColorToString())); in DumpInfo()
230 dumpLog.AddDesc(std::string("SpanTextColor: ") in DumpInfo()
244 dumpLog.AddDesc(std::string("SymbolColor:").append(spanItem_->SymbolColorToString())); in DumpInfo()
[all …]
H A Dspan_node.h599 auto& dumpLog = DumpLog::GetInstance(); in DumpInfo() local
600 dumpLog.AddDesc("--------------- print run info ---------------"); in DumpInfo()
601 dumpLog.AddDesc(std::string("Width: ").append(std::to_string(run_.width))); in DumpInfo()
602 dumpLog.AddDesc(std::string("Height: ").append(std::to_string(run_.height))); in DumpInfo()
603 dumpLog.AddDesc(std::string("Alignment: ").append(StringUtils::ToString(run_.alignment))); in DumpInfo()
604 dumpLog.AddDesc(std::string("Baseline: ").append(StringUtils::ToString(run_.baseline))); in DumpInfo()
605dumpLog.AddDesc(std::string("BaselineOffset: ").append(std::to_string(run_.baseline_offset))); in DumpInfo()
606 dumpLog.AddDesc("--------------- print text style ---------------"); in DumpInfo()
607 dumpLog.AddDesc(std::string("FontSize: ").append(textStyle.GetFontSize().ToString())); in DumpInfo()
608 dumpLog.AddDesc(std::string("LineHeight: ").append(textStyle.GetLineHeight().ToString())); in DumpInfo()
[all …]
H A Dtext_pattern.cpp3034 auto& dumpLog = DumpLog::GetInstance(); in DumpInfo() local
3036 dumpLog.AddDesc(std::string("frameRecord: ").append(frameRecord_)); in DumpInfo()
3041 dumpLog.AddDesc(std::string("FontColor: ") in DumpInfo()
3043 dumpLog.AddDesc( in DumpInfo()
3063 dumpLog.AddDesc( in DumpInfo()
3066 dumpLog.AddDesc( in DumpInfo()
3084 auto& dumpLog = DumpLog::GetInstance(); in DumpScaleInfo() local
3085 dumpLog.AddDesc(std::string("-----DumpScaleInfo-----")); in DumpScaleInfo()
3104 auto& dumpLog = DumpLog::GetInstance(); in DumpTextEngineInfo() local
3110 dumpLog.AddDesc(std::string("GetTextWidth:") in DumpTextEngineInfo()
[all …]
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_dfx_dump.cpp24 OHOS::HiviewDFX::DfxDumpCatcher dumpLog; in DumpSpawnStack() local
26 bool ret = dumpLog.DumpCatch(pid, 0, stackTrace); in DumpSpawnStack()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp7040 auto& dumpLog = DumpLog::GetInstance(); in OnBackPressed() local
7053 dumpLog.AddDesc(std::string("MaxLines:").append(maxLines)); in OnBackPressed()
7064 dumpLog.AddDesc( in OnBackPressed()
7071 dumpLog.AddDesc(textSelector_.ToString()); in OnBackPressed()
7072 dumpLog.AddDesc(std::string("wordBreak:") in OnBackPressed()
7074 dumpLog.AddDesc( in OnBackPressed()
7087 auto& dumpLog = DumpLog::GetInstance(); in OnBackPressed() local
7090 dumpLog.AddDesc(std::string("GetTextWidth:") in OnBackPressed()
7098 dumpLog.AddDesc(std::string("GetLineCount:") in OnBackPressed()
7142 auto& dumpLog = DumpLog::GetInstance(); in OnBackPressed() local
[all …]
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dconnection_manager.cpp308 DfxDumpCatcher dumpLog; in ReportConnectionLeakEvent() local
310 bool ret = dumpLog.DumpCatch(pid, tid, stackTrace); in ReportConnectionLeakEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp7663 auto& dumpLog = DumpLog::GetInstance(); in OnBackPressed() local
7665dumpLog.AddDesc(std::string("CustomKeyboard, Attached: ").append(std::to_string(isCustomKeyboardAt… in OnBackPressed()
7673 dumpLog.AddDesc(std::string("caret offset: ").append(GetCaretRect().GetOffset().ToString())); in OnBackPressed()
7674 dumpLog.AddDesc(std::string("caret height: ") in OnBackPressed()
7678 dumpLog.AddDesc(std::string("text rect: ").append(richTextRect_.ToString())); in OnBackPressed()
7679 dumpLog.AddDesc(std::string("content rect: ").append(contentRect_.ToString())); in OnBackPressed()
7685 dumpLog.AddDesc(std::string("hasRenderTransform: ").append(std::to_string(hasRenderTransform))); in OnBackPressed()
7686dumpLog.AddDesc(std::string("richEditorPaintOffset: ").append(richEditorPaintOffset.ToString())); in OnBackPressed()
7689 dumpLog.AddDesc(std::string("selectOverlay info: ").append(selectOverlayInfo->ToString())); in OnBackPressed()
7690 dumpLog.AddDesc(std::string("IsAIWrite: ").append(std::to_string(IsShowAIWrite()))); in OnBackPressed()