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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShaderPriv.h 296 * Subclasses must reserve the lower kMatrixKeyBitCnt of their key for use by
300 kMatrixKeyBitCnt = GrGLEffectMatrix::kKeyBits,
301 kMatrixKeyMask = (1 << kMatrixKeyBitCnt) - 1,
305 * Subclasses must call this. It will return a value restricted to the lower kMatrixKeyBitCnt
  /external/skia/src/effects/gradients/
SkGradientShaderPriv.h 296 * Subclasses must reserve the lower kMatrixKeyBitCnt of their key for use by
300 kMatrixKeyBitCnt = GrGLEffectMatrix::kKeyBits,
301 kMatrixKeyMask = (1 << kMatrixKeyBitCnt) - 1,
305 * Subclasses must call this. It will return a value restricted to the lower kMatrixKeyBitCnt

Completed in 237 milliseconds