Home
last modified time | relevance | path

Searched defs:textboxVector (Results 1 – 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
Ddrawing_text_typography.cpp725 std::vector<TypographyProperties::TextBox>* textboxVector = in OH_Drawing_GetLeftFromTextBox() local
733 std::vector<TextRect>* textboxVector = ConvertToOriginalText<std::vector<TextRect>>(textbox); in OH_Drawing_GetLeftFromTextBox() local
748 std::vector<TypographyProperties::TextBox>* textboxVector = in OH_Drawing_GetRightFromTextBox() local
756 std::vector<TextRect>* textboxVector = ConvertToOriginalText<std::vector<TextRect>>(textbox); in OH_Drawing_GetRightFromTextBox() local
771 std::vector<TypographyProperties::TextBox>* textboxVector = in OH_Drawing_GetTopFromTextBox() local
779 std::vector<TextRect>* textboxVector = ConvertToOriginalText<std::vector<TextRect>>(textbox); in OH_Drawing_GetTopFromTextBox() local
794 std::vector<TypographyProperties::TextBox>* textboxVector = in OH_Drawing_GetBottomFromTextBox() local
802 std::vector<TextRect>* textboxVector = ConvertToOriginalText<std::vector<TextRect>>(textbox); in OH_Drawing_GetBottomFromTextBox() local
817 std::vector<TypographyProperties::TextBox>* textboxVector = in OH_Drawing_GetTextDirectionFromTextBox() local
836 std::vector<TextRect>* textboxVector = ConvertToOriginalText<std::vector<TextRect>>(textbox); in OH_Drawing_GetTextDirectionFromTextBox() local
[all …]