Searched defs:pos_max (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | yop.c | 184 int64_t frame_pos, pos_min, pos_max; in yop_read_seek() local
|
H A D | seek.c | 287 int64_t pos_min = 0, pos_max = 0, pos, pos_limit; in ff_seek_frame_binary() local 359 int64_t pos_max = filesize - 1; in ff_find_last_ts() local 391 ff_gen_search(AVFormatContext *s, int stream_index, int64_t target_ts, int64_t pos_min, int64_t pos_max, int64_t pos_limit, int64_t ts_min, int64_t ts_max, int flags, int64_t *ts_ret, int64_t (*read_timestamp_func)(struct AVFormatContext *, int, int64_t *, int64_t)) ff_gen_search() argument 502 int64_t pos_min, pos_max; seek_frame_byte() local [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 2329 void ImGui::RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_display_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) in RenderTextClippedEx() argument 2357 void ImGui::RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) in RenderTextClipped() argument 4658 ImVec2 pos_max = ImLerp(window->Pos + window->Size, corner_target, corner_norm); // Expected window lower-right in CalcResizePosSizeFromAnyCorner() local
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 2750 void ImGui::RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_display_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) in RenderTextClippedEx() argument 2778 void ImGui::RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const char* text_end, const ImVec2* text_size_if_known, const ImVec2& align, const ImRect* clip_rect) in RenderTextClipped() argument 2797 void ImGui::RenderTextEllipsis(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max, float clip_max_x, float ellipsis_max_x, const char* text, const char* text_end_full, const ImVec2* text_size_if_known) in RenderTextEllipsis() argument 5331 ImVec2 pos_max = ImLerp(window->Pos + window->Size, corner_target, corner_norm); // Expected window lower-right CalcResizePosSizeFromAnyCorner() local [all...] |
Completed in 31 milliseconds