Searched defs:pad (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/dialog/
H A Dicon-preview.cpp211 int pad = 12; local
212 if ((avail < pad) || ((sizes[i] > avail) && (sizes[i] < previous))) {
226 avail -= pad; // a little extra for padding
H A Dglyphs.cpp488 Gtk::Label *pad = new Gtk::Label(" "); local
489 box->pack_start(*Gtk::manage(pad), Gtk::PACK_SHRINK);
494 pad = new Gtk::Label("");
495 box->pack_start(*Gtk::manage(pad), Gtk::PACK_EXPAND_WIDGET);
/inkscape/src/libuemf/
H A Duemf.c640 int pad; local
668 pad = UP4(usedbytes) - usedbytes; // DIB rows must be aligned on 4 byte boundaries, they are padded at the end to accomplish this.;
669 *cbPx = h * (usedbytes + pad); // Rows must start on a 4 byte boundary!
790 if(pad){
791 memset(pxptr,0,pad); // not strictly necessary, but set all bytes so that we can find important unset ones with valgrind
792 pxptr += pad;
938 int pad; local
963 pad = UP4(usedbytes) - usedbytes; // DIB rows must be aligned on 4 byte boundaries, they are padded at the end to accomplish this.;
1051 for(j=0; j<pad; j++){ pxptr++; } // DIB rows are all 4 byte aligned
1986 wchar16strncpypad(lf.lfFaceName, lfFaceName, U_LF_FACESIZE); // pad thi
[all...]
H A Dupmf.c1635 uint32_t pad = (0x3 & cbFont ? 2 : 0); local
1644 {NULL, pad, (pad ? 1 : 0), (pad ? U_XE : U_XX)}, /* Entire record must be a multiple of 4 */
1709 int pad; local
1724 pad = (0x3 & (Points->Used + Types->Used));
1725 if(pad){ pad = 4 - pad; }
1733 {NULL, pad, (pa
1752 int pad = (0x3 & Path->Elements); local
1779 int pad = (0x3 & Path->Elements); local
4453 uint32_t pad = (0x1 & Length ? 2 : 0); local
[all...]

Completed in 36 milliseconds