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

  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 166 GraphicsContextPlatformPrivate(GraphicsContext* cg, PlatformGraphicsContext* pgc)
168 , mPgc(pgc), mStateStack(sizeof(State)) {
349 PlatformGraphicsContext* pgc = new PlatformGraphicsContext(); local
356 pgc->mCanvas->setBitmapDevice(bitmap);
358 GraphicsContext* ctx = new GraphicsContext(pgc);
    [all...]
GraphicsLayerAndroid.cpp 465 PlatformGraphicsContext pgc(recordingCanvas, 0);
466 GraphicsContext gc(&pgc);
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp 486 WebCore::PlatformGraphicsContext pgc(arp.getRecordingCanvas(), &buttons);
487 WebCore::GraphicsContext gc(&pgc);
821 WebCore::PlatformGraphicsContext pgc(recordingCanvas, &buttons);
822 WebCore::GraphicsContext gc(&pgc);
    [all...]

Completed in 292 milliseconds