Searched refs:ord (Results 1 - 10 of 10) sorted by relevance
/inkscape/share/extensions/ |
H A D | dm2svg.py | 45 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 D | hershey.py | 77 letterVals = [ord(q) - 32 for q in self.options.text]
|
H A D | print_win32_vector.py | 202 self.scale = (ord(pDevMode[58]) + 256.0*ord(pDevMode[59]))/96 # use PrintQuality from DEVMODE
|
H A D | render_barcode_datamatrix.py | 308 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 D | render_barcode_qrcode.py | 42 buffer.put(ord(self.data[i]), 8)
|
/inkscape/src/2geom/ |
H A D | bezier.h | 142 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 D | bezier-curve.h | 201 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 D | curve.cpp | 39 #include <2geom/ord.h>
|
H A D | path-intersection.cpp | 3 #include <2geom/ord.h>
|
/inkscape/src/libavoid/ |
H A D | orthogonal.cpp | 2002 CmpLineOrder(PtOrderMap& ord, const size_t dim) argument 2003 : orders(ord),
|
Completed in 47 milliseconds