X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fhtml%2Fharfbuzz-hb-shape-plan.html;h=577c556b8fd0526efb726442c1d19d87516b76f5;hb=a280f8312cc9b27515efbab292b95b9d147a2b73;hp=e9c3501e2c253f8ab5e8c7e19a05d67c5338795d;hpb=610626019cd10944b76622e30b2610910bf4b2b8;p=platform%2Fupstream%2Fharfbuzz.git diff --git a/docs/html/harfbuzz-hb-shape-plan.html b/docs/html/harfbuzz-hb-shape-plan.html index e9c3501..577c556 100644 --- a/docs/html/harfbuzz-hb-shape-plan.html +++ b/docs/html/harfbuzz-hb-shape-plan.html @@ -5,7 +5,7 @@ hb-shape-plan: HarfBuzz Manual - + @@ -15,10 +15,11 @@ - + @@ -41,7 +42,7 @@ -hb_shape_plan_t * +hb_shape_plan_t * hb_shape_plan_create () @@ -49,7 +50,7 @@ -hb_shape_plan_t * +hb_shape_plan_t * hb_shape_plan_create_cached () @@ -57,7 +58,7 @@ -hb_shape_plan_t * +hb_shape_plan_t * hb_shape_plan_create2 () @@ -65,7 +66,7 @@ -hb_shape_plan_t * +hb_shape_plan_t * hb_shape_plan_create_cached2 () @@ -89,7 +90,7 @@ -hb_shape_plan_t * +hb_shape_plan_t * hb_shape_plan_get_empty () @@ -112,7 +113,7 @@ -hb_shape_plan_t * +hb_shape_plan_t * hb_shape_plan_reference () @@ -129,7 +130,7 @@ -
+

Types and Values

@@ -138,11 +139,17 @@ - +
typedefhb_shape_plan_thb_shape_plan_t
+

Object Hierarchy

+
    GBoxed
+    ╰── hb_shape_plan_t
+
+
+

Includes

#include <hb.h>
 
@@ -158,10 +165,10 @@ Most client would not need to deal with shape plans directly.

Functions

hb_shape_plan_create ()

-
hb_shape_plan_t *
-hb_shape_plan_create (hb_face_t *face,
-                      const hb_segment_properties_t *props,
-                      const hb_feature_t *user_features,
+
hb_shape_plan_t *
+hb_shape_plan_create (hb_face_t *face,
+                      const hb_segment_properties_t *props,
+                      const hb_feature_t *user_features,
                       unsigned int num_user_features,
                       const char * const *shaper_list);

[Xconstructor]

@@ -197,10 +204,10 @@ hb_shape_plan_create (

hb_shape_plan_create_cached ()

-
hb_shape_plan_t *
-hb_shape_plan_create_cached (hb_face_t *face,
-                             const hb_segment_properties_t *props,
-                             const hb_feature_t *user_features,
+
hb_shape_plan_t *
+hb_shape_plan_create_cached (hb_face_t *face,
+                             const hb_segment_properties_t *props,
+                             const hb_feature_t *user_features,
                              unsigned int num_user_features,
                              const char * const *shaper_list);
@@ -235,10 +242,10 @@ hb_shape_plan_create_cached (

hb_shape_plan_create2 ()

-
hb_shape_plan_t *
-hb_shape_plan_create2 (hb_face_t *face,
-                       const hb_segment_properties_t *props,
-                       const hb_feature_t *user_features,
+
hb_shape_plan_t *
+hb_shape_plan_create2 (hb_face_t *face,
+                       const hb_segment_properties_t *props,
+                       const hb_feature_t *user_features,
                        unsigned int num_user_features,
                        const int *coords,
                        unsigned int num_coords,
@@ -247,10 +254,10 @@ hb_shape_plan_create2 (
 

hb_shape_plan_create_cached2 ()

-
hb_shape_plan_t *
-hb_shape_plan_create_cached2 (hb_face_t *face,
-                              const hb_segment_properties_t *props,
-                              const hb_feature_t *user_features,
+
hb_shape_plan_t *
+hb_shape_plan_create_cached2 (hb_face_t *face,
+                              const hb_segment_properties_t *props,
+                              const hb_feature_t *user_features,
                               unsigned int num_user_features,
                               const int *coords,
                               unsigned int num_coords,
@@ -260,7 +267,7 @@ hb_shape_plan_create_cached2 (
 

hb_shape_plan_destroy ()

void
-hb_shape_plan_destroy (hb_shape_plan_t *shape_plan);
+hb_shape_plan_destroy (hb_shape_plan_t *shape_plan);

[skip]

Parameters

@@ -283,10 +290,10 @@ hb_shape_plan_destroy (

hb_shape_plan_execute ()

hb_bool_t
-hb_shape_plan_execute (hb_shape_plan_t *shape_plan,
-                       hb_font_t *font,
-                       hb_buffer_t *buffer,
-                       const hb_feature_t *features,
+hb_shape_plan_execute (hb_shape_plan_t *shape_plan,
+                       hb_font_t *font,
+                       hb_buffer_t *buffer,
+                       const hb_feature_t *features,
                        unsigned int num_features);

Parameters

@@ -325,7 +332,7 @@ hb_shape_plan_execute (

hb_shape_plan_get_empty ()

-
hb_shape_plan_t *
+
hb_shape_plan_t *
 hb_shape_plan_get_empty (void);

Returns

@@ -338,7 +345,7 @@ hb_shape_plan_get_empty (void

hb_shape_plan_get_shaper ()

const char *
-hb_shape_plan_get_shaper (hb_shape_plan_t *shape_plan);
+hb_shape_plan_get_shaper (hb_shape_plan_t *shape_plan);

Parameters

@@ -365,8 +372,8 @@ hb_shape_plan_get_shaper (

hb_shape_plan_get_user_data ()

void *
-hb_shape_plan_get_user_data (hb_shape_plan_t *shape_plan,
-                             hb_user_data_key_t *key);
+hb_shape_plan_get_user_data (hb_shape_plan_t *shape_plan, + hb_user_data_key_t *key);

[skip]

Parameters

@@ -393,8 +400,8 @@ hb_shape_plan_get_user_data (

hb_shape_plan_reference ()

-
hb_shape_plan_t *
-hb_shape_plan_reference (hb_shape_plan_t *shape_plan);
+
hb_shape_plan_t *
+hb_shape_plan_reference (hb_shape_plan_t *shape_plan);

[skip]

Parameters

@@ -422,8 +429,8 @@ hb_shape_plan_reference (

hb_shape_plan_set_user_data ()

hb_bool_t
-hb_shape_plan_set_user_data (hb_shape_plan_t *shape_plan,
-                             hb_user_data_key_t *key,
+hb_shape_plan_set_user_data (hb_shape_plan_t *shape_plan,
+                             hb_user_data_key_t *key,
                              void *data,
                              hb_destroy_func_t destroy,
                              hb_bool_t replace);