Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkLatticeIter.cpp116 const int origXCount = lattice.fXCount; in SkLatticeIter() local
131 int xCount = origXCount; in SkLatticeIter()
176 bool hasPadCol = (xCount != origXCount); in SkLatticeIter()
179 flags += origXCount + 1; in SkLatticeIter()
180 colors += origXCount + 1; in SkLatticeIter()
185 for (int x = 0; x < origXCount + 1; x++) { in SkLatticeIter()
/third_party/skia/src/core/
DSkLatticeIter.cpp116 const int origXCount = lattice.fXCount; in SkLatticeIter() local
131 int xCount = origXCount; in SkLatticeIter()
176 bool hasPadCol = (xCount != origXCount); in SkLatticeIter()
179 flags += origXCount + 1; in SkLatticeIter()
180 colors += origXCount + 1; in SkLatticeIter()
185 for (int x = 0; x < origXCount + 1; x++) { in SkLatticeIter()