Searched defs:text_pos (Results 1 – 7 of 7) sorted by relevance
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
| D | id3v2frames.c | 1191 gint text_pos; in parse_split_strings() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | movtextdec.c | 340 int text_pos = 0; in text_to_ass() local
|
| D | movtextenc.c | 87 uint16_t text_pos; member
|
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui_widgets.cpp | 166 …const ImVec2 text_pos(window->DC.CursorPos.x, window->DC.CursorPos.y + window->DC.CurrLineTextBase… in TextEx() local 5849 ImVec2 text_pos(window->DC.CursorPos.x + text_offset_x, window->DC.CursorPos.y + text_offset_y); in TreeNodeBehavior() local 6868 …ImVec2 text_pos(window->DC.CursorPos.x + offsets->OffsetLabel, window->DC.CursorPos.y + window->DC… in BeginMenuEx() local 6884 …ImVec2 text_pos(window->DC.CursorPos.x + offsets->OffsetLabel, window->DC.CursorPos.y + window->DC… in BeginMenuEx() local 7032 …ImVec2 text_pos(window->DC.CursorPos.x + offsets->OffsetLabel, window->DC.CursorPos.y + window->DC… in MenuItemEx() local
|
| D | imgui_demo.cpp | 3103 const ImVec2 text_pos = ImVec2(p0.x + offset.x, p0.y + offset.y); in ShowDemoWindowLayout() local
|
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui_widgets.cpp | 137 …const ImVec2 text_pos(window->DC.CursorPos.x, window->DC.CursorPos.y + window->DC.CurrentLineTextB… in TextUnformatted() local 4849 const ImVec2 text_pos = frame_bb.Min + ImVec2(text_offset_x, text_base_offset_y); in TreeNodeBehavior() local
|
| /third_party/mesa3d/src/imgui/ |
| D | imgui_widgets.cpp | 139 …const ImVec2 text_pos(window->DC.CursorPos.x, window->DC.CursorPos.y + window->DC.CurrentLineTextB… in TextUnformatted() local 4865 const ImVec2 text_pos = frame_bb.Min + ImVec2(text_offset_x, text_base_offset_y); in TreeNodeBehavior() local
|