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

  /external/icu4c/samples/layout/
Surface.cpp 9 if (fCurrentFont != font) {
10 fCurrentFont = font;
GDIFontInstance.h 43 const GDIFontInstance *fCurrentFont;
GDIFontInstance.cpp 25 : fHdc(theHDC), fCurrentFont(NULL)
38 fCurrentFont = NULL;
44 if (fCurrentFont != font) {
45 fCurrentFont = font;

Completed in 26 milliseconds