Searched defs:baseHeight (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/core/ |
D | SkMipMap.cpp | 492 int SkMipMap::ComputeLevelCount(int baseWidth, int baseHeight) { in ComputeLevelCount() 526 SkISize SkMipMap::ComputeLevelSize(int baseWidth, int baseHeight, int level) { in ComputeLevelSize()
|
/external/skia/src/core/ |
D | SkMipMap.cpp | 653 int SkMipMap::ComputeLevelCount(int baseWidth, int baseHeight) { in ComputeLevelCount() 687 SkISize SkMipMap::ComputeLevelSize(int baseWidth, int baseHeight, int level) { in ComputeLevelSize()
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 531 int baseHeight = srcData[0].height(); in createBackendTexture() local
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 951 int baseWidth, int baseHeight) { in allocate_and_populate_texture() 1052 int baseWidth, int baseHeight) { in allocate_and_populate_compressed_texture()
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | TextureD3D.cpp | 2021 int baseHeight = getBaseLevelHeight(); in isCubeComplete() local 3480 int baseHeight = getLevelZeroHeight(); in initMipmapImages() local
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2040 baseWidth=None, baseHeight=None, argument
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 1677 baseWidth=None, baseHeight=None, argument
|