Searched refs:paddedWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp1022 uint32_t paddedWidth = (uint32_t) (bounds.right - bounds.left) + 2 * radius; local
1024 uint8_t* dataBuffer = new uint8_t[paddedWidth * paddedHeight];
1026 for (uint32_t i = 0; i < paddedWidth * paddedHeight; i++) {
1034 dataBuffer, paddedWidth, paddedHeight);
1035 blurImage(dataBuffer, paddedWidth, paddedHeight, radius);
1038 image.width = paddedWidth;

Completed in 33 milliseconds