Searched refs:ComputeSize64 (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/core/
H A DSkBitmap.h250 static int64_t ComputeSize64(Config, int width, int height);
/external/skia/src/core/
H A DSkBitmap.cpp130 int64_t SkBitmap::ComputeSize64(Config config, int width, int height) { function in class:SkBitmap
137 int64_t size = SkBitmap::ComputeSize64(c, width, height);

Completed in 556 milliseconds