Searched defs:addGetFixed (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/core/
H A DSk64.h172 SkFixed addGetFixed(const Sk64& other) const { function in struct:Sk64
173 return this->addGetFixed(other.fHi, other.fLo);
177 SkFixed addGetFixed(int32_t hi, uint32_t lo) const { function in struct:Sk64
/external/skia/legacy/include/core/
H A DSk64.h172 SkFixed addGetFixed(const Sk64& other) const { function in struct:Sk64
173 return this->addGetFixed(other.fHi, other.fLo);
177 SkFixed addGetFixed(int32_t hi, uint32_t lo) const { function in struct:Sk64

Completed in 40 milliseconds