Searched refs:MeasureTextSizeInner (Results 1 – 8 of 8) sorted by relevance
49 return RosenRenderCustomPaint::MeasureTextSizeInner(context); in MeasureTextSize()
69 static Size MeasureTextSizeInner(const MeasureContext& context);
709 Size RosenRenderCustomPaint::MeasureTextSizeInner(const MeasureContext& context) in MeasureTextSizeInner() function in OHOS::Ace::RosenRenderCustomPaint
299 auto size = RosenRenderCustomPaint::MeasureTextSizeInner(content); in GetMeasureTextSize()
732 …minTitleHeight_ = static_cast<float>(RosenRenderCustomPaint::MeasureTextSizeInner(context).Height(… in LayoutTitle()
139 …return std::max(static_cast<float>(RosenRenderCustomPaint::MeasureTextSizeInner(content).Width()),… in MeasureTextWidth()
4325 …height = std::max(static_cast<float>(RosenRenderCustomPaint::MeasureTextSizeInner(content).Height(… in CalculateDefaultHandleHeight()
7568 …height = std::max(static_cast<float>(RosenRenderCustomPaint::MeasureTextSizeInner(content).Height(… in OnBackPressed()