Home
last modified time | relevance | path

Searched refs:DeviceRGBColorObj (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DStyle.cxx309 DeviceRGBColorObj::DeviceRGBColorObj(unsigned char red, unsigned char green, in DeviceRGBColorObj() function in DSSSL_NAMESPACE::DeviceRGBColorObj
317 void DeviceRGBColorObj::set(FOTBuilder &fotb) const in set()
438 return new (interp) DeviceRGBColorObj(0, 0, 0); in makeColor()
507 return new (interp) DeviceRGBColorObj(0, 0, 0); in makeColor()
603 return new (interp) DeviceRGBColorObj(0, 0, 0); in makeColor()
696 return new (interp) DeviceRGBColorObj(0, 0, 0); in makeColor()
751 return new (interp) DeviceRGBColorObj(0, 0, 0); in makeColor()
782 return new (interp) DeviceRGBColorObj(0, 0, 0); in makeColor()
804 return new (interp) DeviceRGBColorObj(c, c, c); in makeColor()
813 return new (interp) DeviceRGBColorObj(0, 0, 0); in makeColor()
[all …]
H A DStyle.h151 class DeviceRGBColorObj : public ColorObj {
153 DeviceRGBColorObj(unsigned char, unsigned char, unsigned char);
H A DInheritedC.cxx1309 INHERITED_C2("color", ColorC, new (*this) DeviceRGBColorObj(0, 0, 0), *this);
H A DInterpreter.cxx34 sizeof(DeviceRGBColorObj), in CheckSosofoInsn()
/dports/textproc/jade/jade-1.2.1/style/
H A DStyle.cxx309 DeviceRGBColorObj::DeviceRGBColorObj(unsigned char red, unsigned char green, in DeviceRGBColorObj() function in DSSSL_NAMESPACE::DeviceRGBColorObj
317 void DeviceRGBColorObj::set(FOTBuilder &fotb) const in set()
322 void DeviceRGBColorObj::setBackground(FOTBuilder &fotb) const in setBackground()
336 return new (interp) DeviceRGBColorObj(0, 0, 0); in makeColor()
357 return new (interp) DeviceRGBColorObj(c[0], c[1], c[2]); in makeColor()
H A DStyle.h151 class DeviceRGBColorObj : public ColorObj {
153 DeviceRGBColorObj(unsigned char, unsigned char, unsigned char);
H A DInterpreter.cxx30 sizeof(DeviceRGBColorObj), in maxObjSize()
H A DInheritedC.cxx1239 INHERITED_C2("color", ColorC, new (*this) DeviceRGBColorObj(0, 0, 0), *this); in installInheritedCs()