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

  /external/icu/icu4c/source/samples/layout/
Surface.cpp 12 if (fCurrentFont != font) {
13 fCurrentFont = font;
GDIFontInstance.h 49 const GDIFontInstance *fCurrentFont;
GDIFontInstance.cpp 31 : fHdc(theHDC), fCurrentFont(NULL)
44 fCurrentFont = NULL;
50 if (fCurrentFont != font) {
51 fCurrentFont = font;

Completed in 530 milliseconds