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

  /external/skia/src/core/
SkScan_DAAPath.cpp 97 deltas->addDelta(L, y, rowHeight * sign);
106 deltas->addDelta(L, y, alpha * sign);
107 deltas->addDelta(L + 1, y, (rowHeight - alpha) * sign);
116 deltas->addDelta(L, y, alpha1 * sign);
117 deltas->addDelta(L + 1, y, (alpha2 - alpha1) * sign);
118 deltas->addDelta(L + 2, y, (rowHeight - alpha2) * sign);
133 deltas->addDelta(L, y, alpha0 * sign);
134 deltas->addDelta(L + 1, y, (alpha1 - alpha0) * sign);
136 deltas->addDelta(L + i, y, dY * sign); // the increment is always a rect of height = dY
141 deltas->addDelta(R - 1, y, (lastAlpha - alphaR2) * sign)
    [all...]
SkCoverageDelta.h 61 SK_ALWAYS_INLINE void addDelta(int x, int y, SkFixed delta) { this->push_back(y, {x, delta}); }
135 SK_ALWAYS_INLINE void addDelta (int x, int y, SkFixed delta) { this->delta(x, y) += delta; }
SkBlitter.cpp 174 mask.addDelta(delta.fX, y, delta.fDelta);
    [all...]
  /external/skqp/src/core/
SkScan_DAAPath.cpp 97 deltas->addDelta(L, y, rowHeight * sign);
106 deltas->addDelta(L, y, alpha * sign);
107 deltas->addDelta(L + 1, y, (rowHeight - alpha) * sign);
116 deltas->addDelta(L, y, alpha1 * sign);
117 deltas->addDelta(L + 1, y, (alpha2 - alpha1) * sign);
118 deltas->addDelta(L + 2, y, (rowHeight - alpha2) * sign);
133 deltas->addDelta(L, y, alpha0 * sign);
134 deltas->addDelta(L + 1, y, (alpha1 - alpha0) * sign);
136 deltas->addDelta(L + i, y, dY * sign); // the increment is always a rect of height = dY
141 deltas->addDelta(R - 1, y, (lastAlpha - alphaR2) * sign)
    [all...]
SkCoverageDelta.h 61 SK_ALWAYS_INLINE void addDelta(int x, int y, SkFixed delta) { this->push_back(y, {x, delta}); }
135 SK_ALWAYS_INLINE void addDelta (int x, int y, SkFixed delta) { this->delta(x, y) += delta; }
SkBlitter.cpp 173 mask.addDelta(delta.fX, y, delta.fDelta);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 161 /// addDelta - Add a label delta attribute data and value.
163 void addDelta(DIE *Die, unsigned Attribute, unsigned Form,
DwarfCompileUnit.cpp 86 /// addDelta - Add a label delta attribute data and value.
88 void CompileUnit::addDelta(DIE *Die, unsigned Attribute, unsigned Form,
    [all...]
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 720 static void addDelta(struct ApHubSync *sync, uint64_t apTime, uint64_t hubTime)
879 addDelta(&mTimeSync, req->apBootTime, timestamp);
901 addDelta(&mTimeSync, req->apBootTime, timestamp);
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 843 milliseconds