Searched refs:dontAdvance (Results 1 – 11 of 11) sorted by relevance
/external/freetype/src/gxvalid/ |
D | gxvmort0.c | 74 FT_UShort dontAdvance; in gxv_mort_subtable_type0_entry_validate() local 88 dontAdvance = (FT_UShort)( ( flags >> 14 ) & 1 ); in gxv_mort_subtable_type0_entry_validate() 97 GXV_TRACE(( " dontAdvance=%01d", dontAdvance )); in gxv_mort_subtable_type0_entry_validate() 109 if ( markFirst > 0 && dontAdvance > 0 ) in gxv_mort_subtable_type0_entry_validate()
|
D | gxvmorx0.c | 53 FT_UShort dontAdvance; in gxv_morx_subtable_type0_entry_validate() local 69 dontAdvance = (FT_UShort)( ( flags >> 14 ) & 1 ); in gxv_morx_subtable_type0_entry_validate()
|
D | gxvmorx1.c | 114 FT_UShort dontAdvance; in gxv_morx_subtable_type1_entry_validate() local 130 dontAdvance = (FT_UShort)( ( flags >> 14 ) & 1 ); in gxv_morx_subtable_type1_entry_validate() 139 setMark, dontAdvance )); in gxv_morx_subtable_type1_entry_validate()
|
D | gxvmorx5.c | 151 FT_Bool dontAdvance; in gxv_morx_subtable_type5_entry_validate() local 167 dontAdvance = FT_BOOL( ( flags >> 14 ) & 1 ); in gxv_morx_subtable_type5_entry_validate()
|
D | gxvmort5.c | 153 FT_Bool dontAdvance; in gxv_mort_subtable_type5_entry_validate() local 169 dontAdvance = FT_BOOL( ( flags >> 14 ) & 1 ); in gxv_mort_subtable_type5_entry_validate()
|
D | gxvmort1.c | 145 FT_UShort dontAdvance; in gxv_mort_subtable_type1_entry_validate() local 157 dontAdvance = (FT_UShort)( ( flags >> 14 ) & 1 ); in gxv_mort_subtable_type1_entry_validate()
|
D | gxvmort2.c | 222 FT_UShort dontAdvance; in gxv_mort_subtable_type2_entry_validate() local 233 dontAdvance = (FT_UShort)( ( flags >> 14 ) & 1 ); in gxv_mort_subtable_type2_entry_validate()
|
D | gxvmorx2.c | 234 FT_UShort dontAdvance; in gxv_morx_subtable_type2_entry_validate() local 246 dontAdvance = (FT_UShort)( ( flags >> 14 ) & 1 ); in gxv_morx_subtable_type2_entry_validate()
|
D | gxvjust.c | 475 FT_UShort dontAdvance; in gxv_just_classTable_entry_validate() local 490 dontAdvance = (FT_UShort)( ( flags >> 14 ) & 1 ); in gxv_just_classTable_entry_validate()
|
D | gxvkern.c | 272 FT_UShort dontAdvance; in gxv_kern_subtable_fmt1_entry_validate() local 286 dontAdvance = (FT_UShort)( ( flags >> 14 ) & 1 ); in gxv_kern_subtable_fmt1_entry_validate()
|
/external/freetype/ |
D | ChangeLog.24 | 3794 `dontAdvance', `markLast', `verb'. 3798 unvalidated variables; `setMark', `dontAdvance'. 3806 `dontAdvance', `performAction'. 3816 `dontAdvance', `currentIsKashidaLike', 3838 unvalidated variables; `setMark', `dontAdvance'. 3848 `dontAdvance'. 3858 `dontAdvance', `currentIsKashidaLike', 3870 unvalidated variables; `push', `dontAdvance', `kernAction', 3906 unvalidated variables; `setMark', `dontAdvance',
|