Searched refs:Inset (Results 1 – 8 of 8) sorted by relevance
/external/libmojo/ui/gfx/geometry/ |
D | rect_f.h | 81 void Inset(float horizontal, float vertical) { in Inset() function 82 Inset(horizontal, vertical, horizontal, vertical); in Inset() 86 void Inset(const InsetsF& insets); 89 void Inset(float left, float top, float right, float bottom);
|
D | rect.h | 119 void Inset(int horizontal, int vertical) { in Inset() function 120 Inset(horizontal, vertical, horizontal, vertical); in Inset() 124 void Inset(const Insets& insets); 127 void Inset(int left, int top, int right, int bottom);
|
D | rect_f.cc | 44 void RectF::Inset(const InsetsF& insets) { in Inset() function in gfx::RectF 45 Inset(insets.left(), insets.top(), insets.right(), insets.bottom()); in Inset() 48 void RectF::Inset(float left, float top, float right, float bottom) { in Inset() function in gfx::RectF
|
D | rect.cc | 111 void Rect::Inset(const Insets& insets) { in Inset() function in gfx::Rect 112 Inset(insets.left(), insets.top(), insets.right(), insets.bottom()); in Inset() 115 void Rect::Inset(int left, int top, int right, int bottom) { in Inset() function in gfx::Rect
|
/external/skqp/site/user/api/ |
D | SkIRect_Reference.md | 29 | <a href="#Inset_Outset_Offset">Inset Outset Offset</a> | moves sides | 1119 ## <a name="Inset_Outset_Offset"></a> Inset Outset Offset
|
D | SkRect_Reference.md | 34 | <a href="#Inset_Outset_Offset">Inset Outset Offset</a> | moves sides | 1604 ## <a name="Inset_Outset_Offset"></a> Inset Outset Offset
|
/external/skia/site/user/api/ |
D | SkIRect_Reference.md | 29 | <a href="#Inset_Outset_Offset">Inset Outset Offset</a> | moves sides | 1147 ## <a name="Inset_Outset_Offset"></a> Inset Outset Offset
|
D | SkRect_Reference.md | 34 | <a href="#Inset_Outset_Offset">Inset Outset Offset</a> | moves sides | 1583 ## <a name="Inset_Outset_Offset"></a> Inset Outset Offset
|