Searched refs:x000 (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/libuemf/ |
H A D | uwmf.c | 1185 table[0x05] = 0x000; // U_WMRSETRELABS 0 0 0 0 0 0 0 0 0 0 No idea what this is supposed to do 1188 table[0x08] = 0x000; // U_WMRSETTEXTCHAREXTRA 0 0 0 0 0 0 0 0 0 0 1195 table[0x0F] = 0x000; // U_WMROFFSETWINDOWORG 0 0 0 0 0 0 0 0 0 0 1196 table[0x10] = 0x000; // U_WMRSCALEWINDOWEXT 0 0 0 0 0 0 0 0 0 0 1209 table[0x1D] = 0x000; // U_WMRPATBLT 0 0 1 0 0 0 0 1 1 1 1231 table[0x33] = 0x000; // U_WMRSETDIBTODEV 0 0 0 0 0 0 0 0 0 0 1238 table[0x3A] = 0x000; // U_WMR3A 0 0 0 0 0 0 0 0 0 0 1239 table[0x3B] = 0x000; // U_WMR3B 0 0 0 0 0 0 0 0 0 0 1240 table[0x3C] = 0x000; // U_WMR3C 0 0 0 0 0 0 0 0 0 0 1241 table[0x3D] = 0x000; // U_WMR3 [all...] |
/inkscape/src/helper/ |
H A D | geom.cpp | 34 cubic_bbox (Geom::Coord x000, Geom::Coord y000, Geom::Coord x001, Geom::Coord y001, Geom::Coord x011, Geom::Coord y011, Geom::Coord x111, Geom::Coord y111, Geom::Rect &bbox) argument 41 // It already contains (x000,y000) and (x111,y111) 42 // All points of the Bezier lie in the convex hull of (x000,y000), (x001,y001), (x011,y011) and (x111,y111) 49 * xttt = s * (s * (s * x000 + t * x001) + t * (s * x001 + t * x011)) + t * (s * (s * x001 + t * x011) + t * (s * x011 + t * x111)) 50 * xttt = s * (s2 * x000 + s * t * x001 + t * s * x001 + t2 * x011) + t * (s2 * x001 + s * t * x011 + t * s * x011 + t2 * x111) 51 * xttt = s * (s2 * x000 + 2 * st * x001 + t2 * x011) + t * (s2 * x001 + 2 * st * x011 + t2 * x111) 52 * xttt = s3 * x000 + 2 * s2t * x001 + st2 * x011 + s2t * x001 + 2st2 * x011 + t3 * x111 53 * xttt = s3 * x000 + 3s2t * x001 + 3st2 * x011 + t3 * x111 54 * xttt = s3 * x000 + (1 - s) 3s2 * x001 + (1 - s) * (1 - s) * 3s * x011 + (1 - s) * (1 - s) * (1 - s) * x111 55 * xttt = s3 * x000 259 geom_cubic_bbox_wind_distance(Geom::Coord x000, Geom::Coord y000, Geom::Coord x001, Geom::Coord y001, Geom::Coord x011, Geom::Coord y011, Geom::Coord x111, Geom::Coord y111, Geom::Point const &pt, Geom::Rect *bbox, int *wind, Geom::Coord *best, Geom::Coord tolerance) argument [all...] |
/inkscape/src/extension/internal/ |
H A D | text_reassemble.h | 64 #define TXTDECOR_NONE 0x000 /**< text is not decorated (default) */ 71 #define TXTDECOR_SOLID 0x000 /**< draw as single solid line */
|
Completed in 32 milliseconds