Searched refs:x20 (Results 1 - 12 of 12) sorted by relevance

/inkscape/src/display/
H A Dnr-style.h95 #define TEXT_DECORATION_LINE_BLINK 0x20
103 #define TEXT_DECORATION_STYLE_DASHED 0x20
/inkscape/src/extension/internal/
H A Dtext_reassemble.h97 #define ALIBOT 0x20 /**< text object vertical alignment = bottom */
H A Dtext_reassemble.c120 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x21, 0x00,
/inkscape/src/io/
H A Dsys.cpp80 else if ( (utf8name[i] >= 0x20) && ((0x0ff & utf8name[i]) <= 0x7f) )
/inkscape/src/libuemf/
H A Duemf.c350 // 0x80 0x40 0x20 0x10 0x08 0x04 0x02 0x01
371 table[ 18] = 0x20; // U_EMRSETBKMODE 0 0 1 0 0 0 0 0
375 table[ 22] = 0x20; // U_EMRSETTEXTALIGN 0 0 1 0 0 0 0 0
377 table[ 24] = 0x20; // U_EMRSETTEXTCOLOR 0 0 1 0 0 0 0 0
378 table[ 25] = 0x20; // U_EMRSETBKCOLOR 0 0 1 0 0 0 0 0
390 table[ 37] = 0x20; // U_EMRSELECTOBJECT 0 0 1 0 0 0 0 0
391 table[ 38] = 0x20; // U_EMRCREATEPEN 0 0 1 0 0 0 0 0
392 table[ 39] = 0x20; // U_EMRCREATEBRUSHINDIRECT 0 0 1 0 0 0 0 0
393 table[ 40] = 0x20; // U_EMRDELETEOBJECT 0 0 1 0 0 0 0 0
435 table[ 82] = 0x20; // U_EMREXTCREATEFONTINDIRECT
[all...]
H A Dsymbol_convert.c106 0x0020, // 0x20 SPACE
368 0x0020, // 0x20 SPACE
629 0x0020, // 0x20 SPACE
878 if(*text >= 0x20 && *text <= 0xFF){ *text += 0xF000; }
H A Duemf.h147 #define U_RDH_OBJSIZE 0x20 //!< For U_RGNDATAHEADER dwSIze field
1412 #define U_CLIP_TT_ALWAYS 0x20 //!< Reserved.
1439 #define U_FF_SWISS 0x20 //!< Font family Swiss
1969 uint32_t dwSize; //!< Size in bytes, must be 0x20 (AKA: U_RDH_OBJSIZE)
H A Dupmf.h1115 #define U_PTP_PathMarker 0x20 //!< Path Marker
2650 /** @brief EMF+ manual 2.3.6.7, Microsoft name: EmfPlusSetTextContrast Record, Index 0x20
H A Duwmf.c1176 // 0x200 0x100 0x80 0x40 0x20 0x10 0x08 0x04 0x02 0x01
1212 table[0x20] = 0x0A0; // U_WMROFFSETCLIPRGN 0 0 1 0 1 0 0 0 0 0
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp1935 double x01, y01, x12, y12, x20, y20; local
1959 x20 = 0.5 * (x2 + x0);
1969 x20, y20, &color20, nComps, depth + 1);
1973 x20, y20, &color20, nComps, depth + 1);
1974 gouraudFillTriangle(x20, y20, &color20, x12, y12, &color12,
/inkscape/src/
H A Ddevice-manager.cpp251 badName = *it < 0x20;
/inkscape/src/widgets/
H A Dicon.cpp411 if ( (0x20 <= ch) && !(0x80 & ch) ) {

Completed in 109 milliseconds