| /external/deqp/modules/glshared/ |
| glsRasterizationTestUtil.hpp | 93 float pointSize;
|
| /external/llvm/docs/ |
| conf.py | 177 #'pointsize': '10pt',
|
| /external/mesa3d/src/mesa/drivers/dri/nouveau/ |
| nouveau_state.c | 538 ctx->Driver.PointSize = nouveau_point_size;
|
| /system/extras/tests/sdcard/ |
| plot_sdcard.py | 270 gp('set pointsize 2')
|
| /toolchain/binutils/binutils-2.25/binutils/ |
| rcparse.y | 474 dialog.pointsize = $3; 487 dialog.pointsize = $3; 502 dialog.pointsize = $3; 517 dialog.pointsize = $3; [all...] |
| /external/ImageMagick/ImageMagick/script/ |
| composite.html | 318 <td><a href="command-line-options.php#pointsize">-pointsize <var>value</var></a></td>
|
| conjure.html | 103 <p>Here we display the width in pixels of text for a particular font and pointsize.</p> 108 <query-font-metrics text="ImageMagick" font="helvetica" pointsize="48" /> 259 <td>text="string", font="string", family="string", style="Normal, Italic, Oblique, Any", stretch="Normal, UltraCondensed, ExtraCondensed, Condensed, SemiCondensed, SemiExpanded, Expanded, ExtraExpanded, UltraExpanded", weight="integer", pointsize="integer", density="geometry", stroke="color name", strokewidth="integer", fill="color name", undercolor="color name", kerning="float", geometry="geometry", gravity="NorthWest, North, NorthEast, West, Center, East, SouthWest, South, SouthEast", antialias="true, false", x="integer", y="integer", affine="array of float values", translate="float, float", scale="float, float", rotate="float". skewX="float", skewY= "float", align="Left, Center, Right", encoding="UTF-8", interline-spacing="double", interword-spacing="double", direction="right-to-left, left-to-right"</td> 482 <td>primitive="point, line, rectangle, arc, ellipse, circle, path, polyline, polygon, bezier, color, matte, text, @"filename"", points="string" , method=""Point, Replace, Floodfill, FillToBorder, Reset"", stroke="color name", fill="color name", font="string", pointsize="integer", strokewidth="float", antialias="true, false", bordercolor="color name", x="float", y="float", dash-offset="float", dash-pattern="array of float values", affine="array of float values", translate="float, float", scale="float, float", rotate="float", skewX="float", skewY="float", interpolate="undefined, average, bicubic, bilinear, mesh, nearest-neighbor, spline", kerning="float", text="string", vector-graphics="string", interline-spacing="double", interword-spacing="double", direction="right-to-left, left-to-right"</td> [all...] |
| /external/ImageMagick/PerlMagick/demo/ |
| demo.pl | 67 fill=>'gold',gravity=>'North',pointsize=>14); 496 pointsize=>18,fill=>'#600',stroke=>'none',shadow=>'true');
|
| /external/ImageMagick/coders/ |
| pdf.c | 1214 pointsize; local [all...] |
| /external/ImageMagick/utilities/ |
| convert.1.in | 78 \-pointsize value font point size 318 Use any setting or operator as an \fIoutput-option\fP. Only a limited number of setting are \fIinput-option\fP. They include: \-antialias, \-caption, \-density, \-define, \-encoding, \-font, \-pointsize, \-size, and \-texture as well as any of the miscellaneous options.
|
| mogrify.1 | 77 \-pointsize value font point size
|
| mogrify.1.in | 77 \-pointsize value font point size
|
| /external/ImageMagick/www/Magick++/ |
| Montage.html | 168 <p align="center"><a name="pointSize"></a><font size="2">pointSize</font></p></td>
|
| /external/ImageMagick/www/ |
| composite.html | 322 <td><a href="command-line-options.html#pointsize">-pointsize <var>value</var></a></td>
|
| conjure.html | 107 <p>Here we display the width in pixels of text for a particular font and pointsize.</p> 112 <query-font-metrics text="ImageMagick" font="helvetica" pointsize="48" /> 263 <td>text="string", font="string", family="string", style="Normal, Italic, Oblique, Any", stretch="Normal, UltraCondensed, ExtraCondensed, Condensed, SemiCondensed, SemiExpanded, Expanded, ExtraExpanded, UltraExpanded", weight="integer", pointsize="integer", density="geometry", stroke="color name", strokewidth="integer", fill="color name", undercolor="color name", kerning="float", geometry="geometry", gravity="NorthWest, North, NorthEast, West, Center, East, SouthWest, South, SouthEast", antialias="true, false", x="integer", y="integer", affine="array of float values", translate="float, float", scale="float, float", rotate="float". skewX="float", skewY= "float", align="Left, Center, Right", encoding="UTF-8", interline-spacing="double", interword-spacing="double", direction="right-to-left, left-to-right"</td> 486 <td>primitive="point, line, rectangle, arc, ellipse, circle, path, polyline, polygon, bezier, color, matte, text, @"filename"", points="string" , method=""Point, Replace, Floodfill, FillToBorder, Reset"", stroke="color name", fill="color name", font="string", pointsize="integer", strokewidth="float", antialias="true, false", bordercolor="color name", x="float", y="float", dash-offset="float", dash-pattern="array of float values", affine="array of float values", translate="float, float", scale="float, float", rotate="float", skewX="float", skewY="float", interpolate="undefined, average, bicubic, bilinear, mesh, nearest-neighbor, spline", kerning="float", text="string", vector-graphics="string", interline-spacing="double", interword-spacing="double", direction="right-to-left, left-to-right"</td> [all...] |
| /external/deqp/modules/gles31/functional/ |
| es31fShaderHelperInvocationTests.cpp | 183 const float pointSize = isWidePoint ? de::min(rnd->getFloat(minPointSize, maxPointSize), range.y()) : 1.0f; 186 gl.uniform1f(pointSizeLoc, pointSize);
|
| /external/mesa3d/src/mesa/swrast/ |
| s_context.c | 951 _mesa_debug(ctx, "pointsize %f\n", v->pointSize);
|
| /external/ImageMagick/ImageMagick/api/ |
| magick-property.html | 707 <p>MagickGetPointsize() returns the font pointsize associated with the MagickWand.</p> [all...] |
| /external/ImageMagick/Magick++/demo/ |
| demo.cpp | 480 montageOpts.pointSize( 18 );
|
| /external/ImageMagick/www/api/ |
| magick-property.html | 711 <p>MagickGetPointsize() returns the font pointsize associated with the MagickWand.</p> [all...] |
| magick-property.php | 707 <p>MagickGetPointsize() returns the font pointsize associated with the MagickWand.</p> [all...] |
| /external/autotest/client/bin/ |
| fio_util.py | 182 option = {'pointSize': 1}
|
| /external/chromium-trace/catapult/third_party/flot/ |
| API.md | [all...] |
| jquery.flot.errorbars.js | 165 ps = s.datapoints.pointsize,
|
| /external/deqp/framework/opengl/wrapper/ |
| glwInitGL30.inl | 167 gl->pointSize = (glPointSizeFunc) loader->get("glPointSize");
|