Home
last modified time | relevance | path

Searched refs:Inset (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Drect_f.h81 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);
Dinsets_unittest.cc127 inset_first.Inset(insets); in TEST()
132 offset_first.Inset(insets); in TEST()
135 inset_by_offset.Inset(insets.Offset(vector)); in TEST()
Drect.h121 void Inset(int horizontal, int vertical) { in Inset() function
122 Inset(horizontal, vertical, horizontal, vertical); in Inset()
126 void Inset(const Insets& insets);
129 void Inset(int left, int top, int right, int bottom);
Drect_f.cc45 void RectF::Inset(const InsetsF& insets) { in Inset() function in gfx::RectF
46 Inset(insets.left(), insets.top(), insets.right(), insets.bottom()); in Inset()
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
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
Drect_unittest.cc1005 inset_overflow.Inset(large_number, large_number, 100, 100); in TEST()
1013 inset_overflow2.Inset(min_limit, min_limit, min_limit, min_limit); in TEST()
1023 inset_overflow3.Inset(-100, -100, 100, 100); in TEST()
1027 inset_overflow4.Inset(100, 100, -100, -100); in TEST()
/external/libyuv/files/docs/
Dgetting_started.md267 Inset these 2 macros into assembly code to be analyzed:
/external/libchrome/base/numerics/
DREADME.md134 void Rect::Inset(int left, int top, int right, int bottom) {
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp173 void Inset(int w, int h) { in Inset() function
694 bounds.Inset(1, 1); in CreateHelpSubwindow()