/third_party/icu/icu4c/source/samples/layout/ |
H A D | GnomeFontMap.cpp | 24 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) in GnomeFontMap() argument 25 : FontMap(fileName, pointSize, guiSupport, status), fEngine(engine) in GnomeFontMap() 35 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) in openFont() argument 37 LEFontInstance *result = new GnomeFontInstance(fEngine, fontName, pointSize, status); in openFont()
|
H A D | GDIFontMap.cpp | 22 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) in GDIFontMap() argument 23 : FontMap(fileName, pointSize, guiSupport, status), fSurface(surface) in GDIFontMap() 33 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) in openFont() argument 35 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status); in openFont()
|
H A D | GDIFontInstance.cpp | 110 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status) in GDIFontInstance() argument 112 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GDIFontInstance() 136 pt.x = (int) (pointSize * dpiX / 72); in GDIFontInstance() 137 pt.y = (int) (pointSize * dpiY / 72); in GDIFontInstance() 141 pt.x = pt.y = pointSize; in GDIFontInstance() 195 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status) in GDIFontInstance() argument 197 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GDIFontInstance() 224 pt.x = (int) (pointSize * fDeviceScaleX); in GDIFontInstance() 225 pt.y = (int) (pointSize * fDeviceScaleY); in GDIFontInstance() 229 pt.x = pt.y = pointSize; in GDIFontInstance() [all...] |
H A D | GnomeFontMap.h | 31 GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status); 36 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
|
H A D | GDIFontMap.h | 31 GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status); 36 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
|
H A D | FontMap.h | 26 FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status); 41 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) = 0;
|
H A D | gnomeglue.cpp | 55 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) in fm_gnomeFontMapOpen() argument 57 return (fm_fontMap *) new GnomeFontMap(engine, fileName, pointSize, (GnomeGUISupport *) guiSupport, *status); in fm_gnomeFontMapOpen()
|
H A D | gdiglue.cpp | 59 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) in fm_gdiFontMapOpen() argument 61 return (fm_fontMap *) new GDIFontMap((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *) guiSupport, *status); in fm_gdiFontMapOpen()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | GDIFontMap.cpp | 22 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) in GDIFontMap() argument 23 : FontMap(fileName, pointSize, guiSupport, status), fSurface(surface) in GDIFontMap() 33 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) in openFont() argument 35 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status); in openFont()
|
H A D | GnomeFontMap.cpp | 24 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) in GnomeFontMap() argument 25 : FontMap(fileName, pointSize, guiSupport, status), fEngine(engine) in GnomeFontMap() 35 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) in openFont() argument 37 LEFontInstance *result = new GnomeFontInstance(fEngine, fontName, pointSize, status); in openFont()
|
H A D | GDIFontInstance.cpp | 110 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status) in GDIFontInstance() argument 112 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GDIFontInstance() 136 pt.x = (int) (pointSize * dpiX / 72); in GDIFontInstance() 137 pt.y = (int) (pointSize * dpiY / 72); in GDIFontInstance() 141 pt.x = pt.y = pointSize; in GDIFontInstance() 195 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status) in GDIFontInstance() argument 197 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GDIFontInstance() 224 pt.x = (int) (pointSize * fDeviceScaleX); in GDIFontInstance() 225 pt.y = (int) (pointSize * fDeviceScaleY); in GDIFontInstance() 229 pt.x = pt.y = pointSize; in GDIFontInstance() [all...] |
H A D | GDIFontMap.h | 31 GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status); 36 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
|
H A D | GnomeFontMap.h | 31 GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status); 36 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
|
H A D | FontMap.h | 26 FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status); 41 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) = 0;
|
H A D | gnomeglue.cpp | 55 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) in fm_gnomeFontMapOpen() argument 57 return (fm_fontMap *) new GnomeFontMap(engine, fileName, pointSize, (GnomeGUISupport *) guiSupport, *status); in fm_gnomeFontMapOpen()
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | cfonts.cpp | 19 float pointSize, in le_portableFontOpen() 22 return (le_font *) new PortableFontInstance(fileName, pointSize, *status); in le_portableFontOpen() 25 le_font *le_simpleFontOpen(float pointSize, in le_simpleFontOpen() argument 28 return (le_font *) new SimpleFontInstance(pointSize, *status); in le_simpleFontOpen() 18 le_portableFontOpen(const char *fileName, float pointSize, LEErrorCode *status) le_portableFontOpen() argument
|
H A D | cfonts.h | 18 float pointSize, 21 le_font *le_simpleFontOpen(float pointSize,
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
H A D | cfonts.cpp | 18 float pointSize, in le_portableFontOpen() 21 return (le_font *) new PortableFontInstance(fileName, pointSize, *status); in le_portableFontOpen() 24 le_font *le_simpleFontOpen(float pointSize, in le_simpleFontOpen() argument 27 return (le_font *) new SimpleFontInstance(pointSize, *status); in le_simpleFontOpen() 17 le_portableFontOpen(const char *fileName, float pointSize, LEErrorCode *status) le_portableFontOpen() argument
|
H A D | cfonts.h | 17 float pointSize, 20 le_font *le_simpleFontOpen(float pointSize,
|
H A D | SimpleFontInstance.cpp | 29 SimpleFontInstance::SimpleFontInstance(float pointSize, LEErrorCode &status) in SimpleFontInstance() argument 30 : fPointSize(pointSize), fAscent(0), fDescent(0) in SimpleFontInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryInputGeometryShaderTests.cpp | 130 string shaderGeometry (bool pointSize) const; 197 string GeometryExpanderRenderTest::shaderGeometry (bool pointSize) const in shaderGeometry() 202 if (pointSize) in shaderGeometry() 218 if (pointSize) in shaderGeometry() 224 if (pointSize) in shaderGeometry() 230 if (pointSize) in shaderGeometry()
|
H A D | vktGeometryEmitGeometryShaderTests.cpp | 107 string shaderGeometry (bool pointSize) const; 164 string EmitTest::shaderGeometry (bool pointSize) const in shaderGeometry() 169 if (pointSize) in shaderGeometry() 185 if (pointSize) in shaderGeometry() 199 if (pointSize) in shaderGeometry()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryInputGeometryShaderTests.cpp | 130 string shaderGeometry (bool pointSize) const; 197 string GeometryExpanderRenderTest::shaderGeometry (bool pointSize) const in shaderGeometry() 202 if (pointSize) in shaderGeometry() 218 if (pointSize) in shaderGeometry() 224 if (pointSize) in shaderGeometry() 230 if (pointSize) in shaderGeometry()
|
H A D | vktGeometryEmitGeometryShaderTests.cpp | 107 string shaderGeometry (bool pointSize) const; 164 string EmitTest::shaderGeometry (bool pointSize) const in shaderGeometry() 169 if (pointSize) in shaderGeometry() 185 if (pointSize) in shaderGeometry() 199 if (pointSize) in shaderGeometry()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrPrimitivePacket.cpp | 38 void GeometryEmitter::EmitVertex (const tcu::Vec4& position, float pointSize, const GenericVec4* varyings, int primitiveID) in EmitVertex() argument 51 packet->pointSize = pointSize; in EmitVertex()
|