Home
last modified time | relevance | path

Searched refs:border_size (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/
Dresize.c1066 const int border_size = border_cols * sizeof(uint16_t); in highbd_upscale_normative_rect() local
1076 memcpy(tmp_left + i * border_cols, in_tl + i * in_stride, border_size); in highbd_upscale_normative_rect()
1084 memcpy(tmp_right + i * border_cols, in_tr + i * in_stride, border_size); in highbd_upscale_normative_rect()
1098 memcpy(in_tl + i * in_stride, tmp_left + i * border_cols, border_size); in highbd_upscale_normative_rect()
1104 memcpy(in_tr + i * in_stride, tmp_right + i * border_cols, border_size); in highbd_upscale_normative_rect()
/external/mesa3d/src/imgui/
Dimgui.cpp2378 const float border_size = g.Style.FrameBorderSize; in RenderFrame() local
2379 if (border && border_size > 0.0f) in RenderFrame()
2381 …max+ImVec2(1,1), GetColorU32(ImGuiCol_BorderShadow), rounding, ImDrawCornerFlags_All, border_size); in RenderFrame()
2382 …>AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, ImDrawCornerFlags_All, border_size); in RenderFrame()
2390 const float border_size = g.Style.FrameBorderSize; in RenderFrameBorder() local
2391 if (border_size > 0.0f) in RenderFrameBorder()
2393 …max+ImVec2(1,1), GetColorU32(ImGuiCol_BorderShadow), rounding, ImDrawCornerFlags_All, border_size); in RenderFrameBorder()
2394 …>AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, ImDrawCornerFlags_All, border_size); in RenderFrameBorder()
4811 float border_size = window->WindowBorderSize; in RenderOuterBorders() local
4812 if (border_size > 0.0f && !(window->Flags & ImGuiWindowFlags_NoBackground)) in RenderOuterBorders()
[all …]
Dimgui_widgets.cpp738 const float border_size = window->WindowBorderSize; in Scrollbar() local
740 ….x + border_size, window_rect.Max.y - style.ScrollbarSize, window_rect.Max.x - other_scrollbar_siz… in Scrollbar()
741 …barSize, window->Pos.y + border_size, window_rect.Max.x - border_size, window_rect.Max.y - other_s… in Scrollbar()