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

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
PaletteTexture.cpp 136 int nPixels = width*height;
137 unsigned char* pixelsOut = new unsigned char[nPixels*colorSizeOut];
144 int maxIndices = (leftPixels < nPixels) ? leftPixels:nPixels;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_pkm.cpp 82 int nPixels = width * height;
83 SkAutoMalloc outRGBData(nPixels * 3);
SkImageDecoder_ktx.cpp 141 int nPixels = width * height;
142 SkAutoMalloc outRGBData(nPixels);
170 int nPixels = width * height;
171 SkAutoMalloc outRGBData(nPixels * 3);
SkImageDecoder_astc.cpp 157 int nPixels = width * height;
158 SkAutoMalloc outRGBAData(nPixels * 4);
  /external/skia/src/images/
SkImageDecoder_pkm.cpp 81 int nPixels = width * height;
82 SkAutoMalloc outRGBData(nPixels * 3);
SkImageDecoder_ktx.cpp 114 int nPixels = width * height;
115 SkAutoMalloc outRGBData(nPixels * 3);
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp 323 int bpc, int nColors, int nPixels)
325 int row_size = (nPixels * bpc * nColors + 7) / 8;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.11-4.8/sysroot/usr/include/X11/
Xproto.h 767 CARD16 nPixels B16, nMasks B16;
780 CARD16 nPixels B16;
    [all...]

Completed in 409 milliseconds