Searched refs:fMapper (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.cpp | 113 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()
|
D | GnomeFontInstance.cpp | 57 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GnomeFontInstance() 114 fMapper = CMAPMapper::createUnicodeMapper(cmap); in initMapper() 116 if (fMapper == NULL) { in initMapper()
|
D | GDIFontInstance.h | 72 CMAPMapper *fMapper; variable 139 return fMapper->unicodeToGlyph(ch); in mapCharToGlyph()
|
D | GnomeFontInstance.h | 71 CMAPMapper *fMapper; variable 149 return fMapper->unicodeToGlyph(ch); in mapCharToGlyph()
|
/external/skia/debugger/QT/ |
D | SkDebuggerGUI.cpp | 41 , fMapper(this) in SkDebuggerGUI() 90 fMapper.setMapping(&fActionZoomIn, SkCanvasWidget::kIn_ZoomCommand); in SkDebuggerGUI() 91 fMapper.setMapping(&fActionZoomOut, SkCanvasWidget::kOut_ZoomCommand); in SkDebuggerGUI() 93 connect(&fActionZoomIn, SIGNAL(triggered()), &fMapper, SLOT(map())); in SkDebuggerGUI() 94 connect(&fActionZoomOut, SIGNAL(triggered()), &fMapper, SLOT(map())); in SkDebuggerGUI() 95 connect(&fMapper, SIGNAL(mapped(int)), &fCanvasWidget, SLOT(zoom(int))); in SkDebuggerGUI()
|
D | SkDebuggerGUI.h | 258 QSignalMapper fMapper; variable
|