OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out
(Results
1301 - 1325
of
3043
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/chromium_org/third_party/freetype/src/base/
ftoutln.c
932
FT_Vector in,
out
, shift;
local
959
out
.x = v_next.x - v_cur.x;
960
out
.y = v_next.y - v_cur.y;
961
l_out = FT_Vector_Length( &
out
);
964
out
.x = FT_DivFix(
out
.x, l_out );
965
out
.y = FT_DivFix(
out
.y, l_out );
968
d = FT_MulFix( in.x,
out
.x ) + FT_MulFix( in.y,
out
.y )
[
all
...]