Searched defs:fillStyle (Results 1 - 2 of 2) sorted by relevance
/external/webkit/WebCore/bindings/js/ | ||
H A D | JSCanvasRenderingContext2DCustom.cpp | 80 JSValue JSCanvasRenderingContext2D::fillStyle(ExecState* exec) const function in class:WebCore::JSCanvasRenderingContext2D 83 return toJS(exec, context->fillStyle()); |
/external/webkit/WebCore/html/canvas/ | ||
H A D | CanvasRenderingContext2D.cpp | 181 CanvasStyle* CanvasRenderingContext2D::fillStyle() const function in class:WebCore::CanvasRenderingContext2D |
Completed in 492 milliseconds