/third_party/ffmpeg/libavcodec/ |
D | atrac1.c | 112 unsigned int start_pos, ref_pos = 0, pos = 0; in at1_imdct_block() local 141 prev_buf = &su->spectrum[1][ref_pos + band_samples - 16]; in at1_imdct_block() 143 at1_imdct(q, &q->spec[pos], &su->spectrum[0][ref_pos + start_pos], nbits, band_num); in at1_imdct_block() 147 &su->spectrum[0][ref_pos + start_pos], ff_sine_32, 16); in at1_imdct_block() 149 prev_buf = &su->spectrum[0][ref_pos+start_pos + 16]; in at1_imdct_block() 155 memcpy(q->bands[band_num] + 32, &su->spectrum[0][ref_pos + 16], 240 * sizeof(float)); in at1_imdct_block() 157 ref_pos += band_samples; in at1_imdct_block()
|
/third_party/harfbuzz/src/ |
D | hb-buffer.cc | 1942 const hb_glyph_position_t *ref_pos = reference->pos; in hb_buffer_diff() local 1945 if ((unsigned int) abs (buf_pos->x_advance - ref_pos->x_advance) > position_fuzz || in hb_buffer_diff() 1946 (unsigned int) abs (buf_pos->y_advance - ref_pos->y_advance) > position_fuzz || in hb_buffer_diff() 1947 (unsigned int) abs (buf_pos->x_offset - ref_pos->x_offset) > position_fuzz || in hb_buffer_diff() 1948 (unsigned int) abs (buf_pos->y_offset - ref_pos->y_offset) > position_fuzz) in hb_buffer_diff() 1954 ref_pos++; in hb_buffer_diff()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-buffer.cc | 2001 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/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-buffer.cc | 1972 const hb_glyph_position_t *ref_pos = reference->pos; in hb_buffer_diff() local 1975 if ((unsigned int) abs (buf_pos->x_advance - ref_pos->x_advance) > position_fuzz || in hb_buffer_diff() 1976 (unsigned int) abs (buf_pos->y_advance - ref_pos->y_advance) > position_fuzz || in hb_buffer_diff() 1977 (unsigned int) abs (buf_pos->x_offset - ref_pos->x_offset) > position_fuzz || in hb_buffer_diff() 1978 (unsigned int) abs (buf_pos->y_offset - ref_pos->y_offset) > position_fuzz) in hb_buffer_diff() 1984 ref_pos++; in hb_buffer_diff()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.cpp | 6879 ImVec2 ImGui::FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last… in FindBestWindowPosForPopupEx() argument 6881 ImVec2 base_pos_clamped = ImClamp(ref_pos, r_outer.Min, r_outer.Max - size); in FindBestWindowPosForPopupEx() 6926 ImVec2 pos = ref_pos; in FindBestWindowPosForPopupEx() 6960 ImVec2 ref_pos = NavCalcPreferredRefPos(); in FindBestWindowPosForPopup() local 6963 r_avoid = ImRect(ref_pos.x - 16, ref_pos.y - 8, ref_pos.x + 16, ref_pos.y + 8); in FindBestWindowPosForPopup() 6965 …r_avoid = ImRect(ref_pos.x - 16, ref_pos.y - 8, ref_pos.x + 24 * sc, ref_pos.y + 24 * sc); // FIXM… in FindBestWindowPosForPopup() 6966 …ImVec2 pos = FindBestWindowPosForPopupEx(ref_pos, window->Size, &window->AutoPosLastDirection, r_o… in FindBestWindowPosForPopup() 6968 …pos = ref_pos + ImVec2(2, 2); // If there's not enough room, for tooltip we prefer avoiding the cu… in FindBestWindowPosForPopup() 8640 void ImGui::LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end) in LogRenderedText() argument 8648 const bool log_new_line = ref_pos && (ref_pos->y > window->DC.LogLinePosY + 1); in LogRenderedText() [all …]
|
D | imgui_internal.h | 1349 …IMGUI_API ImVec2 FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImG… 1406 …IMGUI_API void LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_…
|
/third_party/mesa3d/src/imgui/ |
D | imgui.cpp | 7022 ImVec2 ImGui::FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last… 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.y - 8, ref_pos.x + 24 * sc, ref_pos.y + 24 * sc); // FIXM… in FindBestWindowPosForPopup() 7109 …ImVec2 pos = FindBestWindowPosForPopupEx(ref_pos, window->Size, &window->AutoPosLastDirection, r_o… in FindBestWindowPosForPopup() 7111 …pos = ref_pos + ImVec2(2, 2); // If there's not enough room, for tooltip we prefer avoiding the cu… in FindBestWindowPosForPopup() 8794 void ImGui::LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end) in LogRenderedText() argument 8802 const bool log_new_line = ref_pos && (ref_pos->y > window->DC.LogLinePosY + 1); in LogRenderedText() [all …]
|
D | imgui_internal.h | 1396 …IMGUI_API ImVec2 FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImG… 1453 …IMGUI_API void LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_…
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.cpp | 8653 ImVec2 ImGui::FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last… 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.x - 16, ref_pos.y - 8, ref_pos.x + 24 * sc, ref_pos.y + 24 * sc); // FIXM… in FindBestWindowPosForPopup() 8772 …return FindBestWindowPosForPopupEx(ref_pos, window->Size, &window->AutoPosLastDirection, r_outer, … in FindBestWindowPosForPopup() 10453 void ImGui::LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end) in LogRenderedText() argument 10465 const bool log_new_line = ref_pos && (ref_pos->y > g.LogLinePosY + g.Style.FramePadding.y + 1); in LogRenderedText() [all …]
|
D | imgui_internal.h | 2493 …IMGUI_API void LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_… 2508 …IMGUI_API ImVec2 FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImG…
|