Lines Matching refs:ConstrainColormapIndex
151 index=ConstrainColormapIndex(image,(*p >> 6) & 0x3,exception); in InsertRow()
156 index=ConstrainColormapIndex(image,(*p >> 4) & 0x3,exception); in InsertRow()
161 index=ConstrainColormapIndex(image,(*p >> 2) & 0x3,exception); in InsertRow()
166 index=ConstrainColormapIndex(image,(*p) & 0x3,exception); in InsertRow()
175 index=ConstrainColormapIndex(image,(*p >> 6) & 0x3,exception); in InsertRow()
182 index=ConstrainColormapIndex(image,(*p >> 4) & 0x3,exception); in InsertRow()
189 index=ConstrainColormapIndex(image,(*p >> 2) & 0x3, in InsertRow()
207 index=ConstrainColormapIndex(image,(*p >> 4) & 0x0f,exception); in InsertRow()
212 index=ConstrainColormapIndex(image,(*p) & 0x0f,exception); in InsertRow()
221 index=ConstrainColormapIndex(image,(*p >> 4) & 0x0f,exception); in InsertRow()
234 index=ConstrainColormapIndex(image,*p,exception); in InsertRow()