OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_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
58
#define AA_x_ratio (this->hidden->
x_ratio
)
SDL_aavideo.c
290
local_this->hidden->
x_ratio
= ((double)aa_imgwidth(context)) / ((double)local_this->screen->w);
/external/freetype/src/truetype/
ttobjs.h
233
/*
x_ratio
= 1.0 */
239
/* ratio =
x_ratio
= 1.0 */
245
/* ratio = sqrt( (proj.x *
x_ratio
) ^ 2 + (proj.y * y_ratio) ^ 2 ) */
266
FT_Long
x_ratio
;
member in struct:TT_Size_Metrics_
ttobjs.c
837
size->ttmetrics.
x_ratio
= 0x10000L;
846
size->ttmetrics.
x_ratio
= FT_MulDiv( metrics->x_ppem,
[
all
...]
ttinterp.c
[
all
...]
Completed in 676 milliseconds