Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkDisplayXMLParser.cpp286 SkDisplayTypes containerType = container->fType; in searchContainer() local
287 if (type == containerType && (type == SkType_Rect || type == SkType_Polygon || in searchContainer()
290 while (type != containerType) { in searchContainer()
291 if (containerType == SkType_Displayable) in searchContainer()
293 containerType = SkDisplayType::GetParent(&fMaker, containerType); in searchContainer()
294 if (containerType == SkType_Unknown) in searchContainer()