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

1 2 34 5 6 7 8 91011

  /external/deqp/modules/gles31/functional/
es31fTessellationGeometryInteractionTests.cpp     [all...]
  /art/runtime/arch/arm64/
quick_method_frame_info_arm64.h 32 // That is, lr = *(sp + framesize - pointsize).
  /external/ImageMagick/PerlMagick/t/
setattribute.t 121 testSetAttribute('input.miff','pointsize',12);
  /external/ImageMagick/utilities/
composite.1 45 \-pointsize value font point size
composite.1.in 45 \-pointsize value font point size
import.1 42 \-pointsize value font point size
import.1.in 42 \-pointsize value font point size
convert.1 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.
magick-script.1 70 \-pointsize value font point size
276 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.
magick-script.1.in 70 \-pointsize value font point size
276 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.
magick.1 67 \-pointsize value font point size
273 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.
magick.1.in 67 \-pointsize value font point size
273 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.
  /external/chromium-trace/catapult/third_party/flot/
jquery.flot.categories.js 149 ps = datapoints.pointsize,
jquery.flot.image.min.js 7 (function($){var options={series:{images:{show:false,alpha:1,anchor:"corner"}}};$.plot.image={};$.plot.image.loadDataImages=function(series,options,callback){var urls=[],points=[];var defaultShow=options.series.images.show;$.each(series,function(i,s){if(!(defaultShow||s.images.show))return;if(s.data)s=s.data;$.each(s,function(i,p){if(typeof p[0]=="string"){urls.push(p[0]);points.push(p)}})});$.plot.image.load(urls,function(loadedImages){$.each(points,function(i,p){var url=p[0];if(loadedImages[url])p[0]=loadedImages[url]});callback()})};$.plot.image.load=function(urls,callback){var missing=urls.length,loaded={};if(missing==0)callback({});$.each(urls,function(i,url){var handler=function(){--missing;loaded[url]=this;if(missing==0)callback(loaded)};$("<img />").load(handler).error(handler).attr("src",url)})};function drawSeries(plot,ctx,series){var plotOffset=plot.getPlotOffset();if(!series.images||!series.images.show)return;var points=series.datapoints.points,ps=series.datapoints.pointsize;for(var i=0;i<points.length;i+=ps){var img=points[i],x1=points[i+1],y1=points[i+2],x2=points[i+3], (…)
  /external/deqp/framework/referencerenderer/
rrPrimitivePacket.hpp 58 void EmitVertex (const tcu::Vec4& position, float pointSize, const GenericVec4* varyings, int primitiveID);
rrVertexPacket.hpp 61 float pointSize; //!< Point size, required when rendering points.
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 138 Point size may either be specified with PointSize or computed
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_derived.c 109 /* Figure out if we need pointsize as well.
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 93 rast->pointsize = templ->point_size;
  /external/skia/bench/
TextBench.cpp 37 tiny -vs- large pointsize (measure blit -vs- overhead)
  /external/webrtc/webrtc/tools/loopback_test/
loopback_test.html 159 'options': { 'pointSize': 0, 'lineWidth': 1, 'interpolateNulls': true },
  /external/ImageMagick/MagickCore/
annotate.c     [all...]
  /external/ImageMagick/coders/
svg.c 158 pointsize;
335 return(svg_info->pointsize*value);
337 return(svg_info->pointsize*value/2.0);
1139 draw_info->pointsize=svg_info->pointsize;
156 pointsize; member in struct:_SVGInfo
    [all...]
  /external/ImageMagick/www/source/
examples.pl 67 fill=>'gold',gravity=>'North',pointsize=>14);
448 font=>'Generic.ttf',pointsize=>18,fill=>'#600',stroke=>'none',
  /external/mesa3d/src/mesa/program/
program_lexer.l 294 {dot}pointsize { return_token_or_DOT(require_ARB_vp, POINTSIZE); }

Completed in 623 milliseconds

1 2 34 5 6 7 8 91011