Searched refs:kCapShift (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrPath.cpp32 kCapShift = kJoinShift + kJoinBits, enumerator in enum:__anon13980
33 kWidthShift = kCapShift + kCapBits,
50 key |= stroke.getCap() << kCapShift;
/external/regex-re2/re2/
H A Donepass.cc164 static const int kCapShift = kRealCapShift - 2; member in namespace:re2
194 if (cond & (1 << kCapShift << i))
508 cond |= (1 << kCapShift) << ip->cap();

Completed in 66 milliseconds