Home
last modified time | relevance | path

Searched defs:ComputeLevelCount (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkMipmap.h45 static int ComputeLevelCount(SkISize s) { return ComputeLevelCount(s.width(), s.height()); } in ComputeLevelCount() function
DSkMipmap.cpp659 int SkMipmap::ComputeLevelCount(int baseWidth, int baseHeight) { in ComputeLevelCount() function in SkMipmap