Searched refs:is_alpha (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dec/ |
D | io.c | 520 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup() local 526 if (!WebPIoInitFromOptions(p->options, io, is_alpha ? MODE_YUV : MODE_YUVA)) { in CustomSetup() 529 if (is_alpha && WebPIsPremultipliedMode(colorspace)) { in CustomSetup() 558 if (is_alpha) { // need transparency output in CustomSetup()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_schedule.c | 507 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; in merge_presub_sources() local 516 is_alpha = 0; in merge_presub_sources() 521 is_alpha = 1; in merge_presub_sources() 543 free_source = rc_pair_alloc_source(dst_full, is_rgb, is_alpha, in merge_presub_sources() 559 is_alpha, temp.File, temp.Index); in merge_presub_sources()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.20 | 1051 * src/type1/t1load.c (is_alpha): Now supports `+' in font names; 2017 * src/type1/t1load.c (is_alpha): Make `-' a legal alphanumeric
|
D | ChangeLog.21 | 5690 * src/cid/cidload.c (is_alpha): Removed. 5691 (cid_parse_dict): Use `cid_parser_skip_alpha' instead of `is_alpha'. 8170 (is_alpha, is_space, hexval): Renamed to...
|