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;
673 int srcBytesPerPixel;
675 if (!get_src_config(cinfo, &sc, &srcBytesPerPixel)) {
683 SkAutoMalloc srcStorage(cinfo.output_width * srcBytesPerPixel);
    [all...]
SkImageDecoder_libpng.cpp 392 int srcBytesPerPixel = 4;
396 srcBytesPerPixel = 1;
401 srcBytesPerPixel = 1;
419 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
421 size_t rowBytes = origWidth * srcBytesPerPixel;
438 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
889 int srcBytesPerPixel = 4;
893 srcBytesPerPixel = 1;
    [all...]
  /external/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;
673 int srcBytesPerPixel;
675 if (!get_src_config(cinfo, &sc, &srcBytesPerPixel)) {
683 SkAutoMalloc srcStorage(cinfo.output_width * srcBytesPerPixel);
    [all...]
SkImageDecoder_libpng.cpp 397 int srcBytesPerPixel = 4;
401 srcBytesPerPixel = 1;
406 srcBytesPerPixel = 1;
424 SkAutoMalloc storage(origWidth * origHeight * srcBytesPerPixel);
426 size_t rowBytes = origWidth * srcBytesPerPixel;
443 SkAutoMalloc storage(origWidth * srcBytesPerPixel);
888 int srcBytesPerPixel = 4;
892 srcBytesPerPixel = 1;
    [all...]

Completed in 39 milliseconds