Home
last modified time | relevance | path

Searched refs:format_rowbytes (Results 1 – 2 of 2) 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()
/third_party/flutter/skia/src/core/
DSkGlyph.cpp65 static size_t format_rowbytes(int width, SkMask::Format format) { in format_rowbytes() function
132 return format_rowbytes(fWidth, (SkMask::Format)fMaskFormat); in rowBytes()
136 return format_rowbytes(fWidth, format); in rowBytesUsingFormat()