OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_strokeStyle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp
132
:
m_strokeStyle
(CanvasStyle::createFromRGBA(Color::black))
157
,
m_strokeStyle
(other.
m_strokeStyle
)
193
m_strokeStyle
= other.
m_strokeStyle
;
266
return state().
m_strokeStyle
.get();
276
if (state().
m_strokeStyle
&& state().
m_strokeStyle
->isEquivalentColor(*style))
288
modifiableState().
m_strokeStyle
= style.release();
292
state().
m_strokeStyle
->applyStrokeColor(c)
[
all
...]
CanvasRenderingContext2D.h
254
RefPtr<CanvasStyle>
m_strokeStyle
;
Completed in 1033 milliseconds