summaryrefslogtreecommitdiff
path: root/vapi/metadata/HarfBuzz-0.0.metadata
diff options
context:
space:
mode:
Diffstat (limited to 'vapi/metadata/HarfBuzz-0.0.metadata')
-rw-r--r--vapi/metadata/HarfBuzz-0.0.metadata25
1 files changed, 25 insertions, 0 deletions
diff --git a/vapi/metadata/HarfBuzz-0.0.metadata b/vapi/metadata/HarfBuzz-0.0.metadata
index dec0bbac2..e2a506445 100644
--- a/vapi/metadata/HarfBuzz-0.0.metadata
+++ b/vapi/metadata/HarfBuzz-0.0.metadata
@@ -6,7 +6,10 @@ LANGUAGE_INVALID skip
// classes
buffer_t name="Buffer" lower_case_cprefix="hb_buffer_"
blob_t name="Blob" lower_case_cprefix="hb_blob_"
+color_line_t name="ColorLine" lower_case_cprefix="hb_color_line_"
+color_stop_t name="ColorStop" lower_case_cprefix="hb_color_stop_"
draw_funcs_t name="DrawFuncs"
+draw_state_t name="DrawState" lower_case_cprefix="hb_draw_state_"
face_t name="Face" lower_case_cprefix="hb_face_"
feature_t name="Feature" lower_case_cprefix="hb_feature_"
font_funcs_t name="FontFuncs" lower_case_cprefix="hb_font_funcs_"
@@ -17,6 +20,7 @@ language_t name="Language"
map_t name="Map" lower_case_cprefix="hb_map_"
ot_math_glyph_part_t name="OtMathGlypthPart"
ot_math_glyph_variant_t name="OtMathGlypthVariant"
+paint_funcs_t name="PaintFuncs"
segment_properties_t name="SegmentProperties" lower_case_cprefix="hb_segment_properties_"
set_t name="Set" lower_case_cprefix="hb_set_"
shape_plan_t name="ShapePlan" lower_case_cprefix="hb_shape_plan_"
@@ -43,11 +47,14 @@ variation_t name="Variation"
// delegates
buffer_message_func_t name="BufferMessageFunc"
destroy_func_t name="DestroyFunc"
+color_line_get_color_stops_func_t name="ColorLineGetColorStopsFunc"
+color_line_get_extend_func_t name="ColorLineGetExtendFunc"
draw_close_path_func_t name="DrawClosePathFunc"
draw_cubic_to_func_t name="DrawCubicToFunc"
draw_line_to_func_t name="DrawLineToFunc"
draw_move_to_func_t name="DrawMoveToFunc"
draw_quadratic_to_func_t name="DrawQuadraticToFunc"
+font_draw_glyph_func_t name="FontDrawGlyphFunc"
font_get_font_extents_func_t name="FontGetFontExtentsFunc"
font_get_font_h_extents_func_t name="FontGetFontHExtentsFunc"
font_get_font_v_extents_func_t name="FontGetFontVExtentsFunc"
@@ -71,7 +78,21 @@ font_get_glyph_v_origin_func_t name="FontGetGlyphVOriginFunc"
font_get_nominal_glyph_func_t name="FontGetNominalGlyphFunc"
font_get_nominal_glyphs_func_t name="FontGetNominalGlyphsFunc"
font_get_variation_glyph_func_t name="FontGetVariantGlyphFunc"
+font_paint_glyph_func_t name="FontPaintGlyphFunc"
reference_table_func_t name="ReferenceTableFunc"
+paint_color_func_t name="PaintColorFunc"
+paint_custom_palette_color_func_t name="PaintCustomPaletteColorFunc"
+paint_image_func_t name="PaintImageFunc"
+paint_linear_gradient_func_t name="PaintLinearGradientFunc"
+paint_pop_clip_func_t name="PaintPopClipFunc"
+paint_pop_group_func_t name="PaintPopGroupFunc"
+paint_pop_transform_func_t name="PaintPopTransformFunc"
+paint_push_clip_glyph_func_t name="PaintPushClipGlyphFunc"
+paint_push_clip_rectangle_func_t name="PaintPushRectangleFunc"
+paint_push_group_func_t name="PaintPushGroupFunc"
+paint_push_transform_func_t name="PaintPushTransformFunc"
+paint_radial_gradient_func_t name="PaintRadialGradientFunc"
+paint_sweep_gradient_func_t name="PaintSweepGradientFunc"
unicode_combining_class_func_t name="UnicodeCombiningClassFunc"
unicode_compose_func_t name="UnicodeComposeFunc"
unicode_decompose_compatibility_func_t name="UnicodedeComposeCompatibilityFunc"
@@ -101,7 +122,10 @@ ot_math_glyph_part_flags_t name="OtMathGlyphPartFlags"
ot_math_kern_t name="OtMathKern"
ot_meta_tag_t name="OtMetaTag"
ot_metrics_tag_t name="OtMetricsTag"
+ot_name_id_predefined_t name="OtNameIdPredefined"
ot_var_axis_flags_t name="OtVarAxisFlags"
+paint_composite_mode_t name="PaintCompositeMode"
+paint_extend_t name="PaintExtend"
script_t name="Script"
unicode_combining_class_t name="UnicodeCombiningClass"
unicode_general_category_t name="UnicodeGeneralCategory"
@@ -120,6 +144,7 @@ feature_*#function name="feature_(.+)" parent="HarfBuzz.Feature"
font_*#function name="font_(.+)" parent="HarfBuzz.Font"
font_funcs_*#function name="font_funcs_(.+)" parent="HarfBuzz.FontFuncs"
map_*#function name="map_(.+)" parent="HarfBuzz.Map"
+paint_funcs_*#function name="paint_funcs_(.+)" parent="HarfBuzz.PaintFuncs"
set_*#function name="set_(.+)" parent="HarfBuzz.Set"
segment_properties_*#function name="segment_properties_(.+)" parent="HarfBuzz.SegmentProperties"
shape_plan_*#function name="shape_plan_(.+)" parent="HarfBuzz.ShapePlan"