Searched refs:hinches (Results 1 – 2 of 2) sorted by relevance
444 extern float SDL_ComputeDiagonalDPI(int hpix, int vpix, float hinches, float vinches);
3783 float SDL_ComputeDiagonalDPI(int hpix, int vpix, float hinches, float vinches) in SDL_ComputeDiagonalDPI() argument3785 float den2 = hinches * hinches + vinches * vinches; in SDL_ComputeDiagonalDPI()