/frameworks/base/graphics/java/android/renderscript/ |
Font.java | 162 static public Font createFromFile(RenderScript rs, Resources res, String path, float pointSize) { 165 int fontId = rs.nFontCreateFromFile(path, pointSize, dpi); 178 static public Font createFromFile(RenderScript rs, Resources res, File path, float pointSize) { 179 return createFromFile(rs, res, path.getAbsolutePath(), pointSize); 185 static public Font createFromAsset(RenderScript rs, Resources res, String path, float pointSize) { 190 int fontId = rs.nFontCreateFromAsset(mgr, path, pointSize, dpi); 201 static public Font createFromResource(RenderScript rs, Resources res, int id, float pointSize) { 217 fontId = rs.nFontCreateFromAssetStream(name, pointSize, dpi, asset); 241 static public Font create(RenderScript rs, Resources res, String familyName, Style fontStyle, float pointSize) { 245 return createFromFile(rs, res, fontPath, pointSize); [all...] |
/external/icu4c/samples/layout/ |
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); 75 //GDIFontInstance(GDISurface *surface, le_int16 pointSize);
|
GnomeFontInstance.cpp | 49 GnomeFontInstance::GnomeFontInstance(FT_Library engine, const char *fontPathName, le_int16 pointSize, LEErrorCode &status) 50 : FontTableCache(), fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), 70 error = FT_Set_Char_Size(fFace, 0, pointSize << 6, 92, 92);
|
GnomeFontInstance.h | 72 GnomeFontInstance(FT_Library engine, const char *fontPathName, le_int16 pointSize, LEErrorCode &status);
|
/external/skia/gm/ |
verttext2.cpp | 22 const int pointSize = 24; 23 textHeight = SkIntToScalar(pointSize);
|
shadertext.cpp | 127 const int pointSize = 36; 129 int w = pointSize * textLen; 130 int h = pointSize; 170 paint.setTextSize(SkIntToScalar(pointSize));
|
/external/chromium_org/third_party/icu/source/test/letest/ |
SimpleFontInstance.cpp | 23 SimpleFontInstance::SimpleFontInstance(float pointSize, LEErrorCode &status) 24 : fPointSize(pointSize), fAscent(0), fDescent(0)
|
SimpleFontInstance.h | 33 SimpleFontInstance(float pointSize, LEErrorCode &status);
|
PortableFontInstance.h | 69 PortableFontInstance(const char *fileName, float pointSize, LEErrorCode &status);
|
/external/icu4c/test/letest/ |
SimpleFontInstance.cpp | 23 SimpleFontInstance::SimpleFontInstance(float pointSize, LEErrorCode &status) 24 : fPointSize(pointSize), fAscent(0), fDescent(0)
|
SimpleFontInstance.h | 33 SimpleFontInstance(float pointSize, LEErrorCode &status);
|
PortableFontInstance.h | 69 PortableFontInstance(const char *fileName, float pointSize, LEErrorCode &status);
|
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/ |
galaxy.rs | 10 float pointSize; 108 particle->pointSize = 1.0f; 128 particle->pointSize = 1.0f; 139 particle->pointSize = rsRand(1.0f, 10.0f);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
SimpleFontDataMac.mm | 194 m_platformData.setFont([NSFont systemFontOfSize:[m_platformData.font() pointSize]]); 210 float pointSize = m_platformData.m_size; 211 float ascent = scaleEmToUnits(iAscent, unitsPerEm) * pointSize; 212 float descent = -scaleEmToUnits(iDescent, unitsPerEm) * pointSize; 213 float lineGap = scaleEmToUnits(iLineGap, unitsPerEm) * pointSize; 247 xHeight = scaleEmToUnits(CGFontGetXHeight(m_platformData.cgFont()), unitsPerEm) * pointSize; 389 float pointSize = platformData().m_size; 390 CGAffineTransform m = CGAffineTransformMakeScale(pointSize, pointSize); 392 WTF_LOG_ERROR("Unable to cache glyph widths for %@ %f", [font displayName], pointSize); [all...] |
/external/chromium_org/content/common/mac/ |
font_descriptor_unittest.mm | 37 CGFloat size1 = [font1 pointSize]; 38 CGFloat size2 = [font2 pointSize];
|
/external/chromium_org/third_party/flot/ |
jquery.flot.threshold.min.js | 43 */(function(e){function n(t){function n(t,n,r,i,s){var o=r.pointsize,u,a,f,l,c,h=e.extend({},n);h.datapoints={points:[],pointsize:o,format:r.format},h.label=null,h.color=s,h.threshold=null,h.originSeries=n,h.data=[];var p=r.poin (…)
|
/external/chromium_org/third_party/skia/include/core/ |
SkGraphics.h | 58 * A cache "entry" is associated with each typeface + pointSize + matrix. 64 * A cache "entry" is associated with each typeface + pointSize + matrix.
|
/external/skia/include/core/ |
SkGraphics.h | 58 * A cache "entry" is associated with each typeface + pointSize + matrix. 64 * A cache "entry" is associated with each typeface + pointSize + matrix.
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
PointCloud.java | 208 final float pointSize = interp(MAX_POINT_SIZE, MIN_POINT_SIZE, 220 final float s = pointSize / MAX_POINT_SIZE; 228 canvas.drawCircle(px, py, pointSize, mPaint);
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/ |
PointCloud.java | 210 final float pointSize = interp(MAX_POINT_SIZE, MIN_POINT_SIZE, 222 final float s = pointSize / MAX_POINT_SIZE; 230 canvas.drawCircle(px, py, pointSize, mPaint);
|
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
PointCloud.java | 210 final float pointSize = interp(MAX_POINT_SIZE, MIN_POINT_SIZE, 222 final float s = pointSize / MAX_POINT_SIZE; 230 canvas.drawCircle(px, py, pointSize, mPaint);
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/ |
ss_context.c | 167 EMIT_ATTR( _TNL_ATTRIB_POINTSIZE, EMIT_1F, pointSize ); 298 /* XXX See _tnl_get_attr about pointsize ... */ 300 dest->pointSize = tmp[0];
|
/external/mesa3d/src/mesa/swrast_setup/ |
ss_context.c | 167 EMIT_ATTR( _TNL_ATTRIB_POINTSIZE, EMIT_1F, pointSize ); 298 /* XXX See _tnl_get_attr about pointsize ... */ 300 dest->pointSize = tmp[0];
|
/external/chromium_org/ui/gfx/ |
platform_font_ios.mm | 30 [native_font pointSize],
|
/external/eigen/bench/btl/data/ |
gnuplot_common_settings.hh | 28 set pointsize 1
|