HomeSort by relevance Sort by last modified time
    Searched defs:strokeThickness (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/graphics/
GraphicsContextPrivate.h 40 , strokeThickness(0)
59 float strokeThickness;
GraphicsContext.cpp 113 m_common->state.strokeThickness = thickness;
157 float GraphicsContext::strokeThickness() const
159 return m_common->state.strokeThickness;
  /external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 116 float strokeThickness;
131 , strokeThickness(0.0)
157 strokeThickness = other->strokeThickness;
174 vgSetf(VG_STROKE_LINE_WIDTH, strokeThickness);
477 float PainterOpenVG::strokeThickness() const
480 return m_state->strokeThickness;
488 m_state->strokeThickness = thickness;
794 if (fmod(m_state->strokeThickness + 0.5, 2.0) < 1.0)

Completed in 166 milliseconds