OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_ratio
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.h
44
double x_ratio,
y_ratio
;
member in struct:SDL_PrivateVideoData
59
#define AA_y_ratio (this->hidden->
y_ratio
)
SDL_aavideo.c
291
local_this->hidden->
y_ratio
= ((double)aa_imgheight(context)) / ((double)local_this->screen->h);
/external/freetype/src/truetype/
ttobjs.h
234
/*
y_ratio
= y_ppem/ppem (< 1.0) */
242
/* ratio =
y_ratio
*/
245
/* ratio = sqrt( (proj.x * x_ratio) ^ 2 + (proj.y *
y_ratio
) ^ 2 ) */
267
FT_Long
y_ratio
;
member in struct:TT_Size_Metrics_
ttobjs.c
[
all
...]
ttinterp.c
[
all
...]
Completed in 58 milliseconds