Home
last modified time | relevance | path

Searched refs:ref_pos (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Datrac1.c113 unsigned int start_pos, ref_pos = 0, pos = 0; in at1_imdct_block() local
142 prev_buf = &su->spectrum[1][ref_pos + band_samples - 16]; in at1_imdct_block()
144 at1_imdct(q, &q->spec[pos], &su->spectrum[0][ref_pos + start_pos], nbits, band_num); in at1_imdct_block()
148 &su->spectrum[0][ref_pos + start_pos], ff_sine_32, 16); in at1_imdct_block()
150 prev_buf = &su->spectrum[0][ref_pos+start_pos + 16]; in at1_imdct_block()
156 memcpy(q->bands[band_num] + 32, &su->spectrum[0][ref_pos + 16], 240 * sizeof(float)); in at1_imdct_block()
158 ref_pos += band_samples; in at1_imdct_block()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.cc2001 const hb_glyph_position_t *ref_pos = reference->pos; in hb_buffer_diff() local
2004 if ((unsigned int) abs (buf_pos->x_advance - ref_pos->x_advance) > position_fuzz || in hb_buffer_diff()
2005 (unsigned int) abs (buf_pos->y_advance - ref_pos->y_advance) > position_fuzz || in hb_buffer_diff()
2006 (unsigned int) abs (buf_pos->x_offset - ref_pos->x_offset) > position_fuzz || in hb_buffer_diff()
2007 (unsigned int) abs (buf_pos->y_offset - ref_pos->y_offset) > position_fuzz) in hb_buffer_diff()
2013 ref_pos++; in hb_buffer_diff()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp8653 ImVec2 ImGui::FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy) in FindBestWindowPosForPopupEx() argument
8655 ImVec2 base_pos_clamped = ImClamp(ref_pos, r_outer.Min, r_outer.Max - size); in FindBestWindowPosForPopupEx()
8718 return ref_pos + ImVec2(2, 2); in FindBestWindowPosForPopupEx()
8721 ImVec2 pos = ref_pos; in FindBestWindowPosForPopupEx()
8766 ImVec2 ref_pos = NavCalcPreferredRefPos(); in FindBestWindowPosForPopup() local
8769 r_avoid = ImRect(ref_pos.x - 16, ref_pos.y - 8, ref_pos.x + 16, ref_pos.y + 8); in FindBestWindowPosForPopup()
8771 r_avoid = ImRect(ref_pos in FindBestWindowPosForPopup()
10453 LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end) LogRenderedText() argument
[all...]
H A Dimgui_internal.h2493 IMGUI_API void LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end = NULL);
2508 IMGUI_API ImVec2 FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy);
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp7022 ImVec2 ImGui::FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy) in FindBestWindowPosForPopupEx() argument
7024 ImVec2 base_pos_clamped = ImClamp(ref_pos, r_outer.Min, r_outer.Max - size); in FindBestWindowPosForPopupEx()
7069 ImVec2 pos = ref_pos; in FindBestWindowPosForPopupEx()
7103 ImVec2 ref_pos = NavCalcPreferredRefPos(); in FindBestWindowPosForPopup() local
7106 r_avoid = ImRect(ref_pos.x - 16, ref_pos.y - 8, ref_pos.x + 16, ref_pos.y + 8); in FindBestWindowPosForPopup()
7108 r_avoid = ImRect(ref_pos.x - 16, ref_pos in FindBestWindowPosForPopup()
8794 LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end) LogRenderedText() argument
[all...]
H A Dimgui_internal.h1396 IMGUI_API ImVec2 FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last_dir, const ImRect& r_outer, const ImRect& r_avoid, ImGuiPopupPositionPolicy policy = ImGuiPopupPositionPolicy_Default);
1453 IMGUI_API void LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end = NULL);

Completed in 45 milliseconds