Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkMask.cpp99 static int maskFormatToShift(SkMask::Format format) { in maskFormatToShift() function
112 addr += (x - fBounds.fLeft) << maskFormatToShift(fFormat); in getAddr()
/external/skia/src/core/
DSkMask.cpp99 static int maskFormatToShift(SkMask::Format format) { in maskFormatToShift() function
112 addr += (x - fBounds.fLeft) << maskFormatToShift(fFormat); in getAddr()