Home
last modified time | relevance | path

Searched refs:target_y (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_csp_enc.c468 fixed_y_t* target_y = target_y_base; in PreprocessARGB() local
503 UpdateW(src1, target_y, w); in PreprocessARGB()
504 UpdateW(src2, target_y + w, w); in PreprocessARGB()
509 target_y += 2 * w; in PreprocessARGB()
524 target_y = target_y_base; in PreprocessARGB()
541 diff_y_sum += WebPSharpYUVUpdateY(target_y, best_rgb_y, best_y, 2 * w); in PreprocessARGB()
546 target_y += 2 * w; in PreprocessARGB()
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp4630 float target_y = window->ScrollTarget.y; in CalcNextScrollFromScrollTargetAndClamp() local
4631 if (snap_on_edges && cr_y <= 0.0f && target_y <= window->WindowPadding.y) in CalcNextScrollFromScrollTargetAndClamp()
4632 target_y = 0.0f; in CalcNextScrollFromScrollTargetAndClamp()
4633 if (snap_on_edges && cr_y >= 1.0f && target_y >= window->SizeContents.y - window->WindowPadding.y + g.Style.ItemSpacing.y) in CalcNextScrollFromScrollTargetAndClamp()
4634 target_y = window->SizeContents.y; in CalcNextScrollFromScrollTargetAndClamp()
4635 scroll.y = target_y - (1.0f - cr_y) * (window->TitleBarHeight() + window->MenuBarHeight()) - cr_y * (window->SizeFull.y - window->ScrollbarSizes.y); in CalcNextScrollFromScrollTargetAndClamp()
6432 float target_y = window->DC.CursorPosPrevLine.y - window->Pos.y; // Top of last item, in window space in SetScrollHereY() local
6433 target_y += (window->DC.PrevLineSize.y * center_y_ratio) + (GImGui->Style.ItemSpacing.y * (center_y_ratio - 0.5f) * 2.0f); // Precisely aim above, in the middle or below the last line. in SetScrollHereY()
6434 SetScrollFromPosY(target_y, center_y_ratio); in SetScrollHereY()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp8051 float target_y = can_be_fully_visible_y ? ImFloor((item_rect.Min.y + item_rect.Max.y - window->InnerRect.GetHeight()) * 0.5f) : item_rect.Min.y; in ScrollToRectEx() local
8052 SetScrollFromPosY(window, target_y - window->Pos.y, 0.0f); in ScrollToRectEx()

Completed in 40 milliseconds