Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkGlyph.cpp61 static size_t format_rowbytes(int width, SkMask::Format format) { in format_rowbytes() function
125 return format_rowbytes(fWidth, fMaskFormat); in rowBytes()
129 return format_rowbytes(fWidth, format); in rowBytesUsingFormat()