OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:familyblues
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/freetype/src/cff/
cf2blues.c
83
FT_Pos*
familyBlues
;
105
cf2_getFamilyBlues( decoder, &numFamilyBlues, &
familyBlues
);
271
/* Adjust for
FamilyBlues
*/
273
/* Search for the nearest flat edge in `
FamilyBlues
' or */
314
/* check the first member of
FamilyBlues
, which is a bottom zone */
318
flatFamilyEdge = cf2_blueToFixed(
familyBlues
[1] );
329
/* Search `
FamilyBlues
' for top zones; skip first zone, which is a */
338
flatFamilyEdge = cf2_blueToFixed(
familyBlues
[j] );
cf2blues.h
42
* by `BlueValues', `OtherBlues', `
FamilyBlues
', and `FamilyOtherBlues'.
47
* The maximum number of `BlueValues' and `
FamilyBlues
' is 7 each.
62
* `
FamilyBlues
' or `FamilyOtherBlues'. No alignment is done to the
cfftoken.h
77
CFF_FIELD_DELTA ( 8, family_blues, 14, "
FamilyBlues
" )
/external/freetype/src/cff/
cf2blues.c
83
FT_Pos*
familyBlues
;
105
cf2_getFamilyBlues( decoder, &numFamilyBlues, &
familyBlues
);
271
/* Adjust for
FamilyBlues
*/
273
/* Search for the nearest flat edge in `
FamilyBlues
' or */
314
/* check the first member of
FamilyBlues
, which is a bottom zone */
318
flatFamilyEdge = cf2_blueToFixed(
familyBlues
[1] );
329
/* Search `
FamilyBlues
' for top zones; skip first zone, which is a */
338
flatFamilyEdge = cf2_blueToFixed(
familyBlues
[j] );
cf2blues.h
42
* by `BlueValues', `OtherBlues', `
FamilyBlues
', and `FamilyOtherBlues'.
47
* The maximum number of `BlueValues' and `
FamilyBlues
' is 7 each.
62
* `
FamilyBlues
' or `FamilyOtherBlues'. No alignment is done to the
cfftoken.h
77
CFF_FIELD_DELTA ( 8, family_blues, 14, "
FamilyBlues
" )
/external/chromium_org/third_party/ots/src/
cff.cc
378
case 8: //
FamilyBlues
Completed in 136 milliseconds