Home
last modified time | relevance | path

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

/external/icu4c/samples/layout/
DGDIFontInstance.cpp107 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GDIFontInstance()
192 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GDIFontInstance()
313 delete fMapper; in ~GDIFontInstance()
314 fMapper = NULL; in ~GDIFontInstance()
326 fMapper = CMAPMapper::createUnicodeMapper(cmap); in initMapper()
328 if (fMapper == NULL) { in initMapper()
DGnomeFontInstance.cpp51 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GnomeFontInstance()
108 fMapper = CMAPMapper::createUnicodeMapper(cmap); in initMapper()
110 if (fMapper == NULL) { in initMapper()
DGnomeFontInstance.h65 CMAPMapper *fMapper; variable
143 return fMapper->unicodeToGlyph(ch); in mapCharToGlyph()
DGDIFontInstance.h66 CMAPMapper *fMapper; variable
133 return fMapper->unicodeToGlyph(ch); in mapCharToGlyph()
/external/skia/src/effects/
DSkGradientShader.cpp93 SkUnitMapper* fMapper; member in Gradient_Shader
162 fMapper = mapper; in Gradient_Shader()
276 fMapper = static_cast<SkUnitMapper*>(buffer.readFlattenable()); in Gradient_Shader()
315 fMapper->safeUnref(); in ~Gradient_Shader()
320 buffer.writeFlattenable(fMapper); in flatten()
526 if (fMapper) { in getCache16()
530 SkUnitMapper* map = fMapper; in getCache16()
568 if (fMapper) { in getCache32()
572 SkUnitMapper* map = fMapper; in getCache32()