Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLatticeIter.cpp117 const int origXCount = lattice.fXCount; in SkLatticeIter() local
132 int xCount = origXCount; in SkLatticeIter()
175 bool hasPadCol = (xCount != origXCount); in SkLatticeIter()
178 flags += origXCount + 1; in SkLatticeIter()
183 for (int x = 0; x < origXCount + 1; x++) { in SkLatticeIter()