HomeSort by relevance Sort by last modified time
    Searched full:npixels (Results 1 - 14 of 14) sorted by null

  /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);
  /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/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...]
  /hardware/intel/img/psb_video/src/
psb_overlay.c 1032 int top, left, npixels; local
    [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...]
Xlib.h     [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...]
Xlib.h     [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/
libGLES_CM_translator.so 
libGLES_V2_translator.so 

Completed in 2735 milliseconds