Lines Matching defs:mygamma
356 struct st_gammatables *mygamma);
4714 struct st_gammatables *mygamma)
4718 DBG (DBG_FNC, "+ Gamma_Apply(*Regs, *scancfg, *hwdcfg, *mygamma):\n");
4750 switch (mygamma->depth & 0x0c)
4753 table_size = 0x100 + (mygamma->depth & 1);
4756 table_size = 0x400 + (mygamma->depth & 1);
4759 table_size = 0x1000 + (mygamma->depth & 1);
4772 v1600 = (SANE_Byte *) & mygamma->table[CL_RED];
4773 v1604 = (SANE_Byte *) & mygamma->table[CL_GREEN];
4774 v1608 = (SANE_Byte *) & mygamma->table[CL_BLUE];
4778 memcpy (gammabuffer + (c * table_size), mygamma->table[c],
9852 DBG (DBG_FNC, "+ Shading_apply(*Regs, *myvar, *mygamma, *myCalib):\n");