Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp720 std::vector<TypographyProperties::TextBox>* textboxVector = in OH_Drawing_GetLeftFromTextBox() local
728 std::vector<TextRect>* textboxVector = ConvertToOriginalText<std::vector<TextRect>>(textbox); in OH_Drawing_GetLeftFromTextBox() local
743 std::vector<TypographyProperties::TextBox>* textboxVector = in OH_Drawing_GetRightFromTextBox() local
751 std::vector<TextRect>* textboxVector = ConvertToOriginalText<std::vector<TextRect>>(textbox); in OH_Drawing_GetRightFromTextBox() local
766 std::vector<TypographyProperties::TextBox>* textboxVector = in OH_Drawing_GetTopFromTextBox() local
774 std::vector<TextRect>* textboxVector = ConvertToOriginalText<std::vector<TextRect>>(textbox); in OH_Drawing_GetTopFromTextBox() local
789 std::vector<TypographyProperties::TextBox>* textboxVector = in OH_Drawing_GetBottomFromTextBox() local
797 std::vector<TextRect>* textboxVector = ConvertToOriginalText<std::vector<TextRect>>(textbox); in OH_Drawing_GetBottomFromTextBox() local
812 std::vector<TypographyProperties::TextBox>* textboxVector = in OH_Drawing_GetTextDirectionFromTextBox() local
831 std::vector<TextRect>* textboxVector = ConvertToOriginalText<std::vector<TextRect>>(textbox); in OH_Drawing_GetTextDirectionFromTextBox() local
[all …]