Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h308 _paintMethod(paintMethod_) in DrawableAlpha()
342 _paintMethod=paintMethod_; in paintMethod()
347 return(_paintMethod); in paintMethod()
354 PaintMethod _paintMethod; variable
675 _paintMethod(paintMethod_) in DrawableColor()
706 _paintMethod = paintMethod_; in paintMethod()
710 return _paintMethod; in paintMethod()
716 PaintMethod _paintMethod; variable
/external/ImageMagick/Magick++/lib/
DDrawable.cpp211 DrawAlpha(context_,_x,_y,_paintMethod); in operator ()()
474 DrawColor( context_, _x, _y, _paintMethod ); in operator ()()