Searched refs:FixedToSub (Results 1 – 2 of 2) sorted by relevance
90 return (FixedToSub(x) << (kSubShift + kSubShiftX)) in PackIDXY()91 | (FixedToSub(y) << (kSubShift + kSubShiftY)) in PackIDXY()103 static constexpr unsigned FixedToSub(SkFixed n) { in FixedToSub() function
160 return PackIDSubXSubY(glyphID, FixedToSub(x), FixedToSub(y)); in PackIDXY()163 static constexpr uint32_t FixedToSub(SkFixed n) { in FixedToSub() function