HomeSort by relevance Sort by last modified time
    Searched refs:pFont (Results 1 - 4 of 4) sorted by null

  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
AndroidFont.java 127 if ((pFont == 0) || (this.fontType == FontManager.FONT_TYPE_T1)){
166 if (pFont != 0){
167 pFont = 0;
236 if ((pFont != 0) && (faceName == null)){
Glyph.java 46 long pFont;
83 return this.pFont;
FontPeerImpl.java 90 long pFont;
429 return pFont;
  /external/webkit/WebCore/rendering/
RenderThemeWince.cpp 77 typedef HRESULT (WINAPI*getThemeSysFontPtr)(HANDLE hTheme, int iFontId, OUT LOGFONT* pFont);
79 int iStateId, int iPropId, OUT COLORREF* pFont);

Completed in 82 milliseconds