OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_lineCap
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h
221
LineCap getLineCap() const { return state().
m_lineCap
; }
245
LineCap
m_lineCap
;
/external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp
99
SkPaint::Cap
m_lineCap
;
143
,
m_lineCap
(SkPaint::kDefault_Cap)
165
,
m_lineCap
(other.
m_lineCap
)
405
paint->setStrokeCap(m_state->
m_lineCap
);
464
m_state->
m_lineCap
= lc;
Completed in 806 milliseconds