Home | History | Annotate | Download | only in base

Lines Matching defs:xx

50         FT_UInt  val1, xx;
66 for ( xx = 2; xx < width; xx++ )
71 val = line[xx];
80 line[xx - 2] = (FT_Byte)pix;
89 line[xx - 2] = (FT_Byte)pix;
93 line[xx - 1] = (FT_Byte)pix;
192 FT_UInt xx;
195 for ( xx = 0; xx < width; xx += 3 )
203 p = line[xx];
208 p = line[xx + 1];
213 p = line[xx + 2];
218 line[xx] = (FT_Byte)( r / 65536 );
219 line[xx + 1] = (FT_Byte)( g / 65536 );
220 line[xx + 2] = (FT_Byte)( b / 65536 );