Searched defs:updateGraphicsContext (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp320 void updateGraphicsContext(GraphicsContext* context, const Color& fillColor, const Color& strokeColor, float strokeThickness, ColorSpace colorSpace) function in namespace:WebCore
679 updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidth, styleToUse->colorSpace());
687 updateGraphicsContext(context, emphasisMarkColor, textStrokeColor, textStrokeWidth, styleToUse->colorSpace());
714 updateGraphicsContext(context, selectionFillColor, selectionStrokeColor, selectionStrokeWidth, styleToUse->colorSpace());
717 updateGraphicsContext(context, selectionEmphasisMarkColor, textStrokeColor, textStrokeWidth, styleToUse->colorSpace());
737 updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidth, styleToUse->colorSpace());
811 updateGraphicsContext(context, c, c, 0, style->colorSpace()); // Don't draw text at all!
847 updateGraphicsContext(context, c, c, 0, style->colorSpace()); // Don't draw text at all!
1072 updateGraphicsContext(pt, color, color, 0, style->colorSpace()); // Don't draw text at all!

Completed in 37 milliseconds