Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dwmf.c521 *under_color; in draw_under_color_string() local
523 under_color=NewPixelWand(); in draw_under_color_string()
524 PixelSetColor(under_color,color); in draw_under_color_string()
525 DrawSetTextUnderColor(drawing_wand,under_color); in draw_under_color_string()
526 under_color=DestroyPixelWand(under_color); in draw_under_color_string()
1573 *under_color; in ipa_draw_text() local
1575 under_color=NewPixelWand(); in ipa_draw_text()
1576 PixelSetRedQuantum(under_color,ScaleCharToQuantum(box->r)); in ipa_draw_text()
1577 PixelSetGreenQuantum(under_color,ScaleCharToQuantum(box->g)); in ipa_draw_text()
1578 PixelSetBlueQuantum(under_color,ScaleCharToQuantum(box->b)); in ipa_draw_text()
[all …]
/external/ImageMagick/MagickWand/
Ddrawing-wand.c2708 PixelWand *under_color) in DrawGetTextUnderColor() argument
2712 assert(under_color != (PixelWand *) NULL); in DrawGetTextUnderColor()
2715 PixelSetPixelColor(under_color,&CurrentContext->undercolor); in DrawGetTextUnderColor()
6160 under_color; in DrawSetTextUnderColor() local
6167 PixelGetQuantumPacket(under_wand,&under_color); in DrawSetTextUnderColor()
6169 (IsPixelInfoEquivalent(&CurrentContext->undercolor,&under_color) == MagickFalse)) in DrawSetTextUnderColor()
6171 CurrentContext->undercolor=under_color; in DrawSetTextUnderColor()
6173 MVGAppendColor(wand,&under_color); in DrawSetTextUnderColor()