Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPath.cpp25 kStyleBits = 2, in ComputeStrokeKey() enumerator
31 kJoinShift = kStyleBits, in ComputeStrokeKey()
39 SK_COMPILE_ASSERT(SkStrokeRec::kStyleCount <= (1 << kStyleBits), style_shift_will_be_wrong); in ComputeStrokeKey()