Home
last modified time | relevance | path

Searched refs:roundFunc (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/pens/
H A DroundingPen.py31 def __init__(self, outPen, roundFunc=otRound): argument
33 self.roundFunc = roundFunc
36 self._outPen.moveTo((self.roundFunc(pt[0]), self.roundFunc(pt[1])))
39 self._outPen.lineTo((self.roundFunc(pt[0]), self.roundFunc(pt[1])))
43 *((self.roundFunc(x), self.roundFunc(y)) for x, y in points)
48 *((self.roundFunc(x), self.roundFunc(y)) for x, y in points)
56 self.roundFunc(transformation[4]),
57 self.roundFunc(transformation[5]),
90 def __init__(self, outPen, roundFunc=otRound): argument
92 self.roundFunc = roundFunc
[all …]
H A Dt2CharStringPen.py4 from fontTools.misc.roundTools import otRound, roundFunc
23 self.round = roundFunc(roundTolerance)
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/misc/
H A DroundTools.py48 def roundFunc(tolerance, round=otRound): function
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dfunc.c142 static void roundFunc(sqlite_func *context, int argc, const char **argv){ in roundFunc() function
579 { "round", 1, SQLITE_NUMERIC, 0, roundFunc }, in sqliteRegisterBuiltinFunctions()
580 { "round", 2, SQLITE_NUMERIC, 0, roundFunc }, in sqliteRegisterBuiltinFunctions()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dfunc.c142 static void roundFunc(sqlite_func *context, int argc, const char **argv){ in roundFunc() function
579 { "round", 1, SQLITE_NUMERIC, 0, roundFunc }, in sqliteRegisterBuiltinFunctions()
580 { "round", 2, SQLITE_NUMERIC, 0, roundFunc }, in sqliteRegisterBuiltinFunctions()
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/varLib/
H A Dcff.py20 from fontTools.misc.roundTools import roundFunc
515 self.round = roundFunc(roundTolerance, round=round)
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dfunc.c261 static void roundFunc(sqlite3_context *context, int argc, sqlite3_value **argv){ in roundFunc() function
1527 FUNCTION(round, 1, 0, 0, roundFunc ), in sqlite3RegisterGlobalFunctions()
1528 FUNCTION(round, 2, 0, 0, roundFunc ), in sqlite3RegisterGlobalFunctions()
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/antchfx/xpath/
H A Dfunc.go129 func roundFunc(q query, t iterator) interface{} { func
H A Dbuild.go366 f.Func = roundFunc
/dports/net/termshark/termshark-2.1.1/vendor/github.com/antchfx/xpath/
H A Dfunc.go130 func roundFunc(q query, t iterator) interface{} { func
H A Dbuild.go366 f.Func = roundFunc
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/antchfx/xpath/
H A Dfunc.go130 func roundFunc(q query, t iterator) interface{} { func
H A Dbuild.go366 f.Func = roundFunc
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dfunc.c364 static void roundFunc(sqlite3_context *context, int argc, sqlite3_value **argv){ in roundFunc() function
1819 FUNCTION(round, 1, 0, 0, roundFunc ), in sqlite3RegisterBuiltinFunctions()
1820 FUNCTION(round, 2, 0, 0, roundFunc ), in sqlite3RegisterBuiltinFunctions()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dfunc.c394 static void roundFunc(sqlite3_context *context, int argc, sqlite3_value **argv){ in roundFunc() function
1966 FUNCTION(round, 1, 0, 0, roundFunc ), in sqlite3RegisterBuiltinFunctions()
1967 FUNCTION(round, 2, 0, 0, roundFunc ), in sqlite3RegisterBuiltinFunctions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dfunc.c394 static void roundFunc(sqlite3_context *context, int argc, sqlite3_value **argv){ in roundFunc() function
1977 FUNCTION(round, 1, 0, 0, roundFunc ), in sqlite3RegisterBuiltinFunctions()
1978 FUNCTION(round, 2, 0, 0, roundFunc ), in sqlite3RegisterBuiltinFunctions()
/dports/www/ytdl/ytdl-0.6.4/vendor/github.com/antchfx/xpath/
H A Dfunc.go130 func roundFunc(q query, t iterator) interface{} { func
/dports/www/colly/colly-2.1.0/vendor/github.com/antchfx/xpath/
H A Dfunc.go130 func roundFunc(q query, t iterator) interface{} { func
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dfunc.c394 static void roundFunc(sqlite3_context *context, int argc, sqlite3_value **argv){ in roundFunc() function
2177 FUNCTION(round, 1, 0, 0, roundFunc ), in sqlite3RegisterBuiltinFunctions()
2178 FUNCTION(round, 2, 0, 0, roundFunc ), in sqlite3RegisterBuiltinFunctions()
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/antchfx/xpath/
H A Dfunc.go146 func roundFunc(q query, t iterator) interface{} { func
H A Dbuild.go411 f.Func = roundFunc
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/antchfx/xpath/xpath-1.2.0/
H A Dfunc.go146 func roundFunc(q query, t iterator) interface{} { func
H A Dbuild.go411 f.Func = roundFunc
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/xyproto/heic/heic-1.0.0/vendor/github.com/antchfx/xpath/
H A Dfunc.go146 func roundFunc(q query, t iterator) interface{} { func
H A Dbuild.go411 f.Func = roundFunc

12345678