Searched refs:fPack (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/views/
H A DSkStackViewLayout.h43 Pack getPack() const { return (Pack)fPack; }
69 uint8_t fOrient, fPack, fAlign, fRound; member in class:SkStackViewLayout
/external/skia/src/views/
H A DSkStackViewLayout.cpp15 fPack = kStart_Pack;
45 fPack = SkToU8(pack);
159 SkScalar pos = startM + gAlignProcs[fPack](childLimit, parentLimit);

Completed in 79 milliseconds