Home | History | Annotate | Download | only in base

Lines Matching defs:pitch

47       for ( ; height > 0; height--, line += bitmap->pitch )
102 FT_Int pitch = bitmap->pitch;
118 col += pitch;
125 col += pitch;
141 col[-2 * pitch] = (FT_Byte)pix;
142 col += pitch;
151 col[-2 * pitch] = (FT_Byte)pix;
155 col[-pitch] = (FT_Byte)pix;
172 FT_Int pitch = bitmap->pitch;
190 for ( ; height > 0; height--, line += pitch )
232 FT_Byte* col_end = col + height * pitch;
235 for ( ; col < col_end; col += 3 * pitch )
248 p = col[pitch];
253 p = col[pitch * 2];
259 col[pitch] = (FT_Byte)( g / 65536 );
260 col[2 * pitch] = (FT_Byte)( b / 65536 );