Home
last modified time | relevance | path

Searched refs:hinches (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h444 extern float SDL_ComputeDiagonalDPI(int hpix, int vpix, float hinches, float vinches);
DSDL_video.c3783 float SDL_ComputeDiagonalDPI(int hpix, int vpix, float hinches, float vinches) in SDL_ComputeDiagonalDPI() argument
3785 float den2 = hinches * hinches + vinches * vinches; in SDL_ComputeDiagonalDPI()