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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.cpp 288 setupPaintStroke(&paint, 0);
305 setupPaintStroke(&paint, &oval);
370 if (setupPaintStroke(&paint, 0, !idy) && (!idx || !idy)) {
471 setupPaintStroke(&paint, &r);
579 setupPaintStroke(&paint, 0);
596 setupPaintStroke(&paint, 0);
605 setupPaintStroke(&paint, 0);
PlatformGraphicsContext.h 85 virtual bool setupPaintStroke(SkPaint* paint, SkRect* rect, bool isHLine = false);
GraphicsContextAndroid.cpp 351 platformContext()->setupPaintStroke(paint, 0);
PlatformGraphicsContext.cpp 427 bool PlatformGraphicsContext::setupPaintStroke(SkPaint* paint, SkRect* rect,

Completed in 59 milliseconds