HomeSort by relevance Sort by last modified time
    Searched refs:penStyle (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 718 void GraphicsContext::adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth, StrokeStyle penStyle)
724 if (penStyle == DottedStroke || penStyle == DashedStroke) {
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 562 StrokeStyle penStyle = strokeStyle();
563 if (penStyle == NoStroke)
605 adjustLineToPixelBoundaries(p1, p2, width, penStyle);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 354 int penStyle = PS_NULL;
357 penStyle = PS_SOLID;
361 penStyle = PS_DASH;
368 return adoptPtr(CreatePen(penStyle, width, RGB(col.red(), col.green(), col.blue())));
    [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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 224 milliseconds