Searched +defs:fill +defs:column (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/src/debug/ |
D | dbg.ts | 430 const left = column > 0 ? connectors[column - 1][lane] : 0; constant 431 const above = lane > 0 ? connectors[column][lane - 1] : 0; constant 443 const connector = connectors[column][lane]; constant 444 const fill = connector & Connection.Left ? BoxCharacter.lr : " "; constant 445 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/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/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 386 void fill() in fill() function in glcts::__anon35514b4b0111::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
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 12737 int (*fill)(struct fib_rule *, struct sk_buff *, struct fib_rule_hdr *); member 59477 long int (*fill)(void *, long unsigned int); member 59498 long int (*fill)(void *, long unsigned int); member 61730 u8 fill[3]; member 62373 u32 column; member 65247 unsigned int column; member
|