HomeSort by relevance Sort by last modified time
    Searched refs:srcBytesPerPixel (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp 504 int* srcBytesPerPixel) {
505 SkASSERT(sc != NULL && srcBytesPerPixel != NULL);
510 *srcBytesPerPixel = 4;
513 *srcBytesPerPixel = 3;
517 *srcBytesPerPixel = 4;
520 *srcBytesPerPixel = 2;
525 *srcBytesPerPixel = 1;
671 int srcBytesPerPixel;
673 if (!get_src_config(cinfo, &sc, &srcBytesPerPixel)) {
681 SkAutoMalloc srcStorage(cinfo.output_width * srcBytesPerPixel);
    [all...]
SkImageDecoder_libpng.cpp 391 int srcBytesPerPixel = 4;
395 srcBytesPerPixel = 1;
400 srcBytesPerPixel = 1;
418 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
420 size_t rowBytes = origWidth * srcBytesPerPixel;
437 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
880 int srcBytesPerPixel = 4;
884 srcBytesPerPixel = 1;
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 518 int* srcBytesPerPixel) {
519 SkASSERT(sc != NULL && srcBytesPerPixel != NULL);
524 *srcBytesPerPixel = 4;
527 *srcBytesPerPixel = 3;
531 *srcBytesPerPixel = 4;
534 *srcBytesPerPixel = 2;
539 *srcBytesPerPixel = 1;
688 int srcBytesPerPixel;
690 if (!get_src_config(cinfo, &sc, &srcBytesPerPixel)) {
698 SkAutoMalloc srcStorage(cinfo.output_width * srcBytesPerPixel);
    [all...]
SkImageDecoder_libpng.cpp 391 int srcBytesPerPixel = 4;
395 srcBytesPerPixel = 1;
400 srcBytesPerPixel = 1;
418 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
420 size_t rowBytes = origWidth * srcBytesPerPixel;
437 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
880 int srcBytesPerPixel = 4;
884 srcBytesPerPixel = 1
    [all...]

Completed in 255 milliseconds