OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yshift
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/freetype/src/base/
ftoutln.c
1028
FT_Int xshift,
yshift
;
local
1048
yshift
= FT_MSB( cbox.yMax - cbox.yMin ) - 14;
1049
yshift
= FT_MAX(
yshift
, 0 );
1064
area += ( ( v_cur.y - v_prev.y ) >>
yshift
) *
/external/freetype/src/base/
ftoutln.c
1028
FT_Int xshift,
yshift
;
local
1048
yshift
= FT_MSB( cbox.yMax - cbox.yMin ) - 14;
1049
yshift
= FT_MAX(
yshift
, 0 );
1064
area += ( ( v_cur.y - v_prev.y ) >>
yshift
) *
Completed in 75 milliseconds