Searched defs:addGetFixed (Results 1 - 1 of 1) 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

Completed in 62 milliseconds