Lines Matching refs:Pitch
709 //long displayWidth = pGeode->Pitch / ((pScrni->bitsPerPixel + 7) / 8);
737 return (area->box.y1 * pGeode->Pitch);
740 return (area->box.y1 * pGeode->Pitch);
767 return (new_area->box.y1 * pGeode->Pitch);
822 DeltaY = startAddress / pGeode->Pitch;
823 DeltaX = startAddress & (pGeode->Pitch - 1);
1115 new_h += pGeode->Pitch - 1;
1116 new_h /= pGeode->Pitch;
1125 new_h = ((dstPitch * height) + pGeode->Pitch - 1) / pGeode->Pitch;
1156 offset += (new_h >> 1) * pGeode->Pitch;
1182 offset += (new_h >> 1) * pGeode->Pitch;