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

/inkscape/src/
H A Dsp-gradient.h27 #include "sp-mesh-array.h"
49 POINT_LG_BEGIN = 0, //start enum at 0 (for indexing into gr_knot_shapes array for example)
136 /** Composed array (for mesh gradients) */
137 SPMeshNodeArray array; member in class:SPGradient
138 SPMeshNodeArray array_smoothed; // Smoothed version of array
166 /** Forces array (mesh) to be built, if not present (i.e. changed) */
169 /** Ensures that color array is populated */
/inkscape/src/ui/dialog/
H A Ddocument-properties.cpp221 * array that has two entries per table row. The two entries code for four
407 Gtk::Widget *const array[] = member in class:Inkscape::UI::Dialog::Gtk
425 attach_all(_page_snap->table(), array, G_N_ELEMENTS(array));
/inkscape/src/libuemf/
H A Duemf.c204 D = UP4(C); /* pixel array might not be a multiples of 4 bytes*/ \
304 \brief Make up an approximate dx array to pass to emrtext_set(), based on character height and weight.
310 \return pointer to dx array
614 \param px DIB pixel array
615 \param cbPx DIB pixel array size in bytes
618 \param rgba_px U_RGBA pixel array (32 bits)
619 \param w Width of pixel array
620 \param h Height of pixel array
621 \param stride Row stride of input pixel array in bytes
722 case U_BCBM_MONOCHROME: // 2 colors. bmiColors array ha
1620 rectli_set( PU_RECTL array, int index, U_POINTL ul, U_POINTL lr ) argument
[all...]

Completed in 79 milliseconds