OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ComputeLevelSize
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkMipMap.cpp
394
SkISize mipSize =
ComputeLevelSize
(src.width(), src.height(), currentMipLevel);
527
SkISize SkMipMap::
ComputeLevelSize
(int baseWidth, int baseHeight, int level) {
/external/skqp/src/core/
SkMipMap.cpp
393
SkISize mipSize =
ComputeLevelSize
(src.width(), src.height(), currentMipLevel);
526
SkISize SkMipMap::
ComputeLevelSize
(int baseWidth, int baseHeight, int level) {
Completed in 120 milliseconds