Searched defs:pfd (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/widgets/
H A Dspw-utilities.cpp302 PangoFontDescription* pfd = pango_context_get_font_description (pc); local
303 guint size = pango_font_description_get_size (pfd);
/inkscape/src/libnrtype/
H A DTextWrapper.cpp480 PangoFontDescription *pfd = pango_font_describe(curPF); local
481 curF = font_src->Face(pfd);
482 pango_font_description_free(pfd);
870 PangoFontDescription *pfd = pango_font_describe(curPF); local
871 font_instance *curF = f_src->Face(pfd);
876 pango_font_description_free(pfd);
H A DFontFactory.cpp254 PangoFontDescription *pfd = pango_font_description_from_string ( style.c_str() ); local
256 pango_font_description_get_weight ( pfd ) * 1000000 +
257 pango_font_description_get_style ( pfd ) * 10000 +
258 pango_font_description_get_stretch( pfd ) * 100 +
259 pango_font_description_get_variant( pfd );
260 pango_font_description_free ( pfd );
/inkscape/src/libuemf/
H A Duemf.c2351 U_PIXELFORMATDESCRIPTOR pfd; local
2352 pfd.nSize = sizeof(U_PIXELFORMATDESCRIPTOR);
2353 pfd.nVersion = 1;
2354 pfd.dwFlags = dwFlags;
2355 pfd.iPixelType = iPixelType;
2356 pfd.cColorBits = cColorBits;
2357 pfd.cRedBits = cRedBits;
2358 pfd.cRedShift = cRedShift;
2359 pfd.cGreenBits = cGreenBits;
2360 pfd
[all...]
H A Duemf.h1926 \brief For U_EMRPIXELFORMAT pfd field
3114 U_PIXELFORMATDESCRIPTOR pfd; //!< PixelFormatDescriptor member in struct:__anon213
3603 char *U_EMRPIXELFORMAT_set(const U_PIXELFORMATDESCRIPTOR pfd);

Completed in 725 milliseconds