Home
last modified time | relevance | path

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

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