Home
last modified time | relevance | path

Searched defs:font (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_textblit.c15 static const int font[] = { variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dtextblit.c19 const int font[] = in vp8_blit_text() local
/hardware/bsp/intel/peripheral/libupm/src/st7735/
Dst7735.h241 const unsigned char font[] = { variable
Dgfx.cxx33 GFX::GFX (int width, int height, uint8_t * screenBuffer, const unsigned char * font) : WIDTH(width)… in GFX()