/external/skia/src/core/ |
D | SkMipMap.h | 38 static int ComputeLevelCount(int baseWidth, int baseHeight); 43 static SkISize ComputeLevelSize(int baseWidth, int baseHeight, int level);
|
D | SkMipMap.cpp | 493 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/ |
D | SkMipMap.h | 38 static int ComputeLevelCount(int baseWidth, int baseHeight); 43 static SkISize ComputeLevelSize(int baseWidth, int baseHeight, int level);
|
D | SkMipMap.cpp | 492 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/ |
D | TilingFunctions.h | 345 uint32_t baseHeight, 357 uint32_t mipHeight = baseHeight;
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 987 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/ |
D | GrGLGpu.cpp | 951 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__.py | 1844 baseWidth=None, baseHeight=None, argument 1852 baseWidth, baseHeight, widthInc, heightInc))
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 1677 baseWidth=None, baseHeight=None, argument 1685 baseWidth, baseHeight, widthInc, heightInc))
|