STM324x9I_EVAL + 0/1 examples
CodeScope will show references to LCD_DrawPropTypeDef::pFont from the following samples and libraries:
Drivers
Boards
 
Symbols
loading...
Files
loading...

LCD_DrawPropTypeDef::pFont field

Syntax

Examples

LCD_DrawPropTypeDef::pFont is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm324x9i_eval_lcd.h:63
sFONT *pFont;
stm324x9i_eval_lcd.c:250BSP_LCD_LayerDefaultInit()
stm324x9i_eval_lcd.c:485BSP_LCD_SetFont()
stm324x9i_eval_lcd.c:494BSP_LCD_GetFont()
return DrawProp[ActiveLayer].pFont;
stm324x9i_eval_lcd.c:553BSP_LCD_ClearStringLine()
stm324x9i_eval_lcd.c:568BSP_LCD_DisplayChar()
stm324x9i_eval_lcd.c:569BSP_LCD_DisplayChar()
DrawProp[ActiveLayer].pFont->Height * ((DrawProp[ActiveLayer].pFont->Width + 7) / 8)]);
stm324x9i_eval_lcd.c:593BSP_LCD_DisplayStringAt()
stm324x9i_eval_lcd.c:599BSP_LCD_DisplayStringAt()
refcolumn = Xpos + ((xsize - size)* DrawProp[ActiveLayer].pFont->Width) / 2;
stm324x9i_eval_lcd.c:609BSP_LCD_DisplayStringAt()
refcolumn = - Xpos + ((xsize - size)*DrawProp[ActiveLayer].pFont->Width);
stm324x9i_eval_lcd.c:620BSP_LCD_DisplayStringAt()
while ((*Text != 0) & (((BSP_LCD_GetXSize() - (i*DrawProp[ActiveLayer].pFont->Width)) & 0xFFFF) >= DrawProp[ActiveLayer].pFont->Width))
stm324x9i_eval_lcd.c:625BSP_LCD_DisplayStringAt()
refcolumn += DrawProp[ActiveLayer].pFont->Width;
stm324x9i_eval_lcd.c:1251DrawChar()
height = DrawProp[ActiveLayer].pFont->Height;
stm324x9i_eval_lcd.c:1252DrawChar()
width = DrawProp[ActiveLayer].pFont->Width;

Data Use

Functions writing LCD_DrawPropTypeDef::pFont
Functions reading LCD_DrawPropTypeDef::pFont
LCD_DrawPropTypeDef::pFont
Type of LCD_DrawPropTypeDef::pFont
LCD_DrawPropTypeDef::pFont
all items filtered out