Lines Matching refs:cacher
933 toHex = cacher(function (color) {
948 toHex = cacher(function (color) {
1209 function cacher(f, scope, postprocessor) { function
1273 R.getRGB = cacher(function (colour) {
1355 R.hsb = cacher(function (h, s, b) {
1369 R.hsl = cacher(function (h, s, l) {
1383 R.rgb = cacher(function (r, g, b) {
1516 R.parseTransformString = cacher(function (TString) {
2223 rotate = cacher(function (x, y, rad) {
2312 curveDim = cacher(function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) {
2355 path2curve = R._path2curve = cacher(function (path, path2) {
2466 parseDots = R._parseDots = cacher(function (gradient) {