Searched refs:size_row (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.cc | 828 const char* size_row = in ReadDebugSectionsForCU() local 830 if (size_row + ncolumns_ * sizeof(uint32_t) > cu_index_ + cu_index_size_) { in ReadDebugSectionsForCU() 842 reinterpret_cast<const uint8_t *>(size_row) + col * sizeof(uint32_t)); in ReadDebugSectionsForCU()
|
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 1909 def size_row(self, index, **kw): member in Grid
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 1913 def size_row(self, index, **kw): member in Grid
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 4303 size_row(png_byte buffer[SIZE_ROWMAX], png_uint_32 bit_width, png_uint_32 y) in size_row() function 4412 size_row(image[y], w * pixel_size, y); in make_size_image() 4582 size_row(std, WIDTH_FROM_ID(id) * bit_size(pp, COL_FROM_ID(id), in standard_row()
|