OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_point
(Results
1 - 3
of
3
) sorted by null
/external/freetype/src/autofit/
aflatin.c
348
FT_Int
best_point
, best_contour_first, best_contour_last;
local
374
best_point
= -1;
387
FT_Int old_best_point =
best_point
;
402
if (
best_point
< 0 || points[pp].y > best_y )
404
best_point
= pp;
411
if (
best_point
< 0 || points[pp].y < best_y )
413
best_point
= pp;
418
if (
best_point
!= old_best_point )
429
if (
best_point
>= 0 )
431
FT_Pos best_x = points[
best_point
].x
[
all
...]
aflatin2.c
222
FT_Int
best_point
, best_y, best_first, best_last;
local
238
best_point
= -1;
251
FT_Int old_best_point =
best_point
;
266
if (
best_point
< 0 || points[pp].y > best_y )
268
best_point
= pp;
275
if (
best_point
< 0 || points[pp].y < best_y )
277
best_point
= pp;
282
if (
best_point
!= old_best_point )
295
FT_Pos best_x = points[
best_point
].x;
302
start = end =
best_point
;
[
all
...]
afcjk.c
329
FT_Int
best_point
;
local
361
best_point
= -1;
388
if (
best_point
< 0 || points[pp].x > best_pos )
390
best_point
= pp;
397
if (
best_point
< 0 || points[pp].x < best_pos )
399
best_point
= pp;
409
if (
best_point
< 0 || points[pp].y > best_pos )
411
best_point
= pp;
418
if (
best_point
< 0 || points[pp].y < best_pos )
420
best_point
= pp
[
all
...]
Completed in 111 milliseconds