Home | History | Annotate | Download | only in codec

Lines Matching defs:bytes

76     // Tag (2 bytes), Datatype (2 bytes), Number of elements (4 bytes), Data (4 bytes)
181 size_t bytes = marker->data_length - kICCMarkerHeaderSize;
182 memcpy(dst, src, bytes);
183 dst = SkTAddOffset<void>(dst, bytes);
294 * Return the row bytes of a particular image type and width