Searched refs:x01 (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/display/
H A Dgrayscale.cpp53 unsigned blue_plus_one = (luminance & 0x01) ? 1 : 0;
H A Dnr-style.h90 #define TEXT_DECORATION_LINE_SET 0x01
98 #define TEXT_DECORATION_STYLE_SET 0x01
/inkscape/src/libuemf/
H A Dupmf.h331 #define U_BDT_Compressed 0x01 //!< Data is a compressed bitmap (like a PNG).
340 #define U_BT_HatchFill 0x01 //!< Hatch Fill brush.
352 #define U_CM_Intersect 0x01 //!< Region becomes intersection of existing region and new region.
365 #define U_CMS_Copy 0x01 //!< Source over writes destination.
373 #define U_CQ_Default 0x01 //!< Default compositing quality
386 #define U_CA_Density 0x01 //!< Density color curve adjustment
401 #define U_CC_Red 0x01 //!< Red color channel
412 #define U_CLCDT_AdjustableArrow 0x01 //!< Adjustable Arrow custom line cap
431 #define U_FT_Point 0x01 //!< Point filtering
444 #define U_GV_1 0x01 //!<
[all...]
H A Duemf.h387 #define U_TA_UPDATECP 0x01 //!< Reference point moves to end of next text drawn.
1408 #define U_CLIP_CHARACTER_PRECIS 0x01 //!< Use character clipping precision
1434 #define U_FIXED_PITCH 0x01 //!< Fixed pitch
H A Duwmf.h526 #define U_PC_RESERVED 0x01 //!< used for animation
H A Duwmf.c1176 // 0x200 0x100 0x80 0x40 0x20 0x10 0x08 0x04 0x02 0x01
1181 table[0x01] = 0x020; // U_WMRSETBKCOLOR 0 0 0 0 1 0 0 0 0 0
/inkscape/src/extension/internal/
H A Dtext_reassemble.h51 #define BKCLR_FRAG 0x01 /**< each fragment of text is underwritten with background color */
91 #define ALILEFT 0x01 /**< text object horizontal alignment = left */
105 #define LDIR_RL 0x01 /**< right to left */
112 #define TR_EMFBOT 0x01 /**< use an approximation compatible with EMF file's "BOTTOM" text orientation, which is not the "bottom" for Freetype fonts */
H A Demf-inout.h28 #define DIRTY_TEXT 0x01
H A Dwmf-inout.h25 #define DIRTY_TEXT 0x01
H A Dtext_reassemble.c97 0x01, 0x02, 0x03, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x06,
115 0x00, 0x00, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D,
/inkscape/src/io/
H A Dgzipstream.cpp148 #define FTEXT 0x01
/inkscape/src/util/
H A Dziptool.cpp1089 outb = (outb << 1) | (code & 0x01);
1409 putBits(0x01, 1); //1 -- last block
1410 putBits(0x01, 2); //01 -- static trees
1728 //bool ftext = ch & 0x01;
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp1935 double x01, y01, x12, y12, x20, y20; local
1955 x01 = 0.5 * (x0 + x1);
1968 gouraudFillTriangle(x0, y0, color0, x01, y01, &color01,
1970 gouraudFillTriangle(x01, y01, &color01, x1, y1, color1,
1972 gouraudFillTriangle(x01, y01, &color01, x12, y12, &color12,
/inkscape/src/livarot/
H A DPathSimplify.cpp337 data.fk[i] = ( pts[off + i].isMoveTo == polyline_forced ) ? 0x01 : 0x00;
791 fk[i] = 0x01;

Completed in 135 milliseconds