Searched defs:ComputeRowBytes (Results 1 - 1 of 1) sorted by last modified time

/external/skia/src/core/
H A DSkGlyph.h173 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) { function in class:SkGlyph
208 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);

Completed in 66 milliseconds