Searched defs:flushRecording (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipeWrite.cpp227 void flushRecording(bool detachCurrentBlock);
1163 void SkGPipeCanvas::flushRecording(bool detachCurrentBlock) { function in class:SkGPipeCanvas
1363 void SkGPipeWriter::flushRecording(bool detachCurrentBlock) { function in class:SkGPipeWriter
1365 fCanvas->flushRecording(detachCurrentBlock);
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp224 void flushRecording(bool detachCurrentBlock);
1027 void SkGPipeCanvas::flushRecording(bool detachCurrentBlock) { function in class:SkGPipeCanvas
1227 void SkGPipeWriter::flushRecording(bool detachCurrentBlock) { function in class:SkGPipeWriter
1229 fCanvas->flushRecording(detachCurrentBlock);

Completed in 277 milliseconds