/packages/wallpapers/PhaseBeam/res/raw/ |
dot_fs.glsl | 1 varying float pointSize; 5 gl_FragColor.a = pointSize;
|
dot_vs.glsl | 1 varying float pointSize; 6 pointSize = 0.5-tmpPointSize/1000.0;
|
/packages/wallpapers/Galaxy4/res/raw/ |
staticstar_fs.glsl | 1 varying float pointSize; 4 if (pointSize > 4.0) {
|
staticstar_vs.glsl | 1 varying float pointSize; 11 pointSize = ATTRIB_pointSize; 12 gl_PointSize = pointSize*UNI_scaleSize;
|
spacecloud_vs.glsl | 1 varying float pointSize; 19 pointSize = 170.0-(pos.y*pos.y*1.2*1.2 + pos.x*pos.x)*400.0; 20 if (pointSize<=30.0) { 21 pointSize = 30.0; 23 gl_PointSize = pointSize;
|
bgstar_vs.glsl | 21 float pointSize = 1.0; 23 gl_PointSize = pointSize;
|
/packages/wallpapers/NoiseField/res/raw/ |
noisefield_vs.glsl | 1 varying float pointSize; 7 float pointSize = 1.0 + ATTRIB_speed * UNI_scaleSize * 2500.0; 9 gl_PointSize = pointSize;
|
/external/icu4c/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);
|
GDIFontInstance.cpp | 104 GDIFontInstance::GDIFontInstance(GDISurface *surface, TCHAR *faceName, le_int16 pointSize, LEErrorCode &status) 106 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), 130 pt.x = (int) (pointSize * dpiX / 72); 131 pt.y = (int) (pointSize * dpiY / 72); 135 pt.x = pt.y = pointSize; 189 GDIFontInstance::GDIFontInstance(GDISurface *surface, const char *faceName, le_int16 pointSize, LEErrorCode &status) 191 fPointSize(pointSize), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0), 218 pt.x = (int) (pointSize * fDeviceScaleX); 219 pt.y = (int) (pointSize * fDeviceScaleY); 223 pt.x = pt.y = pointSize; [all...] |
/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);
|
/external/icu4c/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);
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_points.c | 37 GLvector4f PointSize; 60 const GLfloat pointSize = ctx->Point.Size; 61 GLfloat (*size)[4] = store->PointSize.data; 68 size[i][0] = pointSize * atten; /* clamping done in rasterization */ 72 VB->AttribPtr[_TNL_ATTRIB_POINTSIZE] = &store->PointSize; 89 _mesa_vector4f_alloc( &store->PointSize, 0, VB->Size, 32 ); 99 _mesa_vector4f_free( &store->PointSize );
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_points.c | 37 GLvector4f PointSize; 60 const GLfloat pointSize = ctx->Point.Size; 61 GLfloat (*size)[4] = store->PointSize.data; 68 size[i][0] = pointSize * atten; /* clamping done in rasterization */ 72 VB->AttribPtr[_TNL_ATTRIB_POINTSIZE] = &store->PointSize; 89 _mesa_vector4f_alloc( &store->PointSize, 0, VB->Size, 32 ); 99 _mesa_vector4f_free( &store->PointSize );
|
/external/chromium_org/content/common/mac/ |
font_descriptor.mm | 13 font_point_size = [font pointSize];
|
/external/skia/gm/ |
lcdtext.cpp | 21 const int pointSize = 36; 22 textHeight = SkIntToScalar(pointSize);
|