Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A 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()

Completed in 1 milliseconds