Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dwmf.c523 *under_color; in draw_under_color_string() local
525 under_color=NewPixelWand(); in draw_under_color_string()
526 PixelSetColor(under_color,color); in draw_under_color_string()
527 DrawSetTextUnderColor(drawing_wand,under_color); in draw_under_color_string()
528 under_color=DestroyPixelWand(under_color); in draw_under_color_string()
1580 *under_color; in ipa_draw_text() local
1582 under_color=NewPixelWand(); in ipa_draw_text()
1583 PixelSetRedQuantum(under_color,ScaleCharToQuantum(box->r)); in ipa_draw_text()
1584 PixelSetGreenQuantum(under_color,ScaleCharToQuantum(box->g)); in ipa_draw_text()
1585 PixelSetBlueQuantum(under_color,ScaleCharToQuantum(box->b)); in ipa_draw_text()
[all …]
/external/ImageMagick/MagickWand/
Ddrawing-wand.c2786 PixelWand *under_color) in DrawGetTextUnderColor() argument
2790 assert(under_color != (PixelWand *) NULL); in DrawGetTextUnderColor()
2793 PixelSetPixelColor(under_color,&CurrentContext->undercolor); in DrawGetTextUnderColor()
6244 under_color; in DrawSetTextUnderColor() local
6251 PixelGetQuantumPacket(under_wand,&under_color); in DrawSetTextUnderColor()
6253 (IsPixelInfoEquivalent(&CurrentContext->undercolor,&under_color) == MagickFalse)) in DrawSetTextUnderColor()
6255 CurrentContext->undercolor=under_color; in DrawSetTextUnderColor()
6257 MVGAppendColor(wand,&under_color); in DrawSetTextUnderColor()