Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skshaper/src/
DSkShaper.cpp52 , fCurrentFont(nullptr) in FontMgrRunIterator()
62 fCurrentFont = &fFont; in consume()
65 fCurrentFont = &fFallbackFont; in consume()
72 fCurrentFont = &fFallbackFont; in consume()
74 fCurrentFont = &fFont; in consume()
83 if (fCurrentFont->getTypeface() != fFont.getTypeface() && fFont.unicharToGlyph(u)) { in consume()
89 if (!fCurrentFont->unicharToGlyph(u)) { in consume()
107 return *fCurrentFont; in currentFont()
117 SkFont* fCurrentFont; member in FontMgrRunIterator
/third_party/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
/third_party/flutter/skia/third_party/externals/icu/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
/third_party/skia/third_party/externals/icu/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
/third_party/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
/third_party/skia/experimental/sktext/src/
DText.cpp175 fCurrentFont = this->createFont(*fCurrentBlock); in FormattingFontIterator()
190 fCurrentFont = this->createFont(*fCurrentBlock); in consume()
207 const SkFont& currentFont() const override { return fCurrentFont; } in currentFont()
222 SkFont fCurrentFont; member in skia::text::FormattingFontIterator