| /foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
| D | line_breaker.cpp | 35 const TypographyStyle &tstyle, const double widthLimit, const std::vector<float> &indents) in BreakLines() 93 static double GetIndent(const double widthLimit, const int index, const std::vector<float> &indents) in GetIndent() 105 void LineBreaker::DoBreakLines(std::vector<struct ScoredSpan> &scoredSpans, const double widthLimit, in DoBreakLines() 197 std::vector<LineMetrics> LineBreaker::GenerateLineMetrics(const double widthLimit, std::vector<Vari… in GenerateLineMetrics()
|
| D | shaper.h | 29 double widthLimit; member
|
| D | text_breaker.cpp | 41 void TextBreaker::SetWidthLimit(const double widthLimit) in SetWidthLimit() 85 double widthLimit = widthLimit_; in WordBreak() local
|
| D | shaper.cpp | 102 const std::shared_ptr<FontProviders> &fontProviders, const double widthLimit) in ConsiderEllipsis() 183 const std::shared_ptr<FontProviders> &fontProviders, const double widthLimit) in DoShapeBeforeEllipsis() 206 const std::shared_ptr<FontProviders> &fontProviders, const double widthLimit) in DoShape()
|
| /foundation/graphic/graphic_2d/rosen/samples/texgine/feature_test/ |
| D | bug2.cpp | 36 double widthLimit = 651.0; in Layout() local
|
| D | alignment_test.cpp | 93 double widthLimit = 150.0; in Layout() local 130 double widthLimit = 800.0; in LayoutOneLine() local
|
| D | bug1.cpp | 39 double widthLimit = 111.0; in Layout() local
|
| D | layout_test.cpp | 95 double widthLimit = 300.0; in Layout() local
|
| D | direction_test.cpp | 64 double widthLimit = 600.0; in Layout() local
|
| D | decoration_test.cpp | 146 double widthLimit = 200.0; in Layout() local
|
| D | ellipsis_bug1.cpp | 27 double widthLimit = 0; member
|
| D | align_test.cpp | 90 double widthLimit = 325.0; in Layout() local
|
| D | ellipsis_test.cpp | 73 double widthLimit = 300.0; in Layout() local
|
| D | dynamic_font_test.cpp | 71 double widthLimit = 300.0; in Layout() local
|
| D | dynamic_otf_font_test.cpp | 71 double widthLimit = 300.0; // 300 mean width limit in Layout() local
|
| D | feature_test.cpp | 87 double widthLimit = 300.0; in Layout() local
|
| D | calibrate_position_test.cpp | 100 double widthLimit = 300.0; in Layout() local
|
| D | ellipsis_modal_test.cpp | 33 double widthLimit = 300.0; member
|
| D | font_style_test.cpp | 114 double widthLimit = 300.0; in Layout() local
|
| D | emoji_test.cpp | 387 double widthLimit = 100; in Layout() local
|
| D | intrinsic_width_test.cpp | 32 double widthLimit = 150; member
|
| D | glyph_position_test.cpp | 92 double widthLimit = 150.0; in Layout() local
|
| D | mix_test.cpp | 94 int widthLimit = 500; member
|
| /foundation/graphic/graphic_2d/rosen/test/texgine/unittest/ |
| D | typography_impl_test.cpp | 42 const std::shared_ptr<FontProviders> &fontProviders, const double widthLimit) in DoShape()
|
| /foundation/graphic/graphic_2d/rosen/test/texgine/fuzztest/typography_fuzzer/ |
| D | typography_fuzzer.cpp | 66 double widthLimit = GetObject<double>(); in TypographyLayoutFuzzTest() local
|