/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() 544 int width = SkTMax(1, baseWidth >> (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() 543 int width = SkTMax(1, baseWidth >> (level + 1)); in ComputeLevelSize()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | TilingFunctions.h | 265 uint32_t baseWidth, 276 uint32_t curWidth = baseWidth; 306 uint32_t baseWidth, 317 uint32_t curWidth = baseWidth;
|
/external/skia/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 748 float baseWidth = baseAbs[0] + baseAbs[1]; in appendMonotonicConic() local 756 if (ht <= (baseWidth*hs) * kFlatnessThreshold) { in appendMonotonicConic() 763 if (w > 1 && h1*hs - ht < baseWidth*hs) { in appendMonotonicConic()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 748 float baseWidth = baseAbs[0] + baseAbs[1]; in appendMonotonicConic() local 756 if (ht <= (baseWidth*hs) * kFlatnessThreshold) { in appendMonotonicConic() 763 if (w > 1 && h1*hs - ht < baseWidth*hs) { in appendMonotonicConic()
|
/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() 1013 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_texture() 1034 baseWidth, in allocate_and_populate_texture() 1046 int currentWidth = SkTMax(1, baseWidth / 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() 1119 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_compressed_texture() 1145 int currentWidth = SkTMax(1, baseWidth / 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() 977 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_texture() 998 baseWidth, in allocate_and_populate_texture() 1010 int currentWidth = SkTMax(1, baseWidth / 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() 1083 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel); in allocate_and_populate_compressed_texture() 1109 int currentWidth = SkTMax(1, baseWidth / 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))
|