#include <paragraph.h>
Additional Inherited Members | |
![]() | |
using | InteropClass = Paragraph |
using | InteropCSibling = IMPELLER_INTERNAL_HANDLE_NAME(ImpellerParagraph) |
![]() | |
static void | SafeRetain (void *ptr) |
static void | SafeRelease (void *ptr) |
An immutable fully laid out paragraph.
Definition at line 19 of file paragraph.h.
|
explicit |
Definition at line 9 of file paragraph.cc.
|
overridedefault |
|
delete |
Scalar impeller::interop::Paragraph::GetAlphabeticBaseline | ( | ) | const |
Definition at line 38 of file paragraph.cc.
ScopedObject< GlyphInfo > impeller::interop::Paragraph::GetClosestGlyphInfoAtParagraphCoordinates | ( | double | x, |
double | y | ||
) | const |
ScopedObject< GlyphInfo > impeller::interop::Paragraph::GetGlyphInfoAtCodeUnitIndex | ( | size_t | code_unit_index | ) | const |
Definition at line 61 of file paragraph.cc.
const std::unique_ptr< txt::Paragraph > & impeller::interop::Paragraph::GetHandle | ( | ) | const |
Definition at line 46 of file paragraph.cc.
Referenced by impeller::interop::DisplayListBuilder::DrawParagraph().
Scalar impeller::interop::Paragraph::GetHeight | ( | ) | const |
Definition at line 18 of file paragraph.cc.
Scalar impeller::interop::Paragraph::GetIdeographicBaseline | ( | ) | const |
Definition at line 34 of file paragraph.cc.
uint32_t impeller::interop::Paragraph::GetLineCount | ( | ) | const |
Definition at line 42 of file paragraph.cc.
ScopedObject< LineMetrics > impeller::interop::Paragraph::GetLineMetrics | ( | ) | const |
Definition at line 50 of file paragraph.cc.
Scalar impeller::interop::Paragraph::GetLongestLineWidth | ( | ) | const |
Definition at line 22 of file paragraph.cc.
Scalar impeller::interop::Paragraph::GetMaxIntrinsicWidth | ( | ) | const |
Definition at line 30 of file paragraph.cc.
Scalar impeller::interop::Paragraph::GetMaxWidth | ( | ) | const |
Definition at line 14 of file paragraph.cc.
Scalar impeller::interop::Paragraph::GetMinIntrinsicWidth | ( | ) | const |
Definition at line 26 of file paragraph.cc.
ImpellerRange impeller::interop::Paragraph::GetWordBoundary | ( | size_t | code_unit_index | ) | const |
Definition at line 80 of file paragraph.cc.
References ImpellerRange::start.