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

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 580 static void adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth, StrokeStyle);
GraphicsContext.cpp 718 void GraphicsContext::adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth, StrokeStyle penStyle)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 301 adjustLineToPixelBoundaries(p1, p2, width, style);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 605 adjustLineToPixelBoundaries(p1, p2, width, penStyle);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 357 adjustLineToPixelBoundaries(p1, p2, width, style);
879 // because inside method adjustLineToPixelBoundaries(...), which
    [all...]

Completed in 80 milliseconds