Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper.cpp99 , fCurrentFont(nullptr) in FontMgrRunIterator()
119 fCurrentFont = &fFont; in consume()
122 fCurrentFont = &fFallbackFont; in consume()
131 fCurrentFont = &fFallbackFont; in consume()
133 fCurrentFont = &fFont; in consume()
142 if (fCurrentFont->getTypeface() != fFont.getTypeface() && fFont.unicharToGlyph(u)) { in consume()
148 if (!fCurrentFont->unicharToGlyph(u)) { in consume()
168 return *fCurrentFont; in currentFont()
178 SkFont* fCurrentFont; member in FontMgrRunIterator
/external/icu/icu4c/source/samples/layout/
DSurface.cpp12 if (fCurrentFont != font) { in setFont()
13 fCurrentFont = font; in setFont()
DGDIFontInstance.cpp31 : fHdc(theHDC), fCurrentFont(NULL) in GDISurface()
44 fCurrentFont = NULL; in setHDC()
50 if (fCurrentFont != font) { in setFont()
51 fCurrentFont = font; in setFont()
DGDIFontInstance.h49 const GDIFontInstance *fCurrentFont; variable