Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/core/
DSkGlyph.h49 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) { in ComputeRowBytes() function
/external/skia/src/core/
DSkGlyph.h47 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) { in ComputeRowBytes() function
DSkBitmap.cpp126 size_t SkBitmap::ComputeRowBytes(Config c, int width) { in ComputeRowBytes() function in SkBitmap