Home
last modified time | relevance | path

Searched refs:fMapper (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/modules/skottie/src/effects/
DLevelsEffect.cpp133 .bind( kInBlack_Index, fMapper.fInBlack ) in EasyLevelsEffectAdapter()
134 .bind( kInWhite_Index, fMapper.fInWhite ) in EasyLevelsEffectAdapter()
135 .bind( kGamma_Index, fMapper.fGamma ) in EasyLevelsEffectAdapter()
136 .bind( kOutBlack_Index, fMapper.fOutBlack) in EasyLevelsEffectAdapter()
137 .bind( kOutWhite_Index, fMapper.fOutWhite) in EasyLevelsEffectAdapter()
154 if (channel < kRGB_Channel || channel > kA_Channel || !fMapper.build_lut(lut, fClip)) { in onSync()
167 ChannelMapper fMapper; member in skottie::internal::__anon40c644a20111::EasyLevelsEffectAdapter
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
DGDIFontInstance.cpp113 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GDIFontInstance()
198 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GDIFontInstance()
319 delete fMapper; in ~GDIFontInstance()
320 fMapper = NULL; in ~GDIFontInstance()
332 fMapper = CMAPMapper::createUnicodeMapper(cmap); in initMapper()
334 if (fMapper == NULL) { in initMapper()
DGnomeFontInstance.cpp57 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GnomeFontInstance()
114 fMapper = CMAPMapper::createUnicodeMapper(cmap); in initMapper()
116 if (fMapper == NULL) { in initMapper()
DGnomeFontInstance.h71 CMAPMapper *fMapper; variable
149 return fMapper->unicodeToGlyph(ch); in mapCharToGlyph()
DGDIFontInstance.h72 CMAPMapper *fMapper; variable
139 return fMapper->unicodeToGlyph(ch); in mapCharToGlyph()
/third_party/skia/third_party/externals/icu/source/samples/layout/
DGDIFontInstance.cpp113 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GDIFontInstance()
198 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GDIFontInstance()
319 delete fMapper; in ~GDIFontInstance()
320 fMapper = NULL; in ~GDIFontInstance()
332 fMapper = CMAPMapper::createUnicodeMapper(cmap); in initMapper()
334 if (fMapper == NULL) { in initMapper()
DGnomeFontInstance.cpp57 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GnomeFontInstance()
114 fMapper = CMAPMapper::createUnicodeMapper(cmap); in initMapper()
116 if (fMapper == NULL) { in initMapper()
DGnomeFontInstance.h71 CMAPMapper *fMapper; variable
149 return fMapper->unicodeToGlyph(ch); in mapCharToGlyph()
DGDIFontInstance.h72 CMAPMapper *fMapper; variable
139 return fMapper->unicodeToGlyph(ch); in mapCharToGlyph()
/third_party/icu/icu4c/source/samples/layout/
DGDIFontInstance.cpp113 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GDIFontInstance()
198 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GDIFontInstance()
319 delete fMapper; in ~GDIFontInstance()
320 fMapper = NULL; in ~GDIFontInstance()
332 fMapper = CMAPMapper::createUnicodeMapper(cmap); in initMapper()
334 if (fMapper == NULL) { in initMapper()
DGnomeFontInstance.cpp57 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GnomeFontInstance()
114 fMapper = CMAPMapper::createUnicodeMapper(cmap); in initMapper()
116 if (fMapper == NULL) { in initMapper()
DGnomeFontInstance.h71 CMAPMapper *fMapper; variable
149 return fMapper->unicodeToGlyph(ch); in mapCharToGlyph()
DGDIFontInstance.h72 CMAPMapper *fMapper; variable
139 return fMapper->unicodeToGlyph(ch); in mapCharToGlyph()