OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:in_x
(Results
1 - 5
of
5
) sorted by null
/external/freetype/include/freetype/internal/
ftcalc.h
146
ft_corner_orientation( FT_Pos
in_x
,
157
ft_corner_is_flat( FT_Pos
in_x
,
/external/freetype/src/base/
ftcalc.c
841
ft_corner_orientation( FT_Pos
in_x
,
852
if (
in_x
>= 0 )
857
else if (
in_x
== 0 )
874
result = -
in_x
;
876
result =
in_x
;
882
FT_Int64 delta = (FT_Int64)
in_x
* out_y - (FT_Int64)in_y * out_x;
896
ft_multo64( (FT_Int32)
in_x
, (FT_Int32)out_y, &z1 );
921
ft_corner_is_flat( FT_Pos
in_x
,
926
FT_Pos ax =
in_x
;
946
ax = out_x +
in_x
;
[
all
...]
/external/freetype/src/pshinter/
pshalgo.c
974
psh_corner_orientation( FT_Pos
in_x
,
985
if (
in_x
>= 0 )
990
else if (
in_x
== 0 )
1007
result = -
in_x
;
1009
result =
in_x
;
1013
long long delta = (long long)
in_x
* out_y - (long long)in_y * out_x;
1039
FT_Pos
in_x
, in_y, out_x, out_y;
local
1058
in_x
= end->org_u - start->org_u;
1061
} while (
in_x
== 0 && in_y == 0 );
1079
orient_prev = psh_corner_orientation(
in_x
, in_y, out_x, out_y )
[
all
...]
/external/freetype/src/autofit/
afhints.c
717
FT_Pos
in_x
= 0;
local
731
in_x
= first->fx - prev->fx;
733
in_dir = af_direction_compute(
in_x
, in_y );
758
if ( ft_corner_is_flat(
in_x
, in_y, out_x, out_y ) )
764
in_x
= out_x;
/external/dbus/doc/
dbus-tutorial.xml
[
all
...]
Completed in 135 milliseconds