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

/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp258 DeferredPipeController fPipeController; member in class:SkDeferredDevice
282 fPipeController.setPlaybackCanvas(fImmediateCanvas);
308 fRecordingCanvas = fPipeWriter.startRecording(&fPipeController, 0,
320 if (fPipeController.hasPendingCommands()) {
334 return fPipeController.hasPendingCommands();
351 if (!fPipeController.hasPendingCommands()) {
358 fPipeController.playback(kSilent_PlaybackMode == playbackMode);
382 return (fPipeController.storageAllocatedForRecording()
431 if (fPipeController.hasPendingCommands()) {
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp256 DeferredPipeController fPipeController; member in class:SkDeferredDevice
281 fPipeController.setPlaybackCanvas(fImmediateCanvas);
308 fRecordingCanvas = fPipeWriter.startRecording(&fPipeController, 0,
320 if (fPipeController.hasPendingCommands()) {
334 return fPipeController.hasPendingCommands();
351 if (!fPipeController.hasPendingCommands()) {
358 fPipeController.playback(kSilent_PlaybackMode == playbackMode);
390 return (fPipeController.storageAllocatedForRecording()
439 if (fPipeController.hasPendingCommands()) {

Completed in 105 milliseconds