Searched refs:ComputeRowBytes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkGlyph.h49 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) { function in struct:SkGlyph
66 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
/external/skia/src/core/
H A DSkGlyph.h47 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) { function in struct:SkGlyph
64 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
H A DSkBitmap.cpp126 size_t SkBitmap::ComputeRowBytes(Config c, int width) { function in class:SkBitmap
/external/skia/include/core/
H A DSkBitmap.h236 static size_t ComputeRowBytes(Config c, int width);
273 ComputeRowBytes() is called to compute the optimal value. This resets

Completed in 2251 milliseconds