Searched +defs:fill +defs:column (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | debug.ts | 1183 const left = column > 0 ? connectors[column - 1][lane] : 0; constant 1184 const above = lane > 0 ? connectors[column][lane - 1] : 0; constant 1196 const connector = connectors[column][lane]; constant 1197 const fill = connector & Connection.Left ? BoxCharacter.lr : " "; constant 1198 const node = grid[column][lane]; constant
|
| /third_party/skia/gm/ |
| D | degeneratesegments.cpp | 200 SkPaint::Style style, SkPathFillType fill, in drawPath() 316 for (size_t column = 0; column < 4; ++column) { in onDraw() local 324 FillAndName fill = gFills[(rand.nextU() >> 16) % numFills]; in onDraw() local
|
| /third_party/skia/m133/gm/ |
| D | degeneratesegments.cpp | 201 SkPaint::Style style, SkPathFillType fill, in drawPath() 317 for (size_t column = 0; column < 4; ++column) { in onDraw() local 325 FillAndName fill = gFills[(rand.nextU() >> 16) % numFills]; in onDraw() local
|
| /third_party/skia/src/pdf/ |
| D | SkPDFUtils.cpp | 217 void SkPDFUtils::PaintPath(SkPaint::Style style, SkPathFillType fill, SkWStream* content) { in PaintPath() 353 int column = 0; in Base85Encode() local
|
| /third_party/ncurses/progs/ |
| D | dump_entry.c | 63 static int column; /* current column, limited by 'width' */ variable 526 const char *fill = "\\s"; in fill_spaces() local 593 char *fill = fill_spaces(src); in wrap_concat() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| D | es31cExplicitUniformLocationTest.cpp | 386 void fill() in fill() function in glcts::__anonc98c986c0111::UniformType 541 void streamValue(std::ostringstream& str, int arrayElement = 0, int column = 0) const in streamValue() 1028 for (int column = 0; column < uniform.type.getSize().second; column++) in streamUniformValidator() local
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 15711 fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) in fill() function 30663 fill() const in fill() function in std::basic_ios 30674 fill(char_type __ch) in fill() function in std::basic_ios 44045 fill(const value_type& __u) in fill() function 81403 static nsIAtom* column; member in nsGkAtoms 82610 static nsIAtom* fill; member in nsGkAtoms 101254 unsigned column; member in JS::ReadOnlyCompileOptions 102414 unsigned column; member in JSErrorBase 131973 fill(const _Deque_iterator<_Tp, _Tp&, _Tp*>& __first, in fill() function 133407 fill(_Bit_iterator __first, _Bit_iterator __last, const bool& __x) in fill() function
|