Searched refs:paddedHeight (Results 1 – 3 of 3) sorted by relevance
618 uint32_t paddedHeight = (uint32_t) (bounds.top - bounds.bottom) + 2 * intRadius; in renderDropShadow() local621 if (paddedWidth > maxSize || paddedHeight > maxSize) { in renderDropShadow()630 int size = paddedWidth * paddedHeight; in renderDropShadow()633 int size = paddedWidth * paddedHeight; in renderDropShadow()647 Font::BITMAP, dataBuffer, paddedWidth, paddedHeight, NULL, positions); in renderDropShadow()652 blurImage(&dataBuffer, paddedWidth, paddedHeight, radius); in renderDropShadow()656 image.height = paddedHeight; in renderDropShadow()
390 final int paddedHeight = stripHeight - paddingTop - paddingBottom; in updateTextPositions() local391 final int centeredTop = (paddedHeight - maxTextHeight) / 2; in updateTextPositions()
387 final int paddedHeight = height - getPaddingTop() - getPaddingBottom(); in layoutWithGravity() local389 adjustedHeight = (int) (paddedHeight * lp.centerWithinArea + 0.5f); in layoutWithGravity()