Searched refs:dumpLog (Results 1 – 7 of 7) sorted by relevance
215 auto& dumpLog = DumpLog::GetInstance(); in DumpInfo() local216 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 …]
599 auto& dumpLog = DumpLog::GetInstance(); in DumpInfo() local600 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()605 … dumpLog.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 …]
3034 auto& dumpLog = DumpLog::GetInstance(); in DumpInfo() local3036 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() local3085 dumpLog.AddDesc(std::string("-----DumpScaleInfo-----")); in DumpScaleInfo()3104 auto& dumpLog = DumpLog::GetInstance(); in DumpTextEngineInfo() local3110 dumpLog.AddDesc(std::string("GetTextWidth:") in DumpTextEngineInfo()[all …]
24 OHOS::HiviewDFX::DfxDumpCatcher dumpLog; in DumpSpawnStack() local26 bool ret = dumpLog.DumpCatch(pid, 0, stackTrace); in DumpSpawnStack()
7040 auto& dumpLog = DumpLog::GetInstance(); in OnBackPressed() local7053 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() local7090 dumpLog.AddDesc(std::string("GetTextWidth:") in OnBackPressed()7098 dumpLog.AddDesc(std::string("GetLineCount:") in OnBackPressed()7142 auto& dumpLog = DumpLog::GetInstance(); in OnBackPressed() local[all …]
308 DfxDumpCatcher dumpLog; in ReportConnectionLeakEvent() local310 bool ret = dumpLog.DumpCatch(pid, tid, stackTrace); in ReportConnectionLeakEvent()
7663 auto& dumpLog = DumpLog::GetInstance(); in OnBackPressed() local7665 …dumpLog.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()7686 … dumpLog.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()