Home
last modified time | relevance | path

Searched refs:subrows (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_bloat/py/pw_bloat/
Dbloat_output.py140 subrows: List[str] = []
144 label = diff.label if not subrows else ''
151 subrows.append(self._table_row(subrow))
153 rows.append('\n'.join(subrows))
/external/ImageMagick/coders/
Dviff.c182 subrows; in ReadVIFFImage() member
306 viff_info.subrows=ReadBlobLong(image); in ReadVIFFImage()
912 subrows; in WriteVIFFImage() member
1012 viff_info.subrows=0; in WriteVIFFImage()
1083 (void) WriteBlobMSBLong(image,(unsigned int) viff_info.subrows); in WriteVIFFImage()