Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGlyph.h49 x = FixedToSub(x); in SkPackedID()
50 y = FixedToSub(y); in SkPackedID()
105 static unsigned FixedToSub(SkFixed n) { in FixedToSub() function
/external/skia/src/core/
DSkGlyph.h159 return PackIDSubXSubY(glyphID, FixedToSub(x), FixedToSub(y)); in PackIDXY()
162 static constexpr uint32_t FixedToSub(SkFixed n) { in FixedToSub() function