HomeSort by relevance Sort by last modified time
    Searched refs:flexCount (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/views/
SkStackViewLayout.cpp 75 uint32_t flexMask, int* flexCount)
92 if (flexCount)
93 *flexCount = flex;
150 int childCount, flexCount;
151 SkScalar childLimit = compute_children_limit(parent, mainGetSizeP, &childCount, flexMask, &flexCount);
164 if (flexCount > 0 && parentLimit > childLimit)
165 flexAmount = (parentLimit - childLimit) / flexCount;
  /external/skia/src/views/
SkStackViewLayout.cpp 75 uint32_t flexMask, int* flexCount)
92 if (flexCount)
93 *flexCount = flex;
150 int childCount, flexCount;
151 SkScalar childLimit = compute_children_limit(parent, mainGetSizeP, &childCount, flexMask, &flexCount);
164 if (flexCount > 0 && parentLimit > childLimit)
165 flexAmount = (parentLimit - childLimit) / flexCount;

Completed in 723 milliseconds