Lines Matching refs:gfx
538 gfx::Rect(bounds.x, bounds.y, bounds.width, bounds.height)); in SetBounds()
543 const gfx::Rect& bounds = root_view()->bounds(); in GetBounds()
549 const gfx::Rect& bounds = root_view()->GetBoundsInScreen(); in GetBoundsInScreen()
555 root_view()->SetSize(gfx::Size(size.width, size.height)); in SetSize()
567 root_view()->SetPosition(gfx::Point(position.x, position.y)); in SetPosition()
579 gfx::Insets gfx_insets(insets.top, insets.left, insets.bottom, insets.right); in SetInsets()
593 const gfx::Size& size = root_view()->GetPreferredSize(); in GetPreferredSize()
604 const gfx::Size& size = root_view()->GetMinimumSize(); in GetMinimumSize()
610 const gfx::Size& size = root_view()->GetMaximumSize(); in GetMaximumSize()
682 gfx::Point gfx_point = gfx::Point(point.x, point.y); in ConvertPointToScreen()
691 gfx::Point gfx_point = gfx::Point(point.x, point.y); in ConvertPointFromScreen()
700 gfx::Point gfx_point = gfx::Point(point.x, point.y); in ConvertPointToWindow()
709 gfx::Point gfx_point = gfx::Point(point.x, point.y); in ConvertPointFromWindow()
725 gfx::Point gfx_point = gfx::Point(point.x, point.y); in ConvertPointToView()
740 gfx::Point gfx_point = gfx::Point(point.x, point.y); in ConvertPointFromView()