Searched defs:addDelta (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkCoverageDelta.h | 61 SK_ALWAYS_INLINE void addDelta(int x, int y, SkFixed delta) { this->push_back(y, {x, delta}); } in addDelta() function 135 SK_ALWAYS_INLINE void addDelta (int x, int y, SkFixed delta) { this->delta(x, y) += delta; } in addDelta() function
|
/external/skqp/src/core/ |
D | SkCoverageDelta.h | 61 SK_ALWAYS_INLINE void addDelta(int x, int y, SkFixed delta) { this->push_back(y, {x, delta}); } in addDelta() function 135 SK_ALWAYS_INLINE void addDelta (int x, int y, SkFixed delta) { this->delta(x, y) += delta; } in addDelta() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 88 void CompileUnit::addDelta(DIE *Die, unsigned Attribute, unsigned Form, in addDelta() function in CompileUnit
|