Searched defs:tIndex (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/pathops/
H A DSkIntersections.h198 void set(bool swap, int tIndex, double t) { argument
199 fT[(int) swap][tIndex] = t;
H A DSkPathOpsWinding.cpp229 int tIndex = (tBase - 1) & ((1 << tBits) - 1); local
230 t += t * 2 * tIndex;
/external/skqp/src/pathops/
H A DSkIntersections.h198 void set(bool swap, int tIndex, double t) { argument
199 fT[(int) swap][tIndex] = t;
H A DSkPathOpsWinding.cpp229 int tIndex = (tBase - 1) & ((1 << tBits) - 1); local
230 t += t * 2 * tIndex;

Completed in 190 milliseconds