Lines Matching refs:Pitch
858 DeltaY = startAddress / pGeode->Pitch;
859 DeltaX = startAddress & (pGeode->Pitch - 1);
1087 new_h += pGeode->Pitch - 1;
1088 new_h /= pGeode->Pitch;
1097 new_h = ((dstPitch * height) + pGeode->Pitch - 1) / pGeode->Pitch;
1121 offset = (pPriv->area->box.y1 * pGeode->Pitch) + (top * dstPitch);
1125 offset += (new_h >> 1) * pGeode->Pitch;
1147 offset = (pPriv->area->box.y1 * pGeode->Pitch) + (top * dstPitch);
1150 offset += (new_h >> 1) * pGeode->Pitch;