Searched refs:FindSmallestPitch (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_dga.c56 static __inline__ int FindSmallestPitch(ApmPtr pApm, int Bpp, int width) function in typeref:typename:int
95 pitch = FindSmallestPitch(pApm, Bpp, pMode->HDisplay);
98 if (!reduced_pitch && pitch == FindSmallestPitch(pApm, Bpp, pMode->HDisplay))
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dga.c44 FindSmallestPitch( function in typeref:typename:int
108 pitch = FindSmallestPitch(pMga, Bpp, pMode->HDisplay);

Completed in 3 milliseconds