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

  /external/webp/src/dec/
frame.c 40 const int alpha_size = local
45 + cache_size + alpha_size + ALIGN_MASK;
94 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL;
95 mem += alpha_size;
  /external/libxslt/libxslt/
numbers.c 238 double alpha_size = (double)(sizeof(alpha_upper_list) - 1); local
247 *(--pointer) = alpha_list[((int)fmod(number, alpha_size))];
248 number /= alpha_size;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 298 int alpha_size; member in struct:SDL_VideoDevice::__anon10765
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 294 EGLint alpha_size = 0; local
345 alpha_size = attrib_list[i+1];
451 EglConfig dummy(red_size,green_size,blue_size,alpha_size,caveat,config_id,depth_size,
    [all...]

Completed in 286 milliseconds