Searched refs:IsRightEdge (Results 1 – 5 of 5) sorted by relevance
34 bool IsRightEdge(int component) { in IsRightEdge() function67 (IsRightEdge(component1) && IsRightEdge(component2)) || in WindowComponentsAllowMoving()
111 bool IsRightEdge() const { in IsRightEdge() function124 return IsLeftEdge() || IsTopEdge() || IsRightEdge() || IsBottomEdge(); in IsEdge()
84 bool IsRightEdge(int window_component) { in IsRightEdge() function215 if (IsRightEdge(details.window_component) && in CalculateBoundsForDrag()316 if (IsRightEdge(details.window_component)) { in AdjustDeltaForTouchResize()373 int x_multiplier = IsRightEdge(details.window_component) ? 1 : -1; in GetWidthForDrag()
248 quad->IsRightEdge(); in DoDrawQuad()
1268 if (quad->IsRightEdge() && tile_rect.right() == quad->rect.right()) in SetupQuadForAntialiasing()