Lines Matching refs:cacher
536 toHex = cacher(function (color) {
551 toHex = cacher(function (color) {
812 function cacher(f, scope, postprocessor) { function
876 R.getRGB = cacher(function (colour) {
958 R.hsb = cacher(function (h, s, b) {
972 R.hsl = cacher(function (h, s, l) {
986 R.rgb = cacher(function (r, g, b) {
1120 R.parseTransformString = cacher(function (TString) {
1837 rotate = cacher(function (x, y, rad) {
1926 curveDim = cacher(function (p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y) {
1969 path2curve = R._path2curve = cacher(function (path, path2) {
2110 parseDots = R._parseDots = cacher(function (gradient) {