Home
last modified time | relevance | path

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

/external/skia/src/views/
DSkStackViewLayout.cpp109 SetSizeProc mainSetSizeP, crossSetSizeP; in onLayoutChildren() local
125 crossSetSizeP = &SkView::setHeight; in onLayoutChildren()
142 crossSetSizeP = &SkView::setWidth; in onLayoutChildren()
148 crossSetSizeP = NULL; in onLayoutChildren()
177 if (crossSetSizeP) in onLayoutChildren()
178 (child->*crossSetSizeP)(crossLimit); in onLayoutChildren()