OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_dir
(Results
1 - 3
of
3
) sorted by null
/external/freetype/src/autofit/
afhints.c
719
AF_Direction
in_dir
= AF_DIR_NONE;
local
733
in_dir
= af_direction_compute( in_x, in_y );
737
point->
in_dir
= (FT_Char)
in_dir
;
743
in_dir
= af_direction_compute( out_x, out_y );
744
point->out_dir = (FT_Char)
in_dir
;
753
else if ( point->out_dir == point->
in_dir
)
761
else if ( point->
in_dir
== -point->out_dir )
afhints.h
253
FT_Char
in_dir
; /* direction of inwards vector */
member in struct:AF_PointRec_
aflatin2.c
738
if ( FT_ABS( point->
in_dir
) == major_dir )
742
while ( point->
in_dir
== start->
in_dir
)
765
point->
in_dir
!= point->out_dir );
[
all
...]
Completed in 1577 milliseconds