Searched refs:pointSize (Results 1 - 25 of 105) sorted by relevance

12345

/external/icu/icu4c/source/samples/layout/
H A DGDIFontMap.cpp22 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) argument
23 : FontMap(fileName, pointSize, guiSupport, status), fSurface(surface)
33 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) argument
35 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status);
H A DGnomeFontMap.cpp24 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) argument
25 : FontMap(fileName, pointSize, guiSupport, status), fEngine(engine)
35 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) argument
37 LEFontInstance *result = new GnomeFontInstance(fEngine, fontName, pointSize, status);
H A DGDIFontMap.h31 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 DGnomeFontMap.h31 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 DFontMap.h26 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 Dgnomeglue.cpp55 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) argument
57 return (fm_fontMap *) new GnomeFontMap(engine, fileName, pointSize, (GnomeGUISupport *) guiSupport, *status);
H A Dgdiglue.h33 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
H A Dgnomeglue.h34 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
H A Dgdiglue.cpp59 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) argument
61 return (fm_fontMap *) new GDIFontMap((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *) guiSupport, *status);
H A DGDIFontInstance.cpp110 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status) argument
112 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
136 pt.x = (int) (pointSize * dpiX / 72);
137 pt.y = (int) (pointSize * dpiY / 72);
141 pt.x = pt.y = pointSize;
195 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status) argument
197 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
224 pt.x = (int) (pointSize * fDeviceScaleX);
225 pt.y = (int) (pointSize * fDeviceScaleY);
229 pt.x = pt.y = pointSize;
[all...]
/external/deqp/framework/referencerenderer/
H A DrrPrimitivePacket.cpp38 void GeometryEmitter::EmitVertex (const tcu::Vec4& position, float pointSize, const GenericVec4* varyings, int primitiveID) argument
51 packet->pointSize = pointSize;
H A DrrPrimitivePacket.hpp58 void EmitVertex (const tcu::Vec4& position, float pointSize, const GenericVec4* varyings, int primitiveID);
H A DrrVertexPacket.hpp61 float pointSize; //!< Point size, required when rendering points. member in struct:rr::VertexPacket
/external/icu/icu4c/source/test/letest/
H A Dcfonts.h18 float pointSize,
21 le_font *le_simpleFontOpen(float pointSize,
H A Dcfonts.cpp19 float pointSize,
22 return (le_font *) new PortableFontInstance(fileName, pointSize, *status);
25 le_font *le_simpleFontOpen(float pointSize, argument
28 return (le_font *) new SimpleFontInstance(pointSize, *status);
18 le_portableFontOpen(const char *fileName, float pointSize, LEErrorCode *status) argument
H A DSimpleFontInstance.cpp28 SimpleFontInstance::SimpleFontInstance(float pointSize, LEErrorCode &status) argument
29 : fPointSize(pointSize), fAscent(0), fDescent(0)
/external/icu/icu4c/source/test/perf/leperf/
H A Dcfonts.h17 float pointSize,
20 le_font *le_simpleFontOpen(float pointSize,
H A Dcfonts.cpp18 float pointSize,
21 return (le_font *) new PortableFontInstance(fileName, pointSize, *status);
24 le_font *le_simpleFontOpen(float pointSize, argument
27 return (le_font *) new SimpleFontInstance(pointSize, *status);
17 le_portableFontOpen(const char *fileName, float pointSize, LEErrorCode *status) argument
H A DSimpleFontInstance.cpp29 SimpleFontInstance::SimpleFontInstance(float pointSize, LEErrorCode &status) argument
30 : fPointSize(pointSize), fAscent(0), fDescent(0)
H A DSimpleFontInstance.h39 SimpleFontInstance(float pointSize, LEErrorCode &status);
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryEmitGeometryShaderTests.cpp106 string shaderGeometry (bool pointSize) const;
158 string EmitTest::shaderGeometry (bool pointSize) const
163 if (pointSize)
179 if (pointSize)
193 if (pointSize)
H A DvktGeometryInputGeometryShaderTests.cpp129 string shaderGeometry (bool pointSize) const;
182 string GeometryExpanderRenderTest::shaderGeometry (bool pointSize) const
187 if (pointSize)
203 if (pointSize)
209 if (pointSize)
215 if (pointSize)
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_points.c61 const GLfloat pointSize = ctx->Point.Size; local
69 size[i][0] = pointSize * atten; /* clamping done in rasterization */
/external/skia/gm/
H A Dverttext2.cpp25 const int pointSize = 24; variable
26 textHeight = SkIntToScalar(pointSize);
/external/skqp/gm/
H A Dverttext2.cpp25 const int pointSize = 24; variable
26 textHeight = SkIntToScalar(pointSize);

Completed in 751 milliseconds

12345