Searched refs:featureType (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A D | gxvmort.c | 46 if ( f->featureType >= gxv_feat_registry_length ) in gxv_mort_feature_validate() 48 GXV_TRACE(( "featureType %d is out of registered range, " in gxv_mort_feature_validate() 50 f->featureType, f->featureSetting )); in gxv_mort_feature_validate() 53 else if ( !gxv_feat_registry[f->featureType].existence ) in gxv_mort_feature_validate() 55 GXV_TRACE(( "featureType %d is within registered area " in gxv_mort_feature_validate() 57 f->featureType, f->featureSetting )); in gxv_mort_feature_validate() 66 nSettings_max = gxv_feat_registry[f->featureType].nSettings; in gxv_mort_feature_validate() 67 if ( gxv_feat_registry[f->featureType].exclusive ) in gxv_mort_feature_validate() 70 GXV_TRACE(( "featureType %d is registered", f->featureType )); in gxv_mort_feature_validate() [all...] |
H A D | gxvmort.h | 42 FT_UShort featureType; member 52 ( (f).featureType == 0 || \
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkDeviceFeatures.hpp | 87 void initFeatureFromBlob(FeatureType& featureType, const AllFeaturesBlobs& allFeaturesBlobs); 90 void initFeatureFromBlobWrapper(FeatureType& featureType, const AllFeaturesBlobs& allFeaturesBlobs) in initFeatureFromBlobWrapper() argument 92 initFeatureFromBlob<FeatureType>(featureType, allFeaturesBlobs); in initFeatureFromBlobWrapper()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | generator.py | 961 def validateFeature(self, featureType, featureName): 964 raise UserWarning('Attempt to generate', featureType,
|
/third_party/vulkan-headers/registry/ |
H A D | generator.py | 961 def validateFeature(self, featureType, featureName): 964 raise UserWarning('Attempt to generate', featureType,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-morx-table.hh | 856 HBUINT16 featureType; /* The type of feature. */ member 965 hb_aat_layout_feature_type_t type = (hb_aat_layout_feature_type_t) (unsigned int) feature.featureType; in compile_flags()
|
Completed in 13 milliseconds