Searched defs:paddedHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp584 uint32_t paddedHeight = (uint32_t) (bounds.top - bounds.bottom) + 2 * intRadius; local
587 if (paddedWidth > maxSize || paddedHeight > maxSize) {
596 int size = paddedWidth * paddedHeight;
599 int size = paddedWidth * paddedHeight;
613 Font::BITMAP, dataBuffer, paddedWidth, paddedHeight, nullptr, positions);
618 blurImage(&dataBuffer, paddedWidth, paddedHeight, radius);
622 image.height = paddedHeight;

Completed in 56 milliseconds