HomeSort by relevance Sort by last modified time
    Searched refs:ComputeRowBytes (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkBitmap.cpp 180 int SkBitmap::ComputeRowBytes(Config c, int width) {
219 size.setMul(SkBitmap::ComputeRowBytes(c, width), height);
236 rowBytes = SkBitmap::ComputeRowBytes(c, width);
950 size += ComputeRowBytes(config, width) * height;
981 rowBytes = ComputeRowBytes(config, width);
    [all...]
  /external/skia/include/core/
SkBitmap.h 158 static int ComputeRowBytes(Config c, int width);
176 ComputeRowBytes() is called to compute the optimal value. This resets

Completed in 66 milliseconds