OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrokeStyle
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
StrokeData.h
58
StrokeStyle
style() const { return m_style; }
59
void setStyle(const
StrokeStyle
style) { m_style = style; }
94
StrokeStyle
m_style;
GraphicsTypes.h
36
enum
StrokeStyle
{
GraphicsContext.h
103
StrokeStyle
strokeStyle
() const { return m_state->m_strokeData.style(); }
104
void setStrokeStyle(
StrokeStyle
style) { m_state->m_strokeData.setStyle(style); }
371
static void adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth,
StrokeStyle
);
GraphicsContext.cpp
617
if (
strokeStyle
() != NoStroke) {
635
if (
strokeStyle
() != NoStroke) {
755
StrokeStyle
penStyle =
strokeStyle
();
772
if (
strokeStyle
() == DottedStroke ||
strokeStyle
() == DashedStroke) {
947
switch (
strokeStyle
()) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp
[
all
...]
RenderObject.cpp
964
StrokeStyle
oldStrokeStyle = graphicsContext->
strokeStyle
();
[
all
...]
Completed in 29 milliseconds