Searched refs:minN (Results 1 – 3 of 3) sorted by relevance
49 const float minN = coord - coordErr; in computeNonNormalizedCoordBounds() local51 const float minA = normalizedCoords ? minN*float(dim) : minN; in computeNonNormalizedCoordBounds()
2228 int minN = -1; in FindLineForEpiline() local2243 minN = n; in FindLineForEpiline()2254 if( minN >= 0 && maxN >= 0 && (minN != maxN) ) in FindLineForEpiline()2256 *start = cross[minN]; in FindLineForEpiline()3289 int minN = -1; in FindLine() local3301 minN = n; in FindLine()3312 if( minN >= 0 && maxN >= 0 && (minN != maxN) ) in FindLine()3314 *start = cross[minN]; in FindLine()3372 int minN = -1; in FindLineForEpiline() local3387 minN = n; in FindLineForEpiline()[all …]
1956 int minN = SkMin32(srcN, rowN); in merge() local1957 dstRuns[0] = minN; in merge()1958 dstRuns += minN; in merge()1960 dstAA += minN; in merge()1962 if (0 == (srcN -= minN)) { in merge()1971 if (0 == (rowN -= minN)) { in merge()1976 SkDEBUGCODE(accumulated += minN;) in merge()