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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 79 PlatformGraphicsContext* pgc = gc->platformContext(); local
84 pgc->setFillShader(grad->platformGradient());
86 pgc->setFillShader(pat->platformPattern(AffineTransform()));
88 pgc->setFillColor(gc->state().fillColor);
94 pgc->setStrokeShader(grad->platformGradient());
96 pgc->setStrokeShader(pat->platformPattern(AffineTransform()));
98 pgc->setStrokeColor(gc->state().strokeColor);
110 PlatformGraphicsContextSkia* pgc = local
112 GraphicsContext* ctx = new GraphicsContext(pgc);
RecordingContextCanvasProxy.h 37 RecordingContextCanvasProxy(PlatformGraphicsContextRecording* pgc)
38 : m_pgc(pgc)
  /external/webkit/Source/WebKit/android/jni/
PicturePile.cpp 312 WebCore::PlatformGraphicsContextRecording pgc(picture);
313 WebCore::GraphicsContext gc(&pgc);
315 pc.maxZoomScale = pgc.maxZoomScale();
316 if (pgc.isEmpty()) {
361 WebCore::PlatformGraphicsContextSkia pgc(canvas);
362 WebCore::GraphicsContext gc(&pgc);
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaUtils.cpp 262 PlatformGraphicsContextSkia* pgc = new PlatformGraphicsContextSkia(canvas); local
263 scratch = new GraphicsContext(pgc);

Completed in 101 milliseconds