Lines Matching defs:G2MContext
134 typedef struct G2MContext {
163 } G2MContext;
864 static int epic_jb_decode_tile(G2MContext *c, int tile_x, int tile_y,
1050 static int kempf_decode_tile(G2MContext *c, int tile_x, int tile_y,
1161 static int g2m_init_buffers(G2MContext *c)
1204 static int g2m_load_cursor(AVCodecContext *avctx, G2MContext *c,
1326 static void g2m_paint_cursor(G2MContext *c, uint8_t *dst, int stride)
1380 G2MContext *c = avctx->priv_data;
1590 G2MContext *const c = avctx->priv_data;
1609 G2MContext *const c = avctx->priv_data;
1631 .priv_data_size = sizeof(G2MContext),