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

  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 450 static void adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth, const StrokeStyle&);
GraphicsContext.cpp 515 void GraphicsContext::adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth, const StrokeStyle& penStyle)
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 585 adjustLineToPixelBoundaries(p1, p2, width, penStyle);
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 281 adjustLineToPixelBoundaries(p1, p2, width, style);
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 349 adjustLineToPixelBoundaries(p1, p2, width, style);
    [all...]

Completed in 23 milliseconds