Home
last modified time | relevance | path

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

/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
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp500 , fCurrentHBFont(fHBFont.get()), fCurrentFont(&fFont) in FontRunIterator()
509 fCurrentFont = &fFont; in consume()
513 fCurrentFont = &fFallbackFont; in consume()
522 fCurrentFont = &fFallbackFont; in consume()
525 fCurrentFont = &fFont; in consume()
535 if (fCurrentFont->getTypeface() != fFont.getTypeface() && fFont.unicharToGlyph(u)) { in consume()
541 if (!fCurrentFont->unicharToGlyph(u)) { in consume()
559 return fCurrentFont; in currentFont()
573 SkFont* fCurrentFont; member in __anon4b0b033d0111::FontRunIterator