Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMipMap.h38 static int ComputeLevelCount(int baseWidth, int baseHeight);
43 static SkISize ComputeLevelSize(int baseWidth, int baseHeight, int level);
DSkMipMap.cpp493 int SkMipMap::ComputeLevelCount(int baseWidth, int baseHeight) { in ComputeLevelCount() argument
494 if (baseWidth < 1 || baseHeight < 1) { in ComputeLevelCount()
503 const int largestAxis = SkTMax(baseWidth, baseHeight); in ComputeLevelCount()
527 SkISize SkMipMap::ComputeLevelSize(int baseWidth, int baseHeight, int level) { in ComputeLevelSize() argument
528 if (baseWidth < 1 || baseHeight < 1) { in ComputeLevelSize()
532 int maxLevelCount = ComputeLevelCount(baseWidth, baseHeight); in ComputeLevelSize()
545 int height = SkTMax(1, baseHeight >> (level + 1)); in ComputeLevelSize()
/external/skqp/src/core/
DSkMipMap.h38 static int ComputeLevelCount(int baseWidth, int baseHeight);
43 static SkISize ComputeLevelSize(int baseWidth, int baseHeight, int level);
DSkMipMap.cpp492 int SkMipMap::ComputeLevelCount(int baseWidth, int baseHeight) { in ComputeLevelCount() argument
493 if (baseWidth < 1 || baseHeight < 1) { in ComputeLevelCount()
502 const int largestAxis = SkTMax(baseWidth, baseHeight); in ComputeLevelCount()
526 SkISize SkMipMap::ComputeLevelSize(int baseWidth, int baseHeight, int level) { in ComputeLevelSize() argument
527 if (baseWidth < 1 || baseHeight < 1) { in ComputeLevelSize()
531 int maxLevelCount = ComputeLevelCount(baseWidth, baseHeight); in ComputeLevelSize()
544 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.cpp987 int baseWidth, int baseHeight) { in allocate_and_populate_texture() argument
1002 baseWidth, baseHeight)); in allocate_and_populate_texture()
1014 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture()
1035 baseHeight, in allocate_and_populate_texture()
1047 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture()
1088 int baseWidth, int baseHeight) { in allocate_and_populate_compressed_texture() argument
1106 baseWidth, baseHeight)); in allocate_and_populate_compressed_texture()
1120 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_compressed_texture()
1146 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_compressed_texture()
1150 size_t dataSize = GrCompressedFormatDataSize(config, baseWidth, baseHeight); in allocate_and_populate_compressed_texture()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp951 int baseWidth, int baseHeight) { in allocate_and_populate_texture() argument
966 baseWidth, baseHeight)); in allocate_and_populate_texture()
978 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture()
999 baseHeight, in allocate_and_populate_texture()
1011 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture()
1052 int baseWidth, int baseHeight) { in allocate_and_populate_compressed_texture() argument
1070 baseWidth, baseHeight)); in allocate_and_populate_compressed_texture()
1084 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_compressed_texture()
1110 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_compressed_texture()
1114 size_t dataSize = GrCompressedFormatDataSize(config, baseWidth, baseHeight); in allocate_and_populate_compressed_texture()
/external/python/cpython3/Lib/tkinter/
D__init__.py1844 baseWidth=None, baseHeight=None, argument
1852 baseWidth, baseHeight, widthInc, heightInc))
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1677 baseWidth=None, baseHeight=None, argument
1685 baseWidth, baseHeight, widthInc, heightInc))