Home
last modified time | relevance | path

Searched refs:fPipeController (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/utils/
DSkDeferredCanvas.cpp275 DeferredPipeController fPipeController; member in SkDeferredDevice
300 fPipeController.setPlaybackCanvas(fImmediateCanvas); in setSurface()
327 fRecordingCanvas = fPipeWriter.startRecording(&fPipeController, 0, in beginRecording()
339 if (fPipeController.hasPendingCommands()) { in skipPendingCommands()
353 return fPipeController.hasPendingCommands(); in hasPendingCommands()
370 if (!fPipeController.hasPendingCommands()) { in flushPendingCommands()
377 fPipeController.playback(kSilent_PlaybackMode == playbackMode); in flushPendingCommands()
401 return (fPipeController.storageAllocatedForRecording() in storageAllocatedForRecording()
450 if (fPipeController.hasPendingCommands()) { in prepareForImmediatePixelWrite()