Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkYUVAIndex.h64 int maxSlotUsed = -1; in AreValidIndices() local
75 maxSlotUsed = SkTMax(yuvaIndices[i].fIndex, maxSlotUsed); in AreValidIndices()
81 for (int i = 0; i <= maxSlotUsed; ++i) { in AreValidIndices()
87 *numPlanes = maxSlotUsed + 1; in AreValidIndices()
/external/skqp/include/core/
DSkYUVAIndex.h64 int maxSlotUsed = -1; in AreValidIndices() local
75 maxSlotUsed = SkTMax(yuvaIndices[i].fIndex, maxSlotUsed); in AreValidIndices()
81 for (int i = 0; i <= maxSlotUsed; ++i) { in AreValidIndices()
87 *numPlanes = maxSlotUsed + 1; in AreValidIndices()