OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x_left
(Results
1 - 1
of
1
) sorted by null
/external/freetype/src/smooth/
ftsmooth.c
113
FT_Pos x_shift, y_shift,
x_left
, y_top;
local
171
x_left
= (FT_Int)( cbox.xMin >> 6 );
186
x_left
-= extra >> 1;
332
if (
x_left
> FT_INT_MAX || y_top > FT_INT_MAX )
339
slot->bitmap_left = (FT_Int)
x_left
;
Completed in 62 milliseconds