Home | History | Annotate | Download | only in month

Lines Matching refs:descent

408         mMonthNumHeight = (int) (mMonthNumPaint.descent() - mMonthNumPaint.ascent() + 0.5f);
427 mEventHeight = (int) (mEventPaint.descent() - mEventPaint.ascent() + 0.5f);
437 mExtrasHeight = (int)(mEventExtrasPaint.descent() - mEventExtrasPaint.ascent() + 0.5f);
439 mExtrasDescent = (int)(mEventExtrasPaint.descent() + 0.5f);
478 + " descent=" + mMonthNumPaint.descent() + " int height=" + mMonthNumHeight);
480 + " descent=" + mEventPaint.descent() + " int height=" + mEventHeight
483 + " descent=" + mEventExtrasPaint.descent() + " int height=" + mExtrasHeight);
485 + " descent=" + mWeekNumPaint.descent());