OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AF_WarpScore
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/freetype/src/autofit/
afwarp.h
32
typedef FT_Int32
AF_WarpScore
;
44
AF_WarpScore
best_score;
45
AF_WarpScore
best_distort;
afwarp.c
44
static const
AF_WarpScore
54
static const
AF_WarpScore
77
AF_WarpScore
base_distort,
83
AF_WarpScore
scores[65];
140
AF_WarpScore
score = scores[idx];
141
AF_WarpScore
distort = base_distort + ( idx - idx0 );
178
AF_WarpScore
base_distort;
/external/freetype/src/autofit/
afwarp.h
32
typedef FT_Int32
AF_WarpScore
;
44
AF_WarpScore
best_score;
45
AF_WarpScore
best_distort;
afwarp.c
44
static const
AF_WarpScore
54
static const
AF_WarpScore
77
AF_WarpScore
base_distort,
83
AF_WarpScore
scores[65];
140
AF_WarpScore
score = scores[idx];
141
AF_WarpScore
distort = base_distort + ( idx - idx0 );
178
AF_WarpScore
base_distort;
Completed in 61 milliseconds