HomeSort by relevance Sort by last modified time
    Searched full:pointsize (Results 176 - 200 of 259) sorted by null

1 2 3 4 5 6 78 91011

  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 304 void checkPointSize (const glw::Functions& gl, float pointSize)
308 if (pointSizeRange[1] < pointSize)
434 packet.pointSize = rr::readVertexAttribFloat(inputs[pointSizeAttrLoc], packet.instanceNdx, packet.vertexNdx).x();
486 PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize, const rr::WindowRectangle& viewport);
497 PointCase::PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize, const rr::WindowRectangle& viewport)
500 , m_pointSize (pointSize)
    [all...]
es3fRasterizationTests.cpp 713 const float pointSize = getPointSize();
719 if (pointSize <= m_maxPointSize)
748 m_testCtx.getLog() << tcu::TestLog::Message << "Point size " << pointSize << " not supported, skipping iteration." << tcu::TestLog::EndMessage;
808 outPoints[pointNdx].pointSize = getPointSize();
    [all...]
  /external/ImageMagick/MagickWand/
composite.c 315 "-pointsize value font point size",
    [all...]
magick-property.c     [all...]
ChangeLog 71 * Added get/set font and pointsize methods to magick-property.c (reference
drawing-wand.c     [all...]
operation.c     [all...]
  /external/skia/include/core/
SkPaint.h 781 typeface/pointsize/etc. currently set in the paint.
783 current typeface/pointsize/etc setting in this
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs 278 {"pointsize", RealReference}, {"density", StringReference},
318 {"tile", ImageReference}, {"pointsize", RealReference},
486 {"pointsize", RealReference}, {"gravity", MagickGravityOptions},
    [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in 278 {"pointsize", RealReference}, {"density", StringReference},
318 {"tile", ImageReference}, {"pointsize", RealReference},
486 {"pointsize", RealReference}, {"gravity", MagickGravityOptions},
    [all...]
  /external/ImageMagick/coders/
pango.c 334 draw_info->pointsize+0.5));
  /external/deqp/framework/opengl/wrapper/
glwInitGL31.inl 176 gl->pointSize = (glPointSizeFunc) loader->get("glPointSize");
glwInitGL32.inl 190 gl->pointSize = (glPointSizeFunc) loader->get("glPointSize");
glwInitGL33.inl 202 gl->pointSize = (glPointSizeFunc) loader->get("glPointSize");
glwInitGL40.inl 229 gl->pointSize = (glPointSizeFunc) loader->get("glPointSize");
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 381 gl->pointSize = glPointSize;
    [all...]
  /external/mesa3d/docs/
relnotes-7.9.1.html 310 <li>i965: Don't write mrf assignment for pointsize output</li>
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 223 void (GLAPIENTRY * PointSize)(GLfloat);
  /external/ImageMagick/ImageMagick/api/
drawing-wand.html 865 <p>DrawGetFontSize() returns the font pointsize used when annotating with text.</p>
    [all...]
  /external/ImageMagick/www/api/
drawing-wand.html 869 <p>DrawGetFontSize() returns the font pointsize used when annotating with text.</p>
    [all...]
drawing-wand.php 865 <p>DrawGetFontSize() returns the font pointsize used when annotating with text.</p>
    [all...]
  /external/ImageMagick/ImageMagick/script/
mogrify.html 838 <td><a href="command-line-options.php#pointsize">-pointsize <var>value</var></a></td>
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h     [all...]
  /external/ImageMagick/www/Magick++/
Drawable.html 487 <p class="western"><font size="2" style="font-size: 11pt">Annotate image with text using <i>stroke</i> color, font, font pointsize, and <i>box</i> color (text background color), at specified coordinates. If text contains</font> <a href="FormatCharacters.html"><font size="2" style="font-size: 11pt">special format characters</font></a> <font size="2" style="font-size: 11pt">the image filename, type, width, height, or other image attributes may be incorporated in the text (see label()).</font></p></td></tr>
492 <p class="western"><font size="2" style="font-size: 11pt">Annotate image with text represented with text encoding, using current <i>stroke</i> color, font, font pointsize, and <i>box</i> color (text background color), at specified coordinates. If text contains</font> <a href="FormatCharacters.html"><font size="2" style="font-size: 11pt">special format characters</font></a> <font size="2" style="font-size: 11pt">the image filename, type, width, height, or other image attributes may be incorporated in the text (see label()).</font></p>
    [all...]
  /external/ImageMagick/www/
magick-script.html 829 <td><a href="command-line-options.html#pointsize">-pointsize <var>value</var></a></td>
    [all...]

Completed in 830 milliseconds

1 2 3 4 5 6 78 91011