Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyph.h65 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) { in ComputeRowBytes() function
80 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat); in rowBytes()