HomeSort by relevance Sort by last modified time
    Searched refs:styleCnt (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrPath.cpp 19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec);
22 SkASSERT(styleCnt >= 0);
28 GrUniqueKey::Builder builder(key, kGeneralPathDomain, geoCnt + styleCnt);
30 if (styleCnt) {
GrShape.cpp 219 int styleCnt = GrStyle::KeySize(parent.fStyle, apply, styleKeyFlags);
220 if (styleCnt < 0) {
226 fInheritedKey.reset(parentCnt + styleCnt);

Completed in 575 milliseconds