Home
last modified time | relevance | path

Searched refs:fCurrentFont (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/samples/layout/
DSurface.cpp9 if (fCurrentFont != font) { in setFont()
10 fCurrentFont = font; in setFont()
DGDIFontInstance.cpp25 : fHdc(theHDC), fCurrentFont(NULL) in GDISurface()
38 fCurrentFont = NULL; in setHDC()
44 if (fCurrentFont != font) { in setFont()
45 fCurrentFont = font; in setFont()
DGDIFontInstance.h43 const GDIFontInstance *fCurrentFont; variable