| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/ |
| A D | mf_kerning.c | 14 static void fit_leftedge(int16_t x, int16_t y, uint8_t count, uint8_t alpha, in fit_leftedge() argument 19 if (alpha > 7) in fit_leftedge() 28 static void fit_rightedge(int16_t x, int16_t y, uint8_t count, uint8_t alpha, in fit_rightedge() argument 33 if (alpha > 7) in fit_rightedge()
|
| A D | mf_rlefont.c | 64 uint8_t alpha) in write_pixels() argument 72 rstate->callback(rstate->x, rstate->y, rowlen, alpha, rstate->state); in write_pixels() 81 rstate->callback(rstate->x, rstate->y, count, alpha, rstate->state); in write_pixels() 123 uint8_t count, alpha; in write_rle_dictentry() local 125 alpha = ((code & RLE_VALMASK) & 0xF) * 0x11; in write_rle_dictentry() 126 write_pixels(rstate, count, alpha); in write_rle_dictentry()
|
| A D | mf_font.c | 50 uint8_t alpha, void *state) in whitespace_callback() argument 53 if (alpha > 7) in whitespace_callback()
|
| A D | mf_scaledfont.c | 14 uint8_t alpha, void *state) in scaled_pixel_callback() argument 25 rstate->orig_callback(x, y + dy, count, alpha, rstate->orig_state); in scaled_pixel_callback()
|
| A D | mf_font.h | 19 uint8_t alpha, void *state);
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/ |
| A D | de_csc_type.h | 69 unsigned int alpha:8; member 89 union GLB_ALPHA_REG alpha; member
|
| A D | de_rtmx_type.h | 90 unsigned int alpha:8; member 375 unsigned int alpha:8; member 430 unsigned int alpha:8; member 565 unsigned int alpha:8; member 651 unsigned int alpha:8; member
|
| A D | de_fcc_type.h | 118 unsigned int alpha:8; member
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_pdma_drv.h | 277 uint32_t color, uint8_t alpha, 304 pdma_flip_t flip, pdma_rotate_t rotate, uint8_t alpha, 330 uint8_t alpha, 359 uint8_t alpha,
|
| A D | hpm_display_common.h | 86 uint8_t alpha; member 171 } alpha; member
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/ |
| A D | g2d_driver.h | 334 __u8 alpha; member 359 __u32 alpha; /* plane alpha value */ member 379 __u32 alpha; /* plane alpha value */ member 404 __u32 alpha; /* plane alpha value */ member
|
| A D | g2d_scal.h | 40 __u32 in_h, __u32 out_w, __u32 out_h, __u8 alpha);
|
| A D | g2d_scal.c | 273 __u32 in_h, __u32 out_w, __u32 out_h, __u8 alpha) in g2d_vsu_para_set() argument 296 p_reg->glb_alpha.bits.glb_alpha = alpha; in g2d_vsu_para_set()
|
| /bsp/nuvoton/libraries/n9h30/rtt_port/ |
| A D | drv_ge2d.c | 927 UINT32 data32, alpha; in ge2dBitblt_ScreenToScreen() local 1028 data32 |= (alpha << 16); in ge2dBitblt_ScreenToScreen() 1054 UINT32 data32, alpha; in ge2dBitblt_ScreenToScreenRop() local 1161 data32 |= (alpha << 16); in ge2dBitblt_ScreenToScreenRop() 1195 UINT32 data32, alpha; in ge2dBitblt_SourceToDestination() local 1291 data32 |= (alpha << 16); in ge2dBitblt_SourceToDestination() 2510 data32 |= (alpha << 16); in ge2dHostBlt_Sprite() 2636 UINT32 data32, alpha; in ge2dSpriteBlt_Screen() local 2729 UINT32 data32, alpha; in ge2dSpriteBltx_Screen() local 2816 UINT32 data32, alpha; in ge2dSpriteBlt_ScreenRop() local [all …]
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_pdma_drv.c | 444 uint32_t color, uint8_t alpha, in pdma_fill_color() argument 481 plane_dst.background = (alpha << 24) | (color & ~(0xFF << 24)); in pdma_fill_color() 560 output.alphablend.src_alpha = alpha; in pdma_flip_rotate() 598 uint8_t alpha, in pdma_blit() argument 653 output.alphablend.src_alpha = alpha; in pdma_blit() 703 uint8_t alpha, in pdma_scale() argument 772 output.alphablend.src_alpha = alpha; in pdma_scale() 905 output.alphablend.src_alpha = src->alpha.val; in pdma_blit_ex() 906 output.alphablend.src_alpha_op = src->alpha.op; in pdma_blit_ex() 907 output.alphablend.dst_alpha = dst->alpha.val; in pdma_blit_ex() [all …]
|
| /bsp/raspberry-pi/raspi3-64/driver/ |
| A D | drv_fb.c | 225 void bcm283x_mbox_fb_setalpha(int alpha) in bcm283x_mbox_fb_setalpha() argument 235 mbox[5] = alpha; // id in bcm283x_mbox_fb_setalpha()
|
| /bsp/raspberry-pi/raspi4-32/driver/lcd/ |
| A D | drv_hdmi.c | 231 void bcm271x_mbox_fb_setalpha(int alpha) in bcm271x_mbox_fb_setalpha() argument 241 mbox[5] = alpha; // id in bcm271x_mbox_fb_setalpha()
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_surface.h | 549 Uint8 alpha); 565 Uint8 * alpha);
|
| A D | SDL_opengl.h | 799 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ); 906 GLAPI void GLAPIENTRY glClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ); 1049 GLbyte blue, GLbyte alpha ); 1051 GLdouble blue, GLdouble alpha ); 1053 GLfloat blue, GLfloat alpha ); 1055 GLint blue, GLint alpha ); 1057 GLshort blue, GLshort alpha ); 1059 GLubyte blue, GLubyte alpha ); 1061 GLuint blue, GLuint alpha ); 1063 GLushort blue, GLushort alpha ); [all …]
|
| A D | SDL_render.h | 460 Uint8 alpha); 476 Uint8 * alpha);
|
| A D | SDL_opengles2_gl2.h | 371 … void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 380 … void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 383 …GL_APIENTRYP PFNGLCOLORMASKPROC) (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 514 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 523 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 526 …ALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
|
| /bsp/raspberry-pi/raspi4-64/drivers/ |
| A D | drv_hdmi.c | 253 void bcm271x_mbox_fb_setalpha(int alpha) in bcm271x_mbox_fb_setalpha() argument 263 mbox[5] = alpha; // id in bcm271x_mbox_fb_setalpha()
|
| /bsp/allwinner/libraries/libos/include/misc/ |
| A D | fb.h | 160 __u8 alpha; member
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/ |
| A D | vg_lite_text.c | 97 static void pixel_callback(int16_t x, int16_t y, uint8_t count, uint8_t alpha, in pixel_callback() argument 112 value = g_index_table[alpha]; in pixel_callback()
|
| /bsp/efm32/Libraries/emlib/inc/ |
| A D | em_ebi.h | 639 __STATIC_INLINE void EBI_TFTAlphaBlendSet(uint8_t alpha) in EBI_TFTAlphaBlendSet() argument 641 EBI->TFTALPHA = alpha; in EBI_TFTAlphaBlendSet()
|