Home
last modified time | relevance | path

Searched refs:value_p (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvopbd.c70 GXV_LookupValueCPtr value_p, in gxv_opbd_LookupValue_validate() argument
74 FT_Bytes p = valid->root->base + value_p->u; in gxv_opbd_LookupValue_validate()
80 if ( value_p->u < GXV_OPBD_DATA( valueOffset_min ) ) in gxv_opbd_LookupValue_validate()
81 GXV_OPBD_DATA( valueOffset_min ) = value_p->u; in gxv_opbd_LookupValue_validate()
A Dgxvjust.c405 GXV_LookupValueCPtr value_p, in gxv_just_pcTable_LookupValue_entry_validate() argument
410 if ( value_p->u > GXV_JUST_DATA( pc_offset_max ) ) in gxv_just_pcTable_LookupValue_entry_validate()
411 GXV_JUST_DATA( pc_offset_max ) = value_p->u; in gxv_just_pcTable_LookupValue_entry_validate()
412 if ( value_p->u < GXV_JUST_DATA( pc_offset_max ) ) in gxv_just_pcTable_LookupValue_entry_validate()
413 GXV_JUST_DATA( pc_offset_min ) = value_p->u; in gxv_just_pcTable_LookupValue_entry_validate()
541 GXV_LookupValueCPtr value_p, in gxv_just_wdcTable_LookupValue_validate() argument
546 if ( value_p->u > GXV_JUST_DATA( wdc_offset_max ) ) in gxv_just_wdcTable_LookupValue_validate()
547 GXV_JUST_DATA( wdc_offset_max ) = value_p->u; in gxv_just_wdcTable_LookupValue_validate()
548 if ( value_p->u < GXV_JUST_DATA( wdc_offset_min ) ) in gxv_just_wdcTable_LookupValue_validate()
549 GXV_JUST_DATA( wdc_offset_min ) = value_p->u; in gxv_just_wdcTable_LookupValue_validate()
A Dgxvmort4.c43 GXV_LookupValueCPtr value_p, in gxv_mort_subtable_type4_lookupval_validate() argument
48 gxv_glyphid_validate( value_p->u, valid ); in gxv_mort_subtable_type4_lookupval_validate()
A Dgxvmorx1.c161 GXV_LookupValueCPtr value_p, in gxv_morx_subtable_type1_LookupValue_validate() argument
166 GXV_TRACE(( "morx subtable type1 subst.: %d -> %d\n", glyph, value_p->u )); in gxv_morx_subtable_type1_LookupValue_validate()
168 if ( value_p->u > valid->face->num_glyphs ) in gxv_morx_subtable_type1_LookupValue_validate()
A Dgxvlcar.c86 GXV_LookupValueCPtr value_p, in gxv_lcar_LookupValue_validate() argument
89 FT_Bytes p = valid->root->base + value_p->u; in gxv_lcar_LookupValue_validate()
A Dgxvprop.c189 GXV_LookupValueCPtr value_p, in gxv_prop_LookupValue_validate() argument
192 gxv_prop_property_validate( value_p->u, glyph, valid ); in gxv_prop_LookupValue_validate()
A Dgxvbsln.c74 GXV_LookupValueCPtr value_p, in gxv_bsln_LookupValue_validate() argument
77 FT_UShort v = value_p->u; in gxv_bsln_LookupValue_validate()
A Dgxvcommn.c1345 GXV_LookupValueCPtr value_p, in gxv_XClassTable_lookupval_validate() argument
1350 if ( value_p->u >= valid->xstatetable.nClasses ) in gxv_XClassTable_lookupval_validate()
1352 if ( value_p->u > valid->xstatetable.maxClassID ) in gxv_XClassTable_lookupval_validate()
1353 valid->xstatetable.maxClassID = value_p->u; in gxv_XClassTable_lookupval_validate()
A Dgxvcommn.h108 GXV_LookupValueCPtr value_p,

Completed in 13 milliseconds