Searched refs:ord (Results 1 - 10 of 10) sorted by relevance

/inkscape/share/extensions/
H A Ddm2svg.py45 if ord(tag) > 128:
52 layer = 'layer%d' % (ord(f.read(1)) + 1)
57 timestamp += ord(f.read(1)) * 20
67 if ord(f.read(1)) >= 128:
83 x1, x2, y1, y2 = map(ord, f.read(4))
H A Dhershey.py77 letterVals = [ord(q) - 32 for q in self.options.text]
H A Dprint_win32_vector.py202 self.scale = (ord(pDevMode[58]) + 256.0*ord(pDevMode[59]))/96 # use PrintQuality from DEVMODE
H A Drender_barcode_datamatrix.py308 if ord(char) >= 48 and ord(char) <= 57:
325 ascii.append( ord(text[i] ) + 1 ) #codeword is ASCII value + 1 (ISO 16022:2006 5.2.3)
H A Drender_barcode_qrcode.py42 buffer.put(ord(self.data[i]), 8)
/inkscape/src/2geom/
H A Dbezier.h142 Bezier(Coord const c[], unsigned ord) argument
143 : c_(c, ord+1)
169 Bezier(Order ord) : c_(0., ord.order+1) { argument
170 assert(ord.order == order());
H A Dbezier-curve.h201 unsigned ord = points.size() - 1; local
202 if (ord != degree) THROW_LOGICALERROR("BezierCurve<degree> does not match number of points");
204 inner[d] = Bezier(Bezier::Order(ord));
205 for(unsigned i = 0; i <= ord; i++)
H A Dcurve.cpp39 #include <2geom/ord.h>
H A Dpath-intersection.cpp3 #include <2geom/ord.h>
/inkscape/src/libavoid/
H A Dorthogonal.cpp2002 CmpLineOrder(PtOrderMap& ord, const size_t dim) argument
2003 : orders(ord),

Completed in 1874 milliseconds