Lines Matching refs:PictureSnapshot
24 function PictureSnapshot() { class
29 PictureSnapshot.CanRasterize = function() {
39 PictureSnapshot.CanGetOps = function() {
49 PictureSnapshot.HowToEnablePictureDebugging = function() {
67 PictureSnapshot.prototype = { class
95 if (!PictureSnapshot.CanGetOps()) {
96 console.error(PictureSnapshot.HowToEnablePictureDebugging());
123 if (!PictureSnapshot.CanRasterize() || !PictureSnapshot.CanGetOps()) {
125 this, cc.PictureSnapshot.HowToEnablePictureDebugging()));
160 ObjectSnapshot.register('cc::Picture', PictureSnapshot);
163 PictureSnapshot: PictureSnapshot