Searched defs:text_begin (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/src/ |
D | linker.rs | 53 pub static text_begin: u8; constant
|
/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/ |
D | sections.ld | 39 text_begin = .; symbol
|
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 1176 …nst ImFont* font, float font_size, const ImVec2& pos, ImU32 col, const char* text_begin, const cha… in AddText() 1205 void ImDrawList::AddText(const ImVec2& pos, ImU32 col, const char* text_begin, const char* text_end) in AddText() 2641 ImVec2 ImFont::CalcTextSizeA(float size, float max_width, float wrap_width, const char* text_begin,… in CalcTextSizeA() argument 2749 …ist, float size, ImVec2 pos, ImU32 col, const ImVec4& clip_rect, const char* text_begin, const cha… in RenderText() argument
|
H A D | imgui_widgets.cpp | 135 const char* text_begin = text; in TextUnformatted() local 353 const char* text_begin = g.TempBuffer; in BulletTextV() local 2838 static int InputTextCalcTextLenAndLineCount(const char* text_begin, const char** out_text_end) in InputTextCalcTextLenAndLineCount() 2852 static ImVec2 InputTextCalcTextSizeW(const ImWchar* text_begin, const ImWchar* text_end, const ImWc… in InputTextCalcTextSizeW() 3635 const ImWchar* text_begin = edit_state.TextW.Data; in InputTextEx() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/test/ |
D | tree_tests.cpp | 332 iterator_t text_begin = gram.pattern(); in operator ()() local
|
/aosp_15_r20/art/oatdump/ |
H A D | oatdump.cc | 172 const uint8_t* text_begin = oat_file_->Begin() + rodata_size; in Symbolize() local
|