Home
last modified time | relevance | path

Searched defs:currentHeight (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DMipMapTest.cpp80 int currentHeight = height / twoToTheMipLevel; in test_mipmap_generation() local
/external/skia/src/gpu/gl/
DGrGLGpu.cpp941 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local
974 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local
1102 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local
1112 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local
1185 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local
/external/skia/src/gpu/vk/
DGrVkGpu.cpp663 int currentHeight = height; in uploadTexDataOptimal() local
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js6107 SwapContent.prototype.currentHeight = function(container) { method in SwapContent