HomeSort by relevance Sort by last modified time
    Searched refs:fMapper (Results 1 - 9 of 9) sorted by null

  /external/icu4c/samples/layout/
GDIFontInstance.h 66 CMAPMapper *fMapper;
133 return fMapper->unicodeToGlyph(ch);
GnomeFontInstance.h 65 CMAPMapper *fMapper;
143 return fMapper->unicodeToGlyph(ch);
GnomeFontInstance.cpp 51 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL)
108 fMapper = CMAPMapper::createUnicodeMapper(cmap);
110 if (fMapper == NULL) {