Home
last modified time | relevance | path

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

/external/skia/src/views/
DSkStackViewLayout.cpp106 SkScalar startM, endM, crossStartM, crossLimit; in onLayoutChildren() local
114 startM = fMargin.fLeft; in onLayoutChildren()
131 startM = fMargin.fTop; in onLayoutChildren()
158 SkScalar parentLimit = (parent->*mainGetSizeP)() - startM - endM; in onLayoutChildren()
159 SkScalar pos = startM + gAlignProcs[fPack](childLimit, parentLimit); in onLayoutChildren()