Searched refs:alpha_size (Results 1 – 11 of 11) sorted by relevance
/external/webp/src/enc/ |
D | alpha.c | 292 size_t alpha_size = 0; in CompressAlphaJob() local 299 filter, effort_level, &alpha_data, &alpha_size)) { in CompressAlphaJob() 302 if (alpha_size != (uint32_t)alpha_size) { // Sanity check. in CompressAlphaJob() 306 enc->alpha_data_size_ = (uint32_t)alpha_size; in CompressAlphaJob()
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
D | SDL_ph_gl.c | 72 *value=this->gl_config.alpha_size; in ph_GL_GetAttribute() 360 …fprintf(stderr, "ARGB: %d, %d, %d, %d\n", this->gl_config.alpha_size, this->gl_config.red_size, th… in ph_SetupOpenGLContext()
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
D | SDL_wingl.c | 208 GL_pfd.cAlphaBits = this->gl_config.alpha_size; in WIN_GL_SetupWindow() 243 if ( this->gl_config.alpha_size ) { in WIN_GL_SetupWindow() 245 *iAttr++ = this->gl_config.alpha_size; in WIN_GL_SetupWindow()
|
/external/webp/src/dec/ |
D | frame.c | 425 const uint64_t alpha_size = (dec->alpha_data_ != NULL) ? in AllocateMemory() local 430 + cache_size + alpha_size + ALIGN_MASK; in AllocateMemory() 495 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL; in AllocateMemory() 496 mem += alpha_size; in AllocateMemory()
|
D | webp.c | 155 size_t* const alpha_size) { in ParseOptionalChunks() argument 167 assert(alpha_size != NULL); in ParseOptionalChunks() 169 *alpha_size = 0; in ParseOptionalChunks() 201 *alpha_size = chunk_size; in ParseOptionalChunks()
|
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
D | SDL_macgl.c | 59 attributes[i++] = this->gl_config.alpha_size; in Mac_GL_Init()
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11gl.c | 141 if( this->gl_config.alpha_size ) { in X11_GL_GetVisual() 143 attribs[i++] = this->gl_config.alpha_size; in X11_GL_GetVisual()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_sysvideo.h | 298 int alpha_size; member
|
D | SDL_video.c | 229 video->gl_config.alpha_size = 0; in SDL_VideoInit() 1465 video->gl_config.alpha_size = value; in SDL_GL_SetAttribute()
|
/external/libxslt/libxslt/ |
D | numbers.c | 238 double alpha_size = (double)(sizeof(alpha_upper_list) - 1); in xsltNumberFormatAlpha() local 247 *(--pointer) = alpha_list[((int)fmod(number, alpha_size))]; in xsltNumberFormatAlpha() 248 number /= alpha_size; in xsltNumberFormatAlpha()
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
D | SDL_sysvideo.cc | 512 if (_this->gl_config.alpha_size > 0 || bpp == 32) in BE_SetVideoMode()
|