Searched refs:displayList (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/experimental/docs/ |
H A D | backend.js | 1 function displayBackend(displayEngine, displayList) { 4 displayCanvas(displayList); 5 displaySvg(displayList); 8 displayCanvas(displayList); 11 displaySvg(displayList); 18 function keyframeBackendInit(displayEngine, displayList, first) { 22 keyframeCanvasInit(displayList, first);
|
H A D | canvasBackend.js | 18 function displayCanvas(displayList) { 19 if (displayList.clear) { 22 for (var index = 0; index < displayList.length; ++index) { 23 drawToCanvas(displayList[index]); 89 function keyframeCanvasInit(displayList, first) { 91 displayList.clear = true;
|
H A D | animationCommon.js | 7 this.displayList = []; 72 displayIndex = animationState.displayList.length; 73 animationState.displayList.push( { "ref":ref, "draw":draw, "paint":paint, 99 assert(displayIndex < animationState.displayList.length); 100 var display = animationState.displayList[displayIndex]; 208 displayBackend(animationState.displayEngine, animationState.displayList); 249 keyframeBackendInit(animationState.displayEngine, animationState.displayList,
|
H A D | svgBackend.js | 7 function displaySvg(displayList) { 8 for (var index = 0; index < displayList.length; ++index) { 9 drawToSvg(displayList[index]);
|
/third_party/skia/docs/examples/ |
H A D | Surface_draw_2.cpp | 20 sk_sp<SkDeferredDisplayList> displayList = recorder.detach(); in REG_FIDDLE() local 22 gpuSurface->draw(displayList); in REG_FIDDLE()
|
H A D | Surface_characterize.cpp | 25 sk_sp<SkDeferredDisplayList> displayList = recorder.detach(); in REG_FIDDLE() local 27 gpuSurface->draw(displayList); in REG_FIDDLE()
|
Completed in 4 milliseconds