Home
last modified time | relevance | path

Searched defs:lineNumber (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dlayout_info_interface.h44 virtual TextLineMetrics GetLineMetrics(int32_t lineNumber) in GetLineMetrics() argument
H A Dtext_pattern.cpp4132 TextLineMetrics TextPattern::GetLineMetrics(int32_t lineNumber) in GetLineMetrics() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dline_metrics.h56 size_t lineNumber = 0; member in OHOS::Rosen::SPText::LineMetrics
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dlog.h176 inline FORMAT_FUNC(5, 6) bool PluginLogAssert(const BASE_NS::string_view filename, int lineNumber, bool expression, in PluginLogAssert() argument
152 PluginLog(CORE_NS::ILogger::LogLevel logLevel, const BASE_NS::string_view filename, int lineNumber, FORMAT_ATTRIBUTE const char* format, ...) PluginLog() argument
164 PluginLogOnce(const BASE_NS::string_view id, CORE_NS::ILogger::LogLevel logLevel, const BASE_NS::string_view filename, int lineNumber, FORMAT_ATTRIBUTE const char* format, ...) PluginLogOnce() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography.h109 size_t lineNumber; member
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dlog.h183 inline FORMAT_FUNC(4, 5) void Log(ILogger::LogLevel logLevel, const BASE_NS::string_view filename, int lineNumber, in Log() argument
207 inline FORMAT_FUNC(5, 6) bool LogAssert(const BASE_NS::string_view filename, int lineNumber, bool expression, in LogAssert() argument
195 LogOnce(const BASE_NS::string_view id, ILogger::LogLevel logLevel, const BASE_NS::string_view filename, int lineNumber, FORMAT_ATTRIBUTE const char* format, ...) LogOnce() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_layout_info.h88 size_t lineNumber; member
/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/
H A Dlogger.cpp132 void Logger::VLogOnce(const string_view id, LogLevel logLevel, const string_view filename, int lineNumber, in VLogOnce() argument
143 bool Logger::VLogAssert(const string_view filename, int lineNumber, bool expression, const string_view expressionString, in VLogAssert() argument
194 bool Logger::LogAssert(const string_view filename, int lineNumber, boo argument
99 VLog( LogLevel logLevel, const string_view filename, int lineNumber, const string_view format, std::va_list args) VLog() argument
184 Log( LogLevel logLevel, const string_view filename, int lineNumber, FORMAT_ATTRIBUTE const char* format, ...) Log() argument
[all...]
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Daudio_capturer_wrapper.cpp267 void AudioCapturerWrapper::PartiallyPrintLog(int32_t lineNumber, std::string str) in PartiallyPrintLog() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.cpp252 TextLineMetrics ParagraphManager::GetLineMetrics(size_t lineNumber) in GetLineMetrics() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography.cpp247 Boundary Typography::GetActualTextRange(int lineNumber, bool includeSpaces) in GetActualTextRange() argument
261 double Typography::GetLineHeight(int lineNumber) in GetLineHeight() argument
271 double Typography::GetLineWidth(int lineNumber) in GetLineWidth() argument
299 GetLineInfo(int lineNumber, bool oneLine, bool includeWhitespace, LineMetrics* lineMetrics) GetLineInfo() argument
396 GetLineMetricsAt(int lineNumber, LineMetrics* lineMetrics) GetLineMetricsAt() argument
422 GetLineFontMetrics(const size_t lineNumber, size_t& charNumber, std::vector<Drawing::FontMetrics>& fontMetrics) GetLineFontMetrics() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_impl.cpp261 Range<size_t> ParagraphImpl::GetActualTextRange(int lineNumber, bool includeSpaces) in GetActualTextRange() argument
289 bool ParagraphImpl::GetLineMetricsAt(int lineNumber, skt::LineMetrics* lineMetrics) const in GetLineMetricsAt() argument
359 bool ParagraphImpl::GetLineFontMetrics(const size_t lineNumber, size_ argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.cpp955 TextLineMetrics TxtParagraph::GetLineMetrics(size_t lineNumber) in GetLineMetrics() argument
1057 auto lineNumber = std::clamp(static_cast<int32_t>(offset.GetY() / averageLineHeight), 0, lineCount - 1); in GetLineMetricsByCoordinate() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/
H A Djs_paragraph.cpp513 int lineNumber = 0; in OnGetLineHeight() local
541 int lineNumber = 0; in OnGetLineWidth() local
586 int lineNumber = 0; in OnGetActualTextRange() local
642 int lineNumber in OnGetLineMetricsAt() local
703 int lineNumber = 0; OnGetLineFontMetrics() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h75 WebConsoleMessageParam(std::string message, std::string sourceId, int lineNumber, int messageLevel) : in WebConsoleMessageParam() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp1210 auto lineNumber = webConsoleMessage->GetLineNumber(); in OnConsoleMessage() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp157 void OH_Drawing_SetTypographyTextMaxLines(OH_Drawing_TypographyStyle* style, int lineNumber) in OH_Drawing_SetTypographyTextMaxLines() argument
973 double OH_Drawing_TypographyGetLineHeight(OH_Drawing_Typography* typography, int lineNumber) in OH_Drawing_TypographyGetLineHeight() argument
982 double OH_Drawing_TypographyGetLineWidth(OH_Drawing_Typography* typography, int lineNumber) in OH_Drawing_TypographyGetLineWidth() argument
991 OH_Drawing_TypographyGetLineTextRange( OH_Drawing_Typography* typography, int lineNumber, bool includeSpaces) OH_Drawing_TypographyGetLineTextRange() argument
1041 OH_Drawing_TypographyGetLineInfo(OH_Drawing_Typography* typography, int lineNumber, bool oneLine, bool includeWhitespace, OH_Drawing_LineMetrics* drawingLineMetrics) OH_Drawing_TypographyGetLineInfo() argument
1323 OH_Drawing_TypographyGetLineMetricsAt( OH_Drawing_Typography* typography, int lineNumber, OH_Drawing_LineMetrics* lineMetric) OH_Drawing_TypographyGetLineMetricsAt() argument
3178 OH_Drawing_TypographyGetLineFontMetrics( OH_Drawing_Typography* typography, size_t lineNumber, size_t* fontMetricsSize) OH_Drawing_TypographyGetLineFontMetrics() argument
[all...]

Completed in 28 milliseconds