Go to the source code of this file.
|
int | net_instaweb::CharToInt (char c) |
| char to int without sign extension. More...
|
|
int | net_instaweb::JpegIntAtPosition (const StringPiece &buf, size_t pos) |
|
int | net_instaweb::GifIntAtPosition (const StringPiece &buf, size_t pos) |
|
int | net_instaweb::PngIntAtPosition (const StringPiece &buf, size_t pos) |
|
bool | net_instaweb::PngSectionIdIs (const char *hdr, const StringPiece &buf, size_t pos) |
|
|
const char | net_instaweb::ImageHeaders::kPngHeader [] |
| Constants that are shared by Image and its tests.
|
|
const size_t | net_instaweb::ImageHeaders::kPngHeaderLength |
|
const char | net_instaweb::ImageHeaders::kPngIHDR [] |
|
const size_t | net_instaweb::ImageHeaders::kPngIHDRLength |
|
const size_t | net_instaweb::ImageHeaders::kIHDRDataStart |
|
const size_t | net_instaweb::ImageHeaders::kPngIntSize |
|
const char | net_instaweb::ImageHeaders::kGifHeader [] |
|
const size_t | net_instaweb::ImageHeaders::kGifHeaderLength |
|
const size_t | net_instaweb::ImageHeaders::kGifDimStart |
|
const size_t | net_instaweb::ImageHeaders::kGifIntSize |
|
const size_t | net_instaweb::ImageHeaders::kJpegIntSize |
|