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

/development/tools/findunused/
H A Dremoveunusedresources61 xmlstarlet ed -P -S -d "/resources/string[@name='$LINE']" $RESLINE > tf$$
62 mv tf$$ $RESLINE
66 xmlstarlet ed -P -S -d "/resources/*[@name='$LINE']" $RESLINE > tf$$
67 mv tf$$ $RESLINE
/development/apps/FontLab/src/com/android/fontlab/
H A DFontLab.java119 Typeface tf = mColumn1.getTypeface();
125 + " " + sStyleName[tf.getStyle()]
156 private static boolean canSupportStyle(Typeface tf, int styleBits) { argument
157 tf = Typeface.create(tf, styleBits);
158 return (tf.getStyle() & styleBits) == styleBits;
162 Typeface tf = Typeface.create(sTypeface[mFontIndex], mFontStyle);
163 mColumn1.setTypeface(tf);
164 mColumn2.setTypeface(tf);
/development/samples/BrowserPlugin/jni/audio/
H A DAudioPlugin.cpp164 ANPTypeface* tf = gTypefaceI.createFromName("serif", kItalic_ANPTypefaceStyle); local
165 gPaintI.setTypeface(m_paintText, tf);
166 gTypefaceI.unref(tf);
/development/samples/BrowserPlugin/jni/background/
H A DBackgroundPlugin.cpp165 ANPTypeface* tf = gTypefaceI.createFromName("serif", kItalic_ANPTypefaceStyle); local
166 gPaintI.setTypeface(paint, tf);
167 gTypefaceI.unref(tf);
/development/samples/BrowserPlugin/jni/form/
H A DFormPlugin.cpp95 ANPTypeface* tf = gTypefaceI.createFromName("serif", kItalic_ANPTypefaceStyle); local
96 gPaintI.setTypeface(m_paintText, tf);
97 gTypefaceI.unref(tf);
/development/samples/BrowserPlugin/jni/paint/
H A DPaintPlugin.cpp75 ANPTypeface* tf = gTypefaceI.createFromName("serif", kItalic_ANPTypefaceStyle); local
76 gPaintI.setTypeface(m_paintSurface, tf);
77 gTypefaceI.unref(tf);

Completed in 188 milliseconds