Home
last modified time | relevance | path

Searched refs:baseHeight (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/core/
DSkMipMap.h45 static int ComputeLevelCount(int baseWidth, int baseHeight);
50 static SkISize ComputeLevelSize(int baseWidth, int baseHeight, int level);
DSkMipMap.cpp675 int SkMipMap::ComputeLevelCount(int baseWidth, int baseHeight) { in ComputeLevelCount() argument
676 if (baseWidth < 1 || baseHeight < 1) { in ComputeLevelCount()
685 const int largestAxis = SkTMax(baseWidth, baseHeight); in ComputeLevelCount()
709 SkISize SkMipMap::ComputeLevelSize(int baseWidth, int baseHeight, int level) { in ComputeLevelSize() argument
710 if (baseWidth < 1 || baseHeight < 1) { in ComputeLevelSize()
714 int maxLevelCount = ComputeLevelCount(baseWidth, baseHeight); in ComputeLevelSize()
727 int height = SkTMax(1, baseHeight >> (level + 1)); in ComputeLevelSize()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DTilingFunctions.h345 uint32_t baseHeight,
357 uint32_t mipHeight = baseHeight;
/external/skia/src/gpu/gl/
DGrGLGpu.cpp914 int baseWidth, int baseHeight) { in allocate_and_populate_texture() argument
929 baseWidth, baseHeight)); in allocate_and_populate_texture()
941 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture()
962 baseHeight, in allocate_and_populate_texture()
974 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture()
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1672 baseWidth=None, baseHeight=None, argument
1680 baseWidth, baseHeight, widthInc, heightInc))