Home
last modified time | relevance | path

Searched refs:FixedToSub (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/core/
DSkGlyph.h90 return (FixedToSub(x) << (kSubShift + kSubShiftX)) in PackIDXY()
91 | (FixedToSub(y) << (kSubShift + kSubShiftY)) in PackIDXY()
103 static constexpr unsigned FixedToSub(SkFixed n) { in FixedToSub() function
/third_party/skia/src/core/
DSkGlyph.h160 return PackIDSubXSubY(glyphID, FixedToSub(x), FixedToSub(y)); in PackIDXY()
163 static constexpr uint32_t FixedToSub(SkFixed n) { in FixedToSub() function