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

  /external/mesa3d/src/mesa/main/
texcompress_cpal.c 50 GLuint palette_size; member in struct:cpal_format_info
88 if (info->palette_size == 16) {
127 expect_size = info->palette_size * info->size;
136 if (info->palette_size == 16)
187 indices = (const GLubyte *) palette + info->palette_size * info->size;
221 if (info->palette_size == 16)
  /external/libpng/
pngwutil.c 1255 png_size_t palette_size = entry_size * spalette->nentries; local
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngwutil.c 1254 png_size_t palette_size = entry_size * spalette->nentries; local
    [all...]
  /external/webp/include/webp/
encode.h 210 int palette_size; // number of color in palette, if used member in struct:WebPAuxStats
  /external/webp/src/webp/
encode.h 210 int palette_size; // number of color in palette, if used member in struct:WebPAuxStats
  /external/webp/src/enc/
vp8l.c 46 int* const palette_size) {
97 *palette_size = num_colors;
878 const uint32_t* palette, int palette_size,
882 for (i = 0; i < palette_size; ++i) {
891 for (i = 0; i < palette_size; ++i) {
942 const int palette_size = enc->palette_size_; local
    [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 758 const size_t palette_size = 256*sizeof(SkPMColor); local
759 const size_t imageSize = size + palette_size;
762 void* const pixels = (char*)data + palette_size;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmdef.h 160 int palette_size; member in struct:_D3DRMIMAGE

Completed in 1170 milliseconds