Lines Matching refs:buff
198 char buff[1024];
199 memset(buff, 0, sizeof(buff));
208 snprintf(buff, sizeof(buff) - 1, "Inkscape %s (%s)\1%s\1", Inkscape::version_string, __DATE__, p);
209 uint16_t *Description = U_Utf8ToUtf16le(buff, 0, NULL);
248 snprintf(buff, sizeof(buff) - 1, "Screen=%dx%dpx, %dx%dmm", PixelsX, PixelsY, MMX, MMY);
249 rec = textcomment_set(buff);
256 snprintf(buff, sizeof(buff) - 1, "Drawing=%.1fx%.1fpx, %.1fx%.1fmm", _width, _height, Inkscape::Util::Quantity::convert(dwInchesX, "in", "mm"), Inkscape::Util::Quantity::convert(dwInchesY, "in", "mm"));
259 rec = textcomment_set(buff);