Lines Matching refs:ConstrainColormapIndex
319 index=ConstrainColormapIndex(image,(*p >> 6) & 0x3,exception); in InsertRow()
324 index=ConstrainColormapIndex(image,(*p >> 4) & 0x3,exception); in InsertRow()
329 index=ConstrainColormapIndex(image,(*p >> 2) & 0x3,exception); in InsertRow()
334 index=ConstrainColormapIndex(image,(*p) & 0x3,exception); in InsertRow()
343 index=ConstrainColormapIndex(image,(*p >> 6) & 0x3,exception); in InsertRow()
350 index=ConstrainColormapIndex(image,(*p >> 4) & 0x3,exception); in InsertRow()
357 index=ConstrainColormapIndex(image,(*p >> 2) & 0x3, in InsertRow()
375 index=ConstrainColormapIndex(image,(*p >> 4) & 0x0f,exception); in InsertRow()
380 index=ConstrainColormapIndex(image,(*p) & 0x0f,exception); in InsertRow()
389 index=ConstrainColormapIndex(image,(*p >> 4) & 0x0f,exception); in InsertRow()
402 index=ConstrainColormapIndex(image,*p,exception); in InsertRow()