Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pathops/
DSkPathOpsWinding.cpp221 static double get_t_guess(int tTry, int* dirOffset) { in get_t_guess() argument
223 *dirOffset = tTry & 1; in get_t_guess()
224 int tBase = tTry >> 1; in get_t_guess()
226 while (tTry >>= 1) { in get_t_guess()
/third_party/skia/src/pathops/
DSkPathOpsWinding.cpp222 static double get_t_guess(int tTry, int* dirOffset) { in get_t_guess() argument
224 *dirOffset = tTry & 1; in get_t_guess()
225 int tBase = tTry >> 1; in get_t_guess()
227 while (tTry >>= 1) { in get_t_guess()