OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contour_limit
(Results
1 - 3
of
3
) sorted by null
/external/freetype/src/autofit/
afhints.c
894
AF_Point*
contour_limit
= contour + hints->num_contours;
local
899
for ( ; contour <
contour_limit
; contour++, end++ )
922
AF_Point*
contour_limit
= hints->contours + hints->num_contours;
local
925
for ( contour = hints->contours; contour <
contour_limit
; contour++ )
1500
AF_Point*
contour_limit
= contour + hints->num_contours;
local
[
all
...]
aflatin2.c
737
AF_Point*
contour_limit
= contour + hints->num_contours;
local
777
for ( ; contour <
contour_limit
; contour++ )
[
all
...]
aflatin.c
1488
AF_Point*
contour_limit
= contour + hints->num_contours;
local
[
all
...]
Completed in 66 milliseconds