Lines Matching defs:bytes
900 size_t peek(void* buf, size_t bytes) const override {
901 return fStream.peek(buf, std::min(bytes, fLimit));
903 size_t read(void* buf, size_t bytes) override {
904 return fStream.read(buf, bytes);
988 // 8 bytes to determine whether we can read the image. This is important
989 // because SkCodec only passes a limited number of bytes to SkWbmpCodec to
1296 const size_t bytes = fStream->read(buffer, size);
1297 fPosition += bytes;
1298 return bytes;
1486 @000 6 bytes magic "GIF89a"
1487 @006 7 bytes Logical Screen Descriptor: 0x20 0x00 ... 0x00
1491 - background color index, pixel aspect ratio bytes ignored
1492 @00D 10 bytes Image Descriptor header: 0x2C 0xFF ... 0x40
1498 @017 2 bytes Image Descriptor body (pixel data): 0x01 0x00
1501 @019 8 bytes Graphic Control Extension: 0x21 0xF9 ... 0x00
1503 @021 10 bytes Image Descriptor header: 0x2C 0xFF ... 0x06
1509 @02B 14 bytes Image Descriptor body (pixel data): 0x06 0x06 ... 0x00
1514 @039 10 bytes Image Descriptor header: 0x2C 0xFF ... 0x06
1520 @043 5 bytes Image Descriptor body (pixel data): 0x66 0xDE ... unexpected-EOF
1647 ERRORF(r, "Failed to create a codec for %s truncated to only %lu bytes",
1663 @000 6 bytes magic "GIF89a"
1664 @006 7 bytes Logical Screen Descriptor: 0x20 0x00 ... 0x00
1668 - background color index, pixel aspect ratio bytes ignored
1669 @00D 12 bytes Color Table: 0x20 0x20 ... 0x20
1670 @019 20 bytes Graphic Control Extension: 0x21 0xF9 ... unexpected-EOF