Searched refs:hinches (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsmodes.c | 277 float hinches, vinches; in WIN_GetDisplayDPI() local 293 hinches = (float)hpoints / 96.0f; in WIN_GetDisplayDPI() 298 ddpi = SDL_ComputeDiagonalDPI(hpix, vpix, hinches, vinches); in WIN_GetDisplayDPI()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_sysvideo.h | 471 extern float SDL_ComputeDiagonalDPI(int hpix, int vpix, float hinches, float vinches);
|
A D | SDL_video.c | 4093 SDL_ComputeDiagonalDPI(int hpix, int vpix, float hinches, float vinches) in SDL_ComputeDiagonalDPI() argument 4095 float den2 = hinches * hinches + vinches * vinches; in SDL_ComputeDiagonalDPI()
|
Completed in 11 milliseconds