HomeSort by relevance Sort by last modified time
    Searched defs:nPixels (Results 1 - 3 of 3) sorted by null

  /external/skia/src/images/
SkImageDecoder_pkm.cpp 75 int nPixels = width * height;
76 SkAutoMalloc outRGBData(nPixels * 3);
SkImageDecoder_astc.cpp 150 int nPixels = width * height;
151 SkAutoMalloc outRGBAData(nPixels * 4);
SkImageDecoder_ktx.cpp 135 int nPixels = width * height;
136 SkAutoMalloc outRGBData(nPixels);
164 int nPixels = width * height;
165 SkAutoMalloc outRGBData(nPixels * 3);

Completed in 384 milliseconds