HomeSort by relevance Sort by last modified time
    Searched full:penstyle (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/platform/graphics/
Pen.h 39 enum PenStyle {
46 Pen(const Color &c = Color::black, unsigned w = 0, PenStyle ps = SolidLine);
50 PenStyle style() const;
54 void setStyle(PenStyle);
65 PenStyle m_style;
Pen.cpp 31 Pen::Pen(const Color &color, unsigned width, PenStyle style) : m_style(style), m_width(width), m_color(color)
45 Pen::PenStyle Pen::style() const
60 void Pen::setStyle(PenStyle style)
GraphicsContext.cpp 515 void GraphicsContext::adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth, const StrokeStyle& penStyle)
521 if (penStyle == DottedStroke || penStyle == DashedStroke) {
  /external/webkit/WebCore/platform/graphics/wx/
PenWx.cpp 50 static Pen::PenStyle wxPenStyleToPenStyle(int p)
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 544 StrokeStyle penStyle = strokeStyle();
545 if (penStyle == NoStroke)
585 adjustLineToPixelBoundaries(p1, p2, width, penStyle);
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 355 int penStyle = PS_NULL;
358 penStyle = PS_SOLID;
362 penStyle = PS_DASH;
369 return CreatePen(penStyle, width, RGB(col.red(), col.green(), col.blue()));
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 137 static Qt::PenStyle toQPenStyle(StrokeStyle style)
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 790 m_int penStyle; /* Pen style */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 790 m_int penStyle; /* Pen style */
    [all...]

Completed in 510 milliseconds