Home
last modified time | relevance | path

Searched refs:_paintMethod (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h323 _paintMethod(paintMethod_) in DrawableAlpha()
357 _paintMethod=paintMethod_; in paintMethod()
362 return(_paintMethod); in paintMethod()
369 PaintMethod _paintMethod; variable
690 _paintMethod(paintMethod_) in DrawableColor()
721 _paintMethod = paintMethod_; in paintMethod()
725 return _paintMethod; in paintMethod()
731 PaintMethod _paintMethod; variable
/external/ImageMagick/Magick++/lib/
DDrawable.cpp242 DrawAlpha(context_,_x,_y,_paintMethod); in operator ()()
505 DrawColor( context_, _x, _y, _paintMethod ); in operator ()()