Home
last modified time | relevance | path

Searched refs:DrawColor (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/tests/gl_tests/gles1/
DBasicDrawTest.cpp50 TEST_P(BasicDrawTest, DrawColor) in TEST_P() argument
/external/ImageMagick/MagickWand/
Ddrawing-wand.h137 DrawColor(DrawingWand *,const double,const double,const PaintMethod),
Ddrawing-wand.c947 WandExport void DrawColor(DrawingWand *wand, const double x, const double y, in DrawColor() function
/external/ImageMagick/coders/
Dwmf.c956 DrawColor(WmfDrawingWand,XC(flood->pt.x), YC(flood->pt.y), in ipa_flood_interior()
971 DrawColor(WmfDrawingWand, XC(flood->pt.x), YC(flood->pt.y), in ipa_flood_exterior()
974 DrawColor(WmfDrawingWand, XC(flood->pt.x), YC(flood->pt.y), in ipa_flood_exterior()
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1258 using MagickCore::DrawColor;
/external/ImageMagick/Magick++/lib/
DDrawable.cpp474 DrawColor( context_, _x, _y, _paintMethod ); in operator ()()