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

12 3 4

  /external/icu/icu4c/source/test/letest/
SimpleFontInstance.h 33 SimpleFontInstance(float pointSize, LEErrorCode &status);
PortableFontInstance.h 70 PortableFontInstance(const char *fileName, float pointSize, LEErrorCode &status);
  /external/icu/icu4c/source/test/perf/leperf/
SimpleFontInstance.h 33 SimpleFontInstance(float pointSize, LEErrorCode &status);
PortableFontInstance.h 70 PortableFontInstance(const char *fileName, float pointSize, LEErrorCode &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/chromium_org/third_party/skia/gm/
verttext2.cpp 22 const int pointSize = 24;
23 textHeight = SkIntToScalar(pointSize);
shadertext.cpp 116 const int pointSize = 36;
118 int w = pointSize * textLen;
119 int h = pointSize;
158 paint.setTextSize(SkIntToScalar(pointSize));
  /external/icu/icu4c/source/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);
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...]
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/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/skia/gm/
verttext2.cpp 22 const int pointSize = 24;
23 textHeight = SkIntToScalar(pointSize);
shadertext.cpp 116 const int pointSize = 36;
118 int w = pointSize * textLen;
119 int h = pointSize;
158 paint.setTextSize(SkIntToScalar(pointSize));
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 203 m_platformData.setFont([NSFont systemFontOfSize:[m_platformData.font() pointSize]]);
220 float pointSize = m_platformData.m_size;
221 float ascent = scaleEmToUnits(iAscent, unitsPerEm) * pointSize;
222 float descent = -scaleEmToUnits(iDescent, unitsPerEm) * pointSize;
223 float lineGap = scaleEmToUnits(iLineGap, unitsPerEm) * pointSize;
259 xHeight = scaleEmToUnits(CGFontGetXHeight(m_platformData.cgFont()), unitsPerEm) * pointSize;
393 float pointSize = platformData().m_size;
394 CGAffineTransform m = CGAffineTransformMakeScale(pointSize, pointSize);
396 WTF_LOG_ERROR("Unable to cache glyph widths for %@ %f", [font displayName], pointSize);
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleShaderText.cpp 114 static int pointSize = 36;
116 int w = pointSize * textLen;
117 int h = pointSize;
156 paint.setTextSize(SkIntToScalar(pointSize));
  /external/skia/samplecode/
SampleShaderText.cpp 114 static int pointSize = 36;
116 int w = pointSize * textLen;
117 int h = pointSize;
156 paint.setTextSize(SkIntToScalar(pointSize));
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 297 float pointSize;
300 : pointSize(1.0f)
  /external/chromium_org/third_party/icu/source/test/letest/
PortableFontInstance.h 69 PortableFontInstance(const char *fileName, float pointSize, LEErrorCode &status);
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.hpp 86 float pointSize;
  /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/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/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 168 uint8_t pointSize; /* output index for PointSize */
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 168 uint8_t pointSize; /* output index for PointSize */
  /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];

Completed in 866 milliseconds

12 3 4