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 19 fDistMul = (256 << 14) / (tolerance + 1);
26 fDistMul = buffer.readUInt();
34 buffer.writeUInt(fDistMul);
80 uint32_t mul = fDistMul;
81 uint32_t sub = (fDistMul - (1 << 14)) << 8;
129 uint32_t mul = fDistMul;
130 uint32_t sub = (fDistMul - (1 << 14)) << SK_R16_BITS;
173 str->appendf("distMul: %d ", fDistMul);
  /external/skia/src/effects/
SkAvoidXfermode.cpp 19 fDistMul = (256 << 14) / (tolerance + 1);
26 fDistMul = buffer.readUInt();
34 buffer.writeUInt(fDistMul);
80 uint32_t mul = fDistMul;
81 uint32_t sub = (fDistMul - (1 << 14)) << 8;
129 uint32_t mul = fDistMul;
130 uint32_t sub = (fDistMul - (1 << 14)) << SK_R16_BITS;
173 str->appendf("distMul: %d ", fDistMul);
  /external/chromium_org/third_party/skia/include/effects/
SkAvoidXfermode.h 59 uint32_t fDistMul; // x.14
  /external/skia/include/effects/
SkAvoidXfermode.h 59 uint32_t fDistMul; // x.14

Completed in 179 milliseconds