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

  /external/chromium_org/third_party/skia/src/effects/
SkAvoidXfermode.cpp 20 fDistMul = (256 << 14) / (tolerance + 1);
27 fDistMul = buffer.readUInt();
35 buffer.writeUInt(fDistMul);
81 uint32_t mul = fDistMul;
82 uint32_t sub = (fDistMul - (1 << 14)) << 8;
130 uint32_t mul = fDistMul;
131 uint32_t sub = (fDistMul - (1 << 14)) << SK_R16_BITS;
174 str->appendf("distMul: %d ", fDistMul);
  /external/skia/src/effects/
SkAvoidXfermode.cpp 20 fDistMul = (256 << 14) / (tolerance + 1);
27 fDistMul = buffer.readUInt();
35 buffer.writeUInt(fDistMul);
81 uint32_t mul = fDistMul;
82 uint32_t sub = (fDistMul - (1 << 14)) << 8;
130 uint32_t mul = fDistMul;
131 uint32_t sub = (fDistMul - (1 << 14)) << SK_R16_BITS;
174 str->appendf("distMul: %d ", fDistMul);
  /external/chromium_org/third_party/skia/include/effects/
SkAvoidXfermode.h 62 uint32_t fDistMul; // x.14
  /external/skia/include/effects/
SkAvoidXfermode.h 62 uint32_t fDistMul; // x.14

Completed in 56 milliseconds