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()
289 delete fMapper; in ~GDIFontInstance()
290 fMapper = NULL; in ~GDIFontInstance()
302 fMapper = CMAPMapper::createUnicodeMapper(cmap); in initMapper()
304 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()
DGDIFontInstance.h66 CMAPMapper *fMapper; variable
133 return fMapper->unicodeToGlyph(ch); in mapCharToGlyph()
DGnomeFontInstance.h65 CMAPMapper *fMapper; variable
143 return fMapper->unicodeToGlyph(ch); in mapCharToGlyph()
/external/skia/src/effects/
DSkGradientShader.cpp111 SkUnitMapper* fMapper; member in Gradient_Shader
175 fMapper = mapper; in Gradient_Shader()
257 fMapper = static_cast<SkUnitMapper*>(buffer.readFlattenable()); in Gradient_Shader()
292 fMapper->safeUnref(); in ~Gradient_Shader()
298 buffer.writeFlattenable(fMapper); in flatten()
503 if (fMapper) in getCache16()
512 SkUnitMapper* map = fMapper; in getCache16()
554 if (fMapper) in getCache32()
559 SkUnitMapper* map = fMapper; in getCache32()