Searched refs:left_width (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/ |
D | pstats.py | 422 left_width = name_size + 1 425 left_width = name_size + 3 426 print >> self.stream, indent*left_width + substats
|
/external/python/cpython3/Lib/ |
D | pstats.py | 492 left_width = name_size + 1 495 left_width = name_size + 3 496 print(indent*left_width + substats, file=self.stream)
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 1088 const int left_width = copy_start_x - ref_block_start_x; in BuildConvolveBlock() local 1091 Memset(buf_ptr, reference_block[ref_y][copy_start_x], left_width); in BuildConvolveBlock() 1093 memcpy(buf_ptr + left_width, &reference_block[ref_y][copy_start_x], in BuildConvolveBlock() 1096 Memset(buf_ptr + left_width + block_width, in BuildConvolveBlock() 1098 block_extended_width - left_width - block_width); in BuildConvolveBlock()
|
/external/llvm-project/lldb/source/Core/ |
D | IOHandlerCursesGUI.cpp | 233 float left_width = left_percentage * size.width; in VerticalSplitPercentage() local 234 VerticalSplit(left_width, left, right); in VerticalSplitPercentage() 237 void VerticalSplit(int left_width, Rect &left, Rect &right) const { in VerticalSplit() 239 if (left_width < size.width) { in VerticalSplit() 240 left.size.width = left_width; in VerticalSplit()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 2914 const GLuint left_width = left_widths[left_level]; in compareImages() local 2919 const GLuint left_line_size = left_pixel_size * left_width; in compareImages()
|