Home
last modified time | relevance | path

Searched refs:gTypefaceI (Results 1 – 7 of 7) sorted by relevance

/development/samples/BrowserPlugin/jni/video/
DVideoPlugin.cpp42 extern ANPTypefaceInterfaceV0 gTypefaceI;
/development/samples/BrowserPlugin/jni/form/
DFormPlugin.cpp38 extern ANPTypefaceInterfaceV0 gTypefaceI;
95 ANPTypeface* tf = gTypefaceI.createFromName("serif", kItalic_ANPTypefaceStyle); in FormPlugin()
97 gTypefaceI.unref(tf); in FormPlugin()
/development/samples/BrowserPlugin/jni/audio/
DAudioPlugin.cpp40 extern ANPTypefaceInterfaceV0 gTypefaceI;
164 ANPTypeface* tf = gTypefaceI.createFromName("serif", kItalic_ANPTypefaceStyle); in AudioPlugin()
166 gTypefaceI.unref(tf); in AudioPlugin()
/development/samples/BrowserPlugin/jni/background/
DBackgroundPlugin.cpp42 extern ANPTypefaceInterfaceV0 gTypefaceI;
165 ANPTypeface* tf = gTypefaceI.createFromName("serif", kItalic_ANPTypefaceStyle); in drawPlugin()
167 gTypefaceI.unref(tf); in drawPlugin()
/development/samples/BrowserPlugin/jni/
Dmain.cpp78 ANPTypefaceInterfaceV0 gTypefaceI; variable
127 { kTypefaceInterfaceV0_ANPGetValue, sizeof(gTypefaceI), &gTypefaceI }, in NP_Initialize()
/development/samples/BrowserPlugin/jni/paint/
DPaintPlugin.cpp39 extern ANPTypefaceInterfaceV0 gTypefaceI;
75 ANPTypeface* tf = gTypefaceI.createFromName("serif", kItalic_ANPTypefaceStyle); in PaintPlugin()
77 gTypefaceI.unref(tf); in PaintPlugin()
/development/samples/BrowserPlugin/jni/navigation/
DNavigationPlugin.cpp38 extern ANPTypefaceInterfaceV0 gTypefaceI;