Searched defs:currentHeight (Results 1 – 4 of 4) sorted by relevance
80 int currentHeight = height / twoToTheMipLevel; in test_mipmap_generation() local
941 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local974 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local1102 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local1112 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local1185 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local
663 int currentHeight = height; in uploadTexDataOptimal() local
6107 SwapContent.prototype.currentHeight = function(container) { method in SwapContent