Home
last modified time | relevance | path

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

/external/skqp/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/skia/src/core/
DSkMipMap.h46 static int ComputeLevelCount(int baseWidth, int baseHeight);
51 static SkISize ComputeLevelSize(int baseWidth, int baseHeight, int level);
DSkMipMap.cpp676 int SkMipMap::ComputeLevelCount(int baseWidth, int baseHeight) { in ComputeLevelCount() argument
677 if (baseWidth < 1 || baseHeight < 1) { in ComputeLevelCount()
686 const int largestAxis = SkTMax(baseWidth, baseHeight); in ComputeLevelCount()
710 SkISize SkMipMap::ComputeLevelSize(int baseWidth, int baseHeight, int level) { in ComputeLevelSize() argument
711 if (baseWidth < 1 || baseHeight < 1) { in ComputeLevelSize()
715 int maxLevelCount = ComputeLevelCount(baseWidth, baseHeight); in ComputeLevelSize()
728 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.cpp911 int baseWidth, int baseHeight) { in allocate_and_populate_texture() argument
926 baseWidth, baseHeight)); in allocate_and_populate_texture()
938 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture()
959 baseHeight, in allocate_and_populate_texture()
971 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp911 int baseWidth, int baseHeight) { in allocate_and_populate_texture() argument
926 baseWidth, baseHeight)); in allocate_and_populate_texture()
938 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture()
959 baseHeight, in allocate_and_populate_texture()
971 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))
/external/python/cpython3/Lib/tkinter/
D__init__.py1838 baseWidth=None, baseHeight=None, argument
1846 baseWidth, baseHeight, widthInc, heightInc))