Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMipmap.h45 static int ComputeLevelCount(SkISize s) { return ComputeLevelCount(s.width(), s.height()); } in ComputeLevelCount() function
DSkMipmap.cpp656 int SkMipmap::ComputeLevelCount(int baseWidth, int baseHeight) { in ComputeLevelCount() function in SkMipmap
/external/skqp/src/core/
DSkMipMap.cpp492 int SkMipMap::ComputeLevelCount(int baseWidth, int baseHeight) { in ComputeLevelCount() function in SkMipMap