Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPath.cpp19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec); in ComputeKey() local
22 SkASSERT(styleCnt >= 0); in ComputeKey()
28 GrUniqueKey::Builder builder(key, kGeneralPathDomain, geoCnt + styleCnt, "Path"); in ComputeKey()
30 if (styleCnt) { in ComputeKey()
DGrShape.cpp337 int styleCnt = GrStyle::KeySize(parent.fStyle, apply, styleKeyFlags); in setInheritedKey() local
338 if (styleCnt < 0) { in setInheritedKey()
344 fInheritedKey.reset(parentCnt + styleCnt); in setInheritedKey()
/external/skqp/src/gpu/
DGrPath.cpp19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec); in ComputeKey() local
22 SkASSERT(styleCnt >= 0); in ComputeKey()
28 GrUniqueKey::Builder builder(key, kGeneralPathDomain, geoCnt + styleCnt, "Path"); in ComputeKey()
30 if (styleCnt) { in ComputeKey()
DGrShape.cpp337 int styleCnt = GrStyle::KeySize(parent.fStyle, apply, styleKeyFlags); in setInheritedKey() local
338 if (styleCnt < 0) { in setInheritedKey()
344 fInheritedKey.reset(parentCnt + styleCnt); in setInheritedKey()