Home | History | Annotate | Download | only in src

Lines Matching refs:uncompressedStreamLength

372                                              size_t uncompressedStreamLength,
492 size_t uncompressedStreamLength = 0;
496 if (!stream || !stream->GetFilteredStreamRef(&uncompressedStream, &uncompressedStreamLength) ||
497 uncompressedStream == NULL || uncompressedStreamLength == 0) {
514 SkImageDecoder::DecodeMemory(uncompressedStream, uncompressedStreamLength, bitmap);
529 int bytesPerLine = (int)(uncompressedStreamLength / height);
531 if (uncompressedStreamLength % height != 0) {
532 printf("Warning uncompressedStreamLength modulo height != 0 !!!\n");
537 (unsigned char*)uncompressedStream, uncompressedStreamLength,