Home
last modified time | relevance | path

Searched defs:layerIDs (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tools/viewer/
DMSKPSlide.cpp95 const std::vector<int>& layerIDs = fListAllLayers ? fAllLayerIDs : fFrameLayerIDs[fFrame]; in draw() local
/third_party/skia/tools/
DMSKPPlayer.cpp477 std::vector<int> MSKPPlayer::layerIDs(int frame) const { in layerIDs() function in MSKPPlayer