Home | History | Annotate | Download | only in ps3

Lines Matching defs:pitches

64 	Uint16 pitches[3];
173 overlay->pitches = hwdata->pitches;
178 overlay->pitches[0] = overlay->w;
179 overlay->pitches[1] = overlay->pitches[0] / 2;
180 overlay->pitches[2] = overlay->pitches[0] / 2;
183 overlay->pitches[0] * overlay->h;
185 overlay->pitches[1] * overlay->h / 2;