Searched refs:baseWidth (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkMipmap.h | 45 static int ComputeLevelCount(int baseWidth, int baseHeight); 51 static SkISize ComputeLevelSize(int baseWidth, int baseHeight, int level);
|
D | SkMipmap.cpp | 665 int SkMipmap::ComputeLevelCount(int baseWidth, int baseHeight) { in ComputeLevelCount() argument 666 if (baseWidth < 1 || baseHeight < 1) { in ComputeLevelCount() 675 const int largestAxis = std::max(baseWidth, baseHeight); in ComputeLevelCount() 699 SkISize SkMipmap::ComputeLevelSize(int baseWidth, int baseHeight, int level) { in ComputeLevelSize() argument 700 if (baseWidth < 1 || baseHeight < 1) { in ComputeLevelSize() 704 int maxLevelCount = ComputeLevelCount(baseWidth, baseHeight); in ComputeLevelSize() 716 int width = std::max(1, baseWidth >> (level + 1)); in ComputeLevelSize()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | TilingFunctions.h | 264 uint32_t baseWidth, 275 uint32_t curWidth = baseWidth; 305 uint32_t baseWidth, 316 uint32_t curWidth = baseWidth;
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | TextureD3D.cpp | 2153 int baseWidth = getBaseLevelWidth(); in isCubeComplete() local 2157 if (baseWidth <= 0 || baseWidth != baseHeight) in isCubeComplete() 2166 if (faceBaseImage.getWidth() != baseWidth || faceBaseImage.getHeight() != baseHeight || in isCubeComplete() 3641 int baseWidth = getLevelZeroWidth(); in initMipmapImages() local 3650 ASSERT((baseWidth >> level) > 0 || (baseHeight >> level) > 0); in initMipmapImages() 3651 gl::Extents levelLayerSize(std::max(baseWidth >> level, 1), in initMipmapImages()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 150 uint32_t baseWidth = mVWidth; in Create() local 316 SetTargetWidth(baseWidth); in Create()
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 1677 baseWidth=None, baseHeight=None, argument 1685 baseWidth, baseHeight, widthInc, heightInc))
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2078 baseWidth=None, baseHeight=None, argument 2086 baseWidth, baseHeight, widthInc, heightInc))
|