Home
last modified time | relevance | path

Searched refs:window_pos (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Daubinator_viewer_urb.h38 const ImVec2 window_pos = ImGui::GetWindowPos(); in DrawAllocation() local
44 const float x = window_pos.x + label_size.x; in DrawAllocation()
45 const float y = window_pos.y + s * row_height; in DrawAllocation()
47 ImVec2 alloc_pos(window_pos.x, y); in DrawAllocation()
/third_party/mesa3d/src/imgui/
Dimgui_memory_editor.h269 ImVec2 window_pos = ImGui::GetWindowPos();
271 …dLine(ImVec2(window_pos.x + s.PosAsciiStart - s.GlyphWidth, window_pos.y), ImVec2(window_pos.x + s…
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpjitterbuffer.c340 jbuf->window_pos = 0; in rtp_jitter_buffer_reset_skew()
376 jbuf->window_pos = 0; in rtp_jitter_buffer_resync()
588 pos = jbuf->window_pos; in calculate_skew()
659 jbuf->window_pos = pos; in calculate_skew()
Drtpjitterbuffer.h98 guint window_pos; member
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtspacketizer.h226 guint window_pos; member
Dmpegtspacketizer.c89 res->window_pos = 0; in get_pcr_table()
1269 pcr->window_pos = 0; in mpegts_packetizer_resync()
1489 pos = pcr->window_pos; in calculate_skew()
1561 pcr->window_pos = pos; in calculate_skew()
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp7037 ImVec2 window_pos, window_pos_pivot; local
7038 window_pos.x = (corner & 1) ? (work_pos.x + work_size.x - PAD) : (work_pos.x + PAD);
7039 window_pos.y = (corner & 2) ? (work_pos.y + work_size.y - PAD) : (work_pos.y + PAD);
7042 ImGui::SetNextWindowPos(window_pos, ImGuiCond_Always, window_pos_pivot);
7364 ImVec2 window_pos = ImGui::GetWindowPos(); local
7366 …ImVec2 window_center = ImVec2(window_pos.x + window_size.x * 0.5f, window_pos.y + window_size.y * …
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp3768 …ImVec2 window_pos = ImVec2((corner & 1) ? ImGui::GetIO().DisplaySize.x - DISTANCE : DISTANCE, (cor… in ShowExampleAppSimpleOverlay() local
3771 ImGui::SetNextWindowPos(window_pos, ImGuiCond_Always, window_pos_pivot); in ShowExampleAppSimpleOverlay()
/third_party/flutter/glfw/docs/
Dwindow.dox601 @subsection window_pos Window position