Home | History | Annotate | Download | only in Renderer

Lines Matching refs:pitchB

1144 	Int Blitter::ComputeOffset(Int &x, Int &y, Int &pitchB, int bytes, bool quadLayout)
1148 return y * pitchB + x * bytes;
1153 return (y & Int(~1)) * pitchB +