Lines Matching +defs:text +defs:color
3072 parseRGB: function(color) { argument
3077 parseUnitSize: function (text) { argument
4652 p.color = function color(aValue1, aValue2, aValue3, aValue4) { function
5246 p.status = function(text) { argument
5639 color: "#ccc", property
5659 color: "#111", property
5731 createTextNode = function(text) { argument
11029 drawCommands.push({text:str.substring(start, j), width: lineWidth, offset: yOffset}); property
11032 … drawCommands.push({text:str.substring(start, spaceMark + 1), width: lineWidth, offset: yOffset}); property
11044 drawCommands.push({text:str.substring(start), width: lineWidth, offset: yOffset}); property
11077 p.text = function text() { function
11859 function addAtom(text, type) { argument