Lines Matching refs:Sk64
27 struct SK_API Sk64 { struct
155 void add(const Sk64& other) { this->add(other.fHi, other.fLo); } in add() argument
159 void sub(const Sk64& num);
163 void rsub(const Sk64& num);
180 SkFixed addGetFixed(const Sk64& other) const { in addGetFixed() argument
187 Sk64 tmp(*this); in addGetFixed() argument
207 SkFixed getFixedDiv(const Sk64& denom) const;
209 friend bool operator==(const Sk64& a, const Sk64& b) {
213 friend bool operator!=(const Sk64& a, const Sk64& b) {
217 friend bool operator<(const Sk64& a, const Sk64& b) {
221 friend bool operator<=(const Sk64& a, const Sk64& b) {
225 friend bool operator>(const Sk64& a, const Sk64& b) {
229 friend bool operator>=(const Sk64& a, const Sk64& b) {