Home
last modified time | relevance | path

Searched defs:baseWidth (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkMipmap.cpp659 int SkMipmap::ComputeLevelCount(int baseWidth, int baseHeight) { in ComputeLevelCount()
693 SkISize SkMipmap::ComputeLevelSize(int baseWidth, int baseHeight, int level) { in ComputeLevelSize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DTextureD3D.cpp2076 int baseWidth = getBaseLevelWidth(); in isCubeComplete() local
3535 int baseWidth = getLevelZeroWidth(); in initMipmapImages() local
/third_party/python/Lib/tkinter/
D__init__.py2078 baseWidth=None, baseHeight=None, argument