Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1904 CanvasStyle* drawStyle = fill ? state().m_fillStyle.get() : state().m_strokeStyle.get(); in drawTextInternal() local
1905 if (drawStyle->canvasGradient() || drawStyle->canvasPattern()) { in drawTextInternal()
1931 drawStyle->applyFillColor(c); in drawTextInternal()