Home | History | Annotate | Download | only in windx5

Lines Matching defs:pitches

44 	Uint16 pitches[3];
180 overlay->pitches = hwdata->pitches;
219 overlay->pitches[0] = (Uint16)ddsd.u1.lPitch;
221 overlay->pitches[0] = (Uint16)ddsd.lPitch;
228 overlay->pitches[1] = overlay->pitches[0] / 2;
229 overlay->pitches[2] = overlay->pitches[0] / 2;
231 overlay->pitches[0] * overlay->h;
233 overlay->pitches[1] * overlay->h / 2;