Searched refs:uncompressedStreamLength (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfFont.cpp173 size_t uncompressedStreamLength = 0; local
177 !pdfStream->GetFilteredStreamRef(&uncompressedStream, &uncompressedStreamLength) ||
179 !uncompressedStreamLength) {
183 SkMemoryStream* skStream = new SkMemoryStream(uncompressedStream, uncompressedStreamLength);
/external/skia/experimental/PdfViewer/
H A DSkPdfFont.cpp173 size_t uncompressedStreamLength = 0; local
177 !pdfStream->GetFilteredStreamRef(&uncompressedStream, &uncompressedStreamLength) ||
179 !uncompressedStreamLength) {
183 SkMemoryStream* skStream = new SkMemoryStream(uncompressedStream, uncompressedStreamLength);
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp372 size_t uncompressedStreamLength,
492 size_t uncompressedStreamLength = 0; local
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,
371 transferImageStreamToBitmap(const unsigned char* uncompressedStream, size_t uncompressedStreamLength, int width, int height, int bytesPerLine, int bpc, const SkString& colorSpace, bool transparencyMask) argument
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp372 size_t uncompressedStreamLength,
492 size_t uncompressedStreamLength = 0; local
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,
371 transferImageStreamToBitmap(const unsigned char* uncompressedStream, size_t uncompressedStreamLength, int width, int height, int bytesPerLine, int bpc, const SkString& colorSpace, bool transparencyMask) argument

Completed in 3386 milliseconds