Lines Matching defs:format
211 // set the color as clipboard content (text in RRGGBBAA format)
1107 // there is no specific plain SVG input extension, so if we can paste the Inkscape SVG format,
1327 UINT format = EnumClipboardFormats(0);
1328 while (format) {
1329 if (format == CF_ENHMETAFILE || format == CF_DIB || format == CF_BITMAP) {
1332 format = EnumClipboardFormats(format);
1336 if (format == CF_ENHMETAFILE) {
1339 if (format == CF_DIB || format == CF_BITMAP) {
1401 // Note: Metafile is the only format that is rendered and stored in clipboard