HomeSort by: relevance | last modified time | path
    Searched defs:pointSize (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
swrast.h 103 GLfloat pointSize;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
swrast.h 103 GLfloat pointSize;
  /xsrc/external/mit/fstobdf/dist/
header.c 52 unsigned long pointSize;
185 type = FindNumberProperty("POINT_SIZE", &pointSize, propInfo,
188 pointSize = (pointSize + 5) / 10;
190 pointSize = ((fontHeader->font_ascent + fontHeader->font_descent)
193 fprintf(outFile, "SIZE %lu %lu %lu\n", pointSize, xResolution, yResolution);
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_vb_points.c 38 GLvector4f PointSize;
61 const GLfloat pointSize = ctx->Point.Size;
62 GLfloat (*size)[4] = store->PointSize.data;
69 size[i][0] = pointSize * atten; /* clamping done in rasterization */
73 VB->AttribPtr[_TNL_ATTRIB_POINTSIZE] = &store->PointSize;
90 _mesa_vector4f_alloc( &store->PointSize, 0, VB->Size, 32 );
100 _mesa_vector4f_free( &store->PointSize );
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_vb_points.c 38 GLvector4f PointSize;
61 const GLfloat pointSize = ctx->Point.Size;
62 GLfloat (*size)[4] = store->PointSize.data;
69 size[i][0] = pointSize * atten; /* clamping done in rasterization */
73 VB->AttribPtr[_TNL_ATTRIB_POINTSIZE] = &store->PointSize;
90 _mesa_vector4f_alloc( &store->PointSize, 0, VB->Size, 32 );
100 _mesa_vector4f_free( &store->PointSize );
  /xsrc/external/mit/bdftopcf/dist/
bdfint.h 48 float pointSize;
  /xsrc/external/mit/libXfont/dist/include/X11/fonts/
bdfint.h 48 float pointSize;
  /xsrc/external/mit/libXfont2/dist/include/X11/fonts/
bdfint.h 48 float pointSize;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_driver.h 169 uint8_t pointSize; /* output index for PointSize */
  /xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.h 172 FT_Long pointSize; /* in 26.6 format */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
context.h 64 float pointSize;
state.h 1105 float pointSize;

Completed in 27 milliseconds