Searched refs:currentHeight (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 660 int currentHeight = height; in uploadTexDataOptimal() local 671 currentHeight = SkTMax(1, currentHeight/2); in uploadTexDataOptimal() 674 const size_t trimmedSize = currentWidth * bpp * currentHeight; in uploadTexDataOptimal() 701 currentHeight = height; in uploadTexDataOptimal() 705 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight); in uploadTexDataOptimal() 715 src += (currentHeight - 1) * rowBytes; in uploadTexDataOptimal() 716 for (int y = 0; y < currentHeight; y++) { in uploadTexDataOptimal() 722 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight); in uploadTexDataOptimal() 729 region.bufferImageHeight = currentHeight; in uploadTexDataOptimal() 731 region.imageOffset = { left, flipY ? layerHeight - top - currentHeight : top, 0 }; in uploadTexDataOptimal() [all …]
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpu.cpp | 686 int currentHeight = height; in uploadTexDataOptimal() local 697 currentHeight = SkTMax(1, currentHeight/2); in uploadTexDataOptimal() 700 const size_t trimmedSize = currentWidth * bpp * currentHeight; in uploadTexDataOptimal() 727 currentHeight = height; in uploadTexDataOptimal() 731 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight); in uploadTexDataOptimal() 741 src += (currentHeight - 1) * rowBytes; in uploadTexDataOptimal() 742 for (int y = 0; y < currentHeight; y++) { in uploadTexDataOptimal() 748 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight); in uploadTexDataOptimal() 755 region.bufferImageHeight = currentHeight; in uploadTexDataOptimal() 757 region.imageOffset = { left, flipY ? layerHeight - top - currentHeight : top, 0 }; in uploadTexDataOptimal() [all …]
|
/external/skqp/tests/ |
D | MipMapTest.cpp | 80 int currentHeight = height / twoToTheMipLevel; in test_mipmap_generation() local 82 REPORTER_ASSERT(reporter, level.fPixmap.height() == currentHeight); in test_mipmap_generation()
|
/external/skia/tests/ |
D | MipMapTest.cpp | 80 int currentHeight = height / twoToTheMipLevel; in test_mipmap_generation() local 82 REPORTER_ASSERT(reporter, level.fPixmap.height() == currentHeight); in test_mipmap_generation()
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 938 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local 946 currentHeight, in allocate_and_populate_texture() 971 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local 980 currentHeight, in allocate_and_populate_texture() 1108 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local 1110 const size_t trimmedSize = trimRowBytes * currentHeight; in uploadTexData() 1145 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local 1173 if (swFlipY && currentHeight >= 1) { in uploadTexData() 1174 src += (currentHeight - 1) * rowBytes; in uploadTexData() 1177 for (int y = 0; y < currentHeight; y++) { in uploadTexData() [all …]
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 938 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local 946 currentHeight, in allocate_and_populate_texture() 971 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel); in allocate_and_populate_texture() local 980 currentHeight, in allocate_and_populate_texture() 1110 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local 1112 const size_t trimmedSize = trimRowBytes * currentHeight; in uploadTexData() 1147 int currentHeight = SkTMax(1, height / twoToTheMipLevel); in uploadTexData() local 1175 if (swFlipY && currentHeight >= 1) { in uploadTexData() 1176 src += (currentHeight - 1) * rowBytes; in uploadTexData() 1179 for (int y = 0; y < currentHeight; y++) { in uploadTexData() [all …]
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | docs.js | 6107 SwapContent.prototype.currentHeight = function(container) { method in SwapContent 6142 … container.height(this.currentHeight(container)).children().toggleClass(this.options.activeClass); 6143 container.animate({height: this.currentHeight(container)}, this.options.transitionSpeed,
|