Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyph.h173 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) { in ComputeRowBytes() function
208 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat); in rowBytes()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp850 glyph.ComputeRowBytes(glyph.fWidth, SkMask::Format::kARGB32_Format)); in generateColorGlyphImage()