Searched defs:clusters (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libcola/
H A Ddefs.h37 int nvars; /* total count of vars in clusters */
38 int nclusters; /* number of clusters */
40 int **clusters; /* list of var indices for constituents of each c */ member in struct:cluster_data
107 int nvars; /* total count of vars in clusters */
108 int nclusters; /* number of clusters */
110 int **clusters; /* list of var indices for constituents of each c */ member in struct:cluster_data
H A Dcola.h220 Clusters* clusters; member in class:cola::ConstrainedMajorizationLayout
/inkscape/src/display/
H A Dnr-svgfonts.cpp57 cairo_text_cluster_t **clusters,
62 return instance->scaled_font_text_to_glyphs(scaled_font, utf8, utf8_len, glyphs, num_glyphs, clusters, num_clusters, flags);
154 cairo_text_cluster_t **/*clusters*/,
52 font_text_to_glyphs_cb( cairo_scaled_font_t *scaled_font, const char *utf8, int utf8_len, cairo_glyph_t **glyphs, int *num_glyphs, cairo_text_cluster_t **clusters, int *num_clusters, cairo_text_cluster_flags_t *flags) argument

Completed in 16 milliseconds