HomeSort by relevance Sort by last modified time
    Searched refs:pointSize (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/icu/icu4c/source/samples/layout/
GDIFontMap.cpp 18 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status)
19 : FontMap(fileName, pointSize, guiSupport, status), fSurface(surface)
29 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status)
31 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status);
GnomeFontMap.cpp 20 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status)
21 : FontMap(fileName, pointSize, guiSupport, status), fEngine(engine)
31 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status)
33 LEFontInstance *result = new GnomeFontInstance(fEngine, fontName, pointSize, status);
GDIFontMap.h 27 GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
32 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
GnomeFontMap.h 27 GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
32 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
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 &status) = 0;
gnomeglue.cpp 52 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status)
54 return (fm_fontMap *) new GnomeFontMap(engine, fileName, pointSize, (GnomeGUISupport *) guiSupport, *status);
gdiglue.h 30 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
gnomeglue.h 31 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
gdiglue.cpp 56 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status)
58 return (fm_fontMap *) new GDIFontMap((GDISurface *) surface, fileName, pointSize, (GDIGUISupport *) guiSupport, *status);
  /external/deqp/framework/referencerenderer/
rrPrimitivePacket.cpp 38 void GeometryEmitter::EmitVertex (const tcu::Vec4& position, float pointSize, const GenericVec4* varyings, int primitiveID)
51 packet->pointSize = pointSize;
rrPrimitivePacket.hpp 58 void EmitVertex (const tcu::Vec4& position, float pointSize, const GenericVec4* varyings, int primitiveID);
rrVertexPacket.hpp 61 float pointSize; //!< Point size, required when rendering points.
  /external/chromium_org/third_party/icu/source/test/letest/
cfonts.h 14 float pointSize,
17 le_font *le_simpleFontOpen(float pointSize,
cfonts.cpp 15 float pointSize,
18 return (le_font *) new PortableFontInstance(fileName, pointSize, *status);
21 le_font *le_simpleFontOpen(float pointSize,
24 return (le_font *) new SimpleFontInstance(pointSize, *status);
SimpleFontInstance.cpp 23 SimpleFontInstance::SimpleFontInstance(float pointSize, LEErrorCode &status)
24 : fPointSize(pointSize), fAscent(0), fDescent(0)
SimpleFontInstance.h 33 SimpleFontInstance(float pointSize, LEErrorCode &status);
  /external/icu/icu4c/source/test/letest/
cfonts.h 14 float pointSize,
17 le_font *le_simpleFontOpen(float pointSize,
cfonts.cpp 15 float pointSize,
18 return (le_font *) new PortableFontInstance(fileName, pointSize, *status);
21 le_font *le_simpleFontOpen(float pointSize,
24 return (le_font *) new SimpleFontInstance(pointSize, *status);
SimpleFontInstance.cpp 23 SimpleFontInstance::SimpleFontInstance(float pointSize, LEErrorCode &status)
24 : fPointSize(pointSize), fAscent(0), fDescent(0)
  /external/icu/icu4c/source/test/perf/leperf/
cfonts.h 14 float pointSize,
17 le_font *le_simpleFontOpen(float pointSize,
cfonts.cpp 15 float pointSize,
18 return (le_font *) new PortableFontInstance(fileName, pointSize, *status);
21 le_font *le_simpleFontOpen(float pointSize,
24 return (le_font *) new SimpleFontInstance(pointSize, *status);
SimpleFontInstance.cpp 23 SimpleFontInstance::SimpleFontInstance(float pointSize, LEErrorCode &status)
24 : fPointSize(pointSize), fAscent(0), fDescent(0)
  /frameworks/base/rs/java/android/renderscript/
Font.java 159 static public Font createFromFile(RenderScript rs, Resources res, String path, float pointSize) {
162 long fontId = rs.nFontCreateFromFile(path, pointSize, dpi);
175 static public Font createFromFile(RenderScript rs, Resources res, File path, float pointSize) {
176 return createFromFile(rs, res, path.getAbsolutePath(), pointSize);
182 static public Font createFromAsset(RenderScript rs, Resources res, String path, float pointSize) {
187 long fontId = rs.nFontCreateFromAsset(mgr, path, pointSize, dpi);
198 static public Font createFromResource(RenderScript rs, Resources res, int id, float pointSize) {
214 fontId = rs.nFontCreateFromAssetStream(name, pointSize, dpi, asset);
238 static public Font create(RenderScript rs, Resources res, String familyName, Style fontStyle, float pointSize) {
242 return createFromFile(rs, res, fontPath, pointSize);
    [all...]
  /external/chromium_org/third_party/skia/gm/
lcdtext.cpp 21 const int pointSize = 36;
22 textHeight = SkIntToScalar(pointSize);
  /external/skia/gm/
lcdtext.cpp 21 const int pointSize = 36;
22 textHeight = SkIntToScalar(pointSize);

Completed in 966 milliseconds

1 2 3 4