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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 74 PlatformGraphicsContext* pgc = gc->platformContext(); local
79 pgc->setFillShader(grad->platformGradient());
81 pgc->setFillShader(pat->platformPattern(AffineTransform()));
83 pgc->setFillColor(gc->state().fillColor);
89 pgc->setStrokeShader(grad->platformGradient());
91 pgc->setStrokeShader(pat->platformPattern(AffineTransform()));
93 pgc->setStrokeColor(gc->state().strokeColor);
100 PlatformGraphicsContextSkia* pgc = new PlatformGraphicsContextSkia(new SkCanvas, true); local
107 pgc->getCanvas()->setBitmapDevice(bitmap);
109 GraphicsContext* ctx = new GraphicsContext(pgc);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaUtils.cpp 262 PlatformGraphicsContextSkia* pgc = new PlatformGraphicsContextSkia(canvas); local
263 scratch = new GraphicsContext(pgc);
  /external/webkit/Source/WebKit/android/jni/
PicturePile.cpp 196 WebCore::PlatformGraphicsContextSkia pgc(canvas);
197 WebCore::GraphicsContext gc(&pgc);

Completed in 39 milliseconds