Home | History | Annotate | Download | only in text

Lines Matching refs:tp

57      * Copy the fields from tp into this TextPaint, including the
60 public void set(TextPaint tp) {
61 super.set(tp);
63 bgColor = tp.bgColor;
64 baselineShift = tp.baselineShift;
65 linkColor = tp.linkColor;
66 drawableState = tp.drawableState;
67 density = tp.density;
68 underlineColor = tp.underlineColor;
69 underlineThickness = tp.underlineThickness;