Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkMipmap.h53 static int ComputeLevelCount(SkISize s) { return ComputeLevelCount(s.width(), s.height()); } in ComputeLevelCount() function
H A DSkMipmap.cpp134 int SkMipmap::ComputeLevelCount(int baseWidth, int baseHeight) { in ComputeLevelCount() function in SkMipmap