Home | History | Annotate | Download | only in base

Lines Matching defs:line

44       FT_Byte*  line = bitmap->buffer;
47 for ( ; height > 0; height--, line += bitmap->pitch )
53 val1 = line[0];
60 val1 = line[1];
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;
187 FT_Byte* line = bitmap->buffer;
190 for ( ; height > 0; height--, line += pitch )
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 );