HomeSort by relevance Sort by last modified time
    Searched refs:modifiableState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 436 modifiableState().m_strokeStyle = style.release();
440 modifiableState().m_unparsedStrokeColor = String();
469 modifiableState().m_fillStyle = style.release();
473 modifiableState().m_unparsedFillColor = String();
489 modifiableState().m_lineWidth = width;
509 modifiableState().m_lineCap = cap;
529 modifiableState().m_lineJoin = join;
548 modifiableState().m_miterLimit = limit;
566 modifiableState().m_shadowOffset.setWidth(x);
582 modifiableState().m_shadowOffset.setHeight(y)
    [all...]
CanvasRenderingContext2D.h 303 State& modifiableState() { ASSERT(!state().m_unrealizedSaveCount); return *m_stateStack.last(); }

Completed in 219 milliseconds