HomeSort by relevance Sort by last modified time
    Searched defs:tBits (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pathops/
SkPathOpsWinding.cpp 223 int tBits = 0;
226 ++tBits;
228 if (tBits) {
229 int tIndex = (tBase - 1) & ((1 << tBits) - 1);
  /external/skqp/src/pathops/
SkPathOpsWinding.cpp 223 int tBits = 0;
226 ++tBits;
228 if (tBits) {
229 int tIndex = (tBase - 1) & ((1 << tBits) - 1);

Completed in 115 milliseconds