Public Attributes | |
bool | stroke = false |
Scalar | font_size = 50 |
Scalar | stroke_width = 1 |
DlColor | color = DlColor::kYellow() |
DlPoint | position = DlPoint(100, 200) |
std::shared_ptr< DlMaskFilter > | filter |
bool | is_subpixel = false |
Definition at line 34 of file aiks_dl_text_unittests.cc.
DlColor impeller::testing::TextRenderOptions::color = DlColor::kYellow() |
Definition at line 38 of file aiks_dl_text_unittests.cc.
Referenced by impeller::testing::TEST_P().
std::shared_ptr<DlMaskFilter> impeller::testing::TextRenderOptions::filter |
Definition at line 40 of file aiks_dl_text_unittests.cc.
Scalar impeller::testing::TextRenderOptions::font_size = 50 |
Definition at line 36 of file aiks_dl_text_unittests.cc.
Referenced by impeller::testing::TEST_P().
bool impeller::testing::TextRenderOptions::is_subpixel = false |
Definition at line 41 of file aiks_dl_text_unittests.cc.
Referenced by impeller::testing::TEST_P().
Definition at line 39 of file aiks_dl_text_unittests.cc.
Referenced by impeller::testing::TEST_P().
bool impeller::testing::TextRenderOptions::stroke = false |
Definition at line 35 of file aiks_dl_text_unittests.cc.
Scalar impeller::testing::TextRenderOptions::stroke_width = 1 |
Definition at line 37 of file aiks_dl_text_unittests.cc.