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

  /external/skia/src/images/
SkImageDecoder_pkm.cpp 75 int nPixels = width * height;
76 SkAutoMalloc outRGBData(nPixels * 3);
SkImageDecoder_ktx.cpp 135 int nPixels = width * height;
136 SkAutoMalloc outRGBData(nPixels);
164 int nPixels = width * height;
165 SkAutoMalloc outRGBData(nPixels * 3);
SkImageDecoder_astc.cpp 150 int nPixels = width * height;
151 SkAutoMalloc outRGBAData(nPixels * 4);
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp 339 int nPixels) {
340 int row_size = (nPixels * bpc * nColors + 7) / 8;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 767 CARD16 nPixels B16, nMasks B16;
780 CARD16 nPixels B16;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h 767 CARD16 nPixels B16, nMasks B16;
780 CARD16 nPixels B16;
    [all...]

Completed in 3938 milliseconds