Home
last modified time | relevance | path

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

/external/skia/src/views/
DSkStackViewLayout.cpp75 uint32_t flexMask, int* flexCount) in compute_children_limit() argument
85 if (child->getFlags() & flexMask) in compute_children_limit()
110 SkView::Flag_Mask flexMask; in onLayoutChildren() local
127 flexMask = SkView::kFlexH_Mask; in onLayoutChildren()
144 flexMask = SkView::kFlexV_Mask; in onLayoutChildren()
151 …SkScalar childLimit = compute_children_limit(parent, mainGetSizeP, &childCount, flexMask, &flex… in onLayoutChildren()
179 if (child->getFlags() & flexMask) in onLayoutChildren()