Home
last modified time | relevance | path

Searched defs:Inset (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Drect_f.cc45 void RectF::Inset(const InsetsF& insets) { in Inset() function in gfx::RectF
49 void RectF::Inset(float left, float top, float right, float bottom) { in Inset() function in gfx::RectF
Drect.cc111 void Rect::Inset(const Insets& insets) { in Inset() function in gfx::Rect
115 void Rect::Inset(int left, int top, int right, int bottom) { in Inset() function in gfx::Rect
Drect_f.h81 void Inset(float horizontal, float vertical) { in Inset() function
Drect.h121 void Inset(int horizontal, int vertical) { in Inset() function