/external/icu/icu4c/source/samples/layout/ |
D | GDIFontMap.cpp | 18 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *g… in GDIFontMap() argument 19 : FontMap(fileName, pointSize, guiSupport, status), fSurface(surface) in GDIFontMap() 29 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &s… in openFont() argument 31 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status); in openFont()
|
D | GnomeFontMap.cpp | 20 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport … in GnomeFontMap() argument 21 : FontMap(fileName, pointSize, guiSupport, status), fEngine(engine) in GnomeFontMap() 31 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode … in openFont() argument 33 LEFontInstance *result = new GnomeFontInstance(fEngine, fontName, pointSize, status); in openFont()
|
D | GDIFontInstance.cpp | 104 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorC… in GDIFontInstance() argument 106 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GDIFontInstance() 130 pt.x = (int) (pointSize * dpiX / 72); in GDIFontInstance() 131 pt.y = (int) (pointSize * dpiY / 72); in GDIFontInstance() 135 pt.x = pt.y = pointSize; in GDIFontInstance() 189 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEE… in GDIFontInstance() argument 191 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GDIFontInstance() 218 pt.x = (int) (pointSize * fDeviceScaleX); in GDIFontInstance() 219 pt.y = (int) (pointSize * fDeviceScaleY); in GDIFontInstance() 223 pt.x = pt.y = pointSize; in GDIFontInstance()
|
D | GDIFontMap.h | 27 …GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, … 32 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
|
D | GnomeFontMap.h | 27 …GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, … 32 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
|
D | gnomeglue.cpp | 52 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_gui… in fm_gnomeFontMapOpen() argument 54 …return (fm_fontMap *) new GnomeFontMap(engine, fileName, pointSize, (GnomeGUISupport *) guiSupport… in fm_gnomeFontMapOpen()
|
D | FontMap.h | 22 FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status); 37 …virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &stat…
|
D | gdiglue.cpp | 56 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_gui… in fm_gdiFontMapOpen() argument 58 …return (fm_fontMap *) new GDIFontMap((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *… in fm_gdiFontMapOpen()
|
D | GnomeFontInstance.cpp | 49 …GnomeFontInstance(FT_Library engine, const char *fontPathName, le_int16 pointSize, LEErrorCode &st… in GnomeFontInstance() argument 50 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), in GnomeFontInstance() 70 error = FT_Set_Char_Size(fFace, 0, pointSize << 6, 92, 92); in GnomeFontInstance()
|
D | GDIFontInstance.h | 73 GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status); 74 …GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status…
|
D | gnomeglue.h | 31 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_gui…
|
/external/icu/icu4c/source/test/letest/ |
D | cfonts.cpp | 17 float pointSize, in le_portableFontOpen() argument 20 return (le_font *) new PortableFontInstance(fileName, pointSize, *status); in le_portableFontOpen() 23 le_font *le_simpleFontOpen(float pointSize, in le_simpleFontOpen() argument 26 return (le_font *) new SimpleFontInstance(pointSize, *status); in le_simpleFontOpen()
|
D | cfonts.h | 16 float pointSize, 19 le_font *le_simpleFontOpen(float pointSize,
|
D | SimpleFontInstance.cpp | 26 SimpleFontInstance::SimpleFontInstance(float pointSize, LEErrorCode &status) in SimpleFontInstance() argument 27 : fPointSize(pointSize), fAscent(0), fDescent(0) in SimpleFontInstance()
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | cfonts.cpp | 15 float pointSize, in le_portableFontOpen() argument 18 return (le_font *) new PortableFontInstance(fileName, pointSize, *status); in le_portableFontOpen() 21 le_font *le_simpleFontOpen(float pointSize, in le_simpleFontOpen() argument 24 return (le_font *) new SimpleFontInstance(pointSize, *status); in le_simpleFontOpen()
|
D | cfonts.h | 14 float pointSize, 17 le_font *le_simpleFontOpen(float pointSize,
|
D | SimpleFontInstance.cpp | 23 SimpleFontInstance::SimpleFontInstance(float pointSize, LEErrorCode &status) in SimpleFontInstance() argument 24 : fPointSize(pointSize), fAscent(0), fDescent(0) in SimpleFontInstance()
|
/external/opencv3/samples/cpp/ |
D | intelperc_capture.cpp | 168 static const int pointSize = 4; in imshowImage() local 169 for (int row = y; row < min(y + pointSize, image.rows); row++) in imshowImage() 172 for (int col = 0; col < min(pointSize, image.cols - x); col++, ptrDst+=3) in imshowImage() 201 static const int pointSize = 4; in imshowIR() local 202 …for (int row = g_closedDepthPoint[0]; row < min(g_closedDepthPoint[0] + pointSize, image.rows); ro… in imshowIR() 205 … for (int col = 0; col < min(pointSize, image.cols - g_closedDepthPoint[1]); col++, ptrDst+=3) in imshowIR() 258 static const int pointSize = 4; in imshowDepth() local 259 …for (int row = g_closedDepthPoint[0]; row < min(g_closedDepthPoint[0] + pointSize, image.rows); ro… in imshowDepth() 262 … for (int col = 0; col < min(pointSize, image.cols - g_closedDepthPoint[1]); col++, ptrDst+=3) in imshowDepth()
|
/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()
|
D | rrRenderState.hpp | 297 float pointSize; member 300 : pointSize(1.0f) in PointState()
|
/external/skia/samplecode/ |
D | SampleShaderText.cpp | 115 static int pointSize = 36; in onDrawContent() local 117 int w = pointSize * textLen; in onDrawContent() 118 int h = pointSize; in onDrawContent() 157 paint.setTextSize(SkIntToScalar(pointSize)); in onDrawContent()
|
/external/skia/gm/ |
D | shadertext.cpp | 105 const int pointSize = 36; in onDraw() local 107 const int w = pointSize * textLen; in onDraw() 108 const int h = pointSize; in onDraw() 149 paint.setTextSize(SkIntToScalar(pointSize)); in onDraw()
|
D | verttext2.cpp | 33 const int pointSize = 24; in onOnceBeforeDraw() local 34 textHeight = SkIntToScalar(pointSize); in onOnceBeforeDraw()
|
D | lcdtext.cpp | 23 const int pointSize = 36; in LcdTextGM() local 24 textHeight = SkIntToScalar(pointSize); in LcdTextGM()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_points.c | 60 const GLfloat pointSize = ctx->Point.Size; in run_point_stage() local 68 size[i][0] = pointSize * atten; /* clamping done in rasterization */ in run_point_stage()
|