Searched defs:endRecording (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextSkia.h42 virtual void endRecording(int type = 0) {} function in class:WebCore::PlatformGraphicsContextSkia
H A DPlatformGraphicsContextRecording.cpp38 void PlatformGraphicsContextRecording::endRecording(int type) function in class:WebCore::PlatformGraphicsContextRecording
42 mPicture->endRecording();
/external/skia/src/core/
H A DSkPicture.cpp114 yet, we need to fake a call to endRecording() without actually calling
120 // here we do a fake src.endRecording()
170 void SkPicture::endRecording() { function in class:SkPicture
182 this->endRecording();

Completed in 84 milliseconds