Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrStyle.cpp71 kCapShift = kJoinShift + kJoinBits, in WriteKey() enumerator
96 cap << kCapShift; in WriteKey()
/third_party/skia/src/gpu/
DGrStyle.cpp71 kCapShift = kJoinShift + kJoinBits, in WriteKey() enumerator
96 cap << kCapShift; in WriteKey()
/third_party/re2/re2/
Donepass.cc174 static const int kCapShift = kRealCapShift - 2; variable
204 if (cond & (1 << kCapShift << i)) in ApplyCaptures()
539 cond |= (1 << kCapShift) << ip->cap(); in IsOnePass()