/external/icu/icu4c/source/samples/layout/ |
D | GDIFontMap.cpp | 22 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *g… 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 &s… in openFont() argument 35 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status); in openFont()
|
D | GnomeFontMap.cpp | 24 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport … 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 … in openFont() argument 37 LEFontInstance *result = new GnomeFontInstance(fEngine, fontName, pointSize, status); in openFont()
|
D | GDIFontInstance.cpp | 110 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorC… 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, LEE… 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()
|
D | GDIFontMap.h | 31 …GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, … 36 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
|
D | GnomeFontMap.h | 31 …GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, … 36 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
|
D | gnomeglue.cpp | 55 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_gui… in fm_gnomeFontMapOpen() argument 57 …return (fm_fontMap *) new GnomeFontMap(engine, fileName, pointSize, (GnomeGUISupport *) guiSupport… in fm_gnomeFontMapOpen()
|
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 &stat…
|
D | gdiglue.cpp | 59 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_gui… in fm_gdiFontMapOpen() argument 61 …return (fm_fontMap *) new GDIFontMap((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *… in fm_gdiFontMapOpen()
|
D | GnomeFontInstance.cpp | 55 …GnomeFontInstance(FT_Library engine, const char *fontPathName, le_int16 pointSize, LEErrorCode &st… in GnomeFontInstance() argument 56 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GnomeFontInstance() 76 error = FT_Set_Char_Size(fFace, 0, pointSize << 6, 92, 92); in GnomeFontInstance()
|
D | GDIFontInstance.h | 79 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status); 80 …GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status…
|
/external/icu/icu4c/source/test/letest/ |
D | cfonts.cpp | 19 float pointSize, in le_portableFontOpen() argument 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()
|
D | cfonts.h | 18 float pointSize, 21 le_font *le_simpleFontOpen(float pointSize,
|
D | SimpleFontInstance.cpp | 28 SimpleFontInstance::SimpleFontInstance(float pointSize, LEErrorCode &status) in SimpleFontInstance() argument 29 : fPointSize(pointSize), fAscent(0), fDescent(0) in SimpleFontInstance()
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | cfonts.cpp | 18 float pointSize, in le_portableFontOpen() argument 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()
|
D | cfonts.h | 17 float pointSize, 20 le_font *le_simpleFontOpen(float pointSize,
|
D | SimpleFontInstance.cpp | 29 SimpleFontInstance::SimpleFontInstance(float pointSize, LEErrorCode &status) in SimpleFontInstance() argument 30 : fPointSize(pointSize), fAscent(0), fDescent(0) in SimpleFontInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTests.cpp | 102 float pointSize; member 106 void checkLargePointsSupport (Context& context, VkPrimitiveTopology topology, float pointSize) in checkLargePointsSupport() argument 108 …if (topology == VK_PRIMITIVE_TOPOLOGY_POINT_LIST && pointSize > 1.0f && !context.getDeviceFeatures… in checkLargePointsSupport() 132 float pointSize, 142 float pointSize, 162 float pointSize, 170 float pointSize, 190 float pointSize, 198 float pointSize, 218 float pointSize, [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryInputGeometryShaderTests.cpp | 129 string shaderGeometry (bool pointSize) const; 182 string GeometryExpanderRenderTest::shaderGeometry (bool pointSize) const in shaderGeometry() 187 if (pointSize) in shaderGeometry() 203 if (pointSize) in shaderGeometry() 209 if (pointSize) in shaderGeometry() 215 if (pointSize) in shaderGeometry()
|
D | vktGeometryEmitGeometryShaderTests.cpp | 106 string shaderGeometry (bool pointSize) const; 158 string EmitTest::shaderGeometry (bool pointSize) const in shaderGeometry() 163 if (pointSize) in shaderGeometry() 179 if (pointSize) in shaderGeometry() 193 if (pointSize) in shaderGeometry()
|
/external/deqp/framework/referencerenderer/ |
D | rrPrimitivePacket.cpp | 38 void GeometryEmitter::EmitVertex (const tcu::Vec4& position, float pointSize, const GenericVec4* va… in EmitVertex() argument 51 packet->pointSize = pointSize; in EmitVertex()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationGeometryPointSizeTests.cpp | 149 const tcu::IVec2 pointSize = resultArea.swizzle(2,3) - resultArea.swizzle(0, 1); in verifyImage() local 151 if (pointSize.x() != pointSize.y()) in verifyImage() 153 …essage << "ERROR! Rasterized point is not a square. Point size was " << pointSize << tcu::TestLog:… in verifyImage() 157 if (pointSize.x() != expectedSize) in verifyImage() 159 …< "ERROR! Point size invalid, expected " << expectedSize << ", got " << pointSize.x() << tcu::Test… in verifyImage()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_points.c | 61 const GLfloat pointSize = ctx->Point.Size; in run_point_stage() local 69 size[i][0] = pointSize * atten; /* clamping done in rasterization */ in run_point_stage()
|
/external/skia/gm/ |
D | lcdtext.cpp | 24 const int pointSize = 36; in LcdTextGM() local 25 textHeight = SkIntToScalar(pointSize); in LcdTextGM()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Montage.h | 61 void pointSize(size_t pointSize_); 62 size_t pointSize(void) const;
|
/external/skqp/gm/ |
D | lcdtext.cpp | 24 const int pointSize = 36; in LcdTextGM() local 25 textHeight = SkIntToScalar(pointSize); in LcdTextGM()
|