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

  /external/skia/src/effects/gradients/
SkGradientShaderPriv.h 288 * Subclasses must reserve the lower kMatrixKeyBitCnt of their key for use by
292 kMatrixKeyBitCnt = GrGLEffectMatrix::kKeyBits,
293 kMatrixKeyMask = (1 << kMatrixKeyBitCnt) - 1,
297 * Subclasses must call this. It will return a value restricted to the lower kMatrixKeyBitCnt
SkTwoPointRadialGradient.cpp 680 kIsDegenerate = 1 << kMatrixKeyBitCnt,
SkTwoPointConicalGradient.cpp 682 kIsDegenerate = 1 << kMatrixKeyBitCnt,

Completed in 745 milliseconds