/external/libchrome/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 | insets_unittest.cc | 127 inset_first.Inset(insets); in TEST() 132 offset_first.Inset(insets); in TEST() 135 inset_by_offset.Inset(insets.Offset(vector)); in TEST()
|
D | rect.h | 121 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);
|
D | rect_f.cc | 45 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
|
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
|
D | rect_unittest.cc | 1005 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/ |
D | getting_started.md | 267 Inset these 2 macros into assembly code to be analyzed:
|
/external/libchrome/base/numerics/ |
D | README.md | 134 void Rect::Inset(int left, int top, int right, int bottom) {
|
/external/llvm-project/lldb/source/Core/ |
D | IOHandlerCursesGUI.cpp | 173 void Inset(int w, int h) { in Inset() function 694 bounds.Inset(1, 1); in CreateHelpSubwindow()
|