Searched refs:primitive (Results 1 - 25 of 157) sorted by relevance

1234567

/external/ImageMagick/PerlMagick/demo/
H A Dpiddle.pl16 $image->Draw(primitive=>'line',points=>"$i,0 $i,300",stroke=>"#ccf");
17 $image->Draw(primitive=>'line',points=>"0,$i 300,$i",stroke=>"#ccf");
22 $image->Draw(primitive=>'RoundRectangle',fill=>'blue',stroke=>'maroon',
27 $image->Draw(primitive=>'bezier',points=>'20,20, 100,50, 50,100, 160,160',
32 $image->Draw(primitive=>'line',points=>"10,200 20,190",stroke=>red);
36 $image->Draw(primitive=>'circle',stroke=>'none',fill=>'yellow',,
38 $image->Draw(primitive=>'Path',stroke=>'none',fill=>'blue',strokewidth=>4,
40 $image->Draw(primitive=>'circle',stroke=>'black',fill=>'none',strokewidth=>4,
45 $image->Draw(primitive=>'polygon',
51 $image->Draw(primitive
[all...]
H A Dshapes.pl17 $image->Draw(primitive=>'Polygon',tile=>$tile,fill=>'none',
19 $image->Draw(stroke=>'red',primitive=>'Ellipse',stroke=>'black',fill=>'red',
21 $image->Draw(primitive=>'Polygon',fill=>'none',stroke=>'black',strokewidth=>5,
H A Dtree.pl20 $im->Draw ( primitive=>'line', points=>join(' ',@_),
H A Dannotate.pl19 $label->Draw(primitive=>'line',points=>"300,100 300,500",stroke=>'#600');
20 $label->Draw(primitive=>'line',points=>"100,300 500,300",stroke=>'#600');
21 $label->Draw(primitive=>'rectangle',points=>"100,100 500,500",fill=>'none',
H A Dcomposite.pl23 $thumbnail->Draw(primitive=>'line',points=>"300,100 300,500",stroke=>'#600');
24 $thumbnail->Draw(primitive=>'line',points=>"100,300 500,300",stroke=>'#600');
25 $thumbnail->Draw(primitive=>'rectangle',points=>"100,100 500,500",
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERTaggedObject.java43 ASN1Primitive primitive = obj.toASN1Primitive().toDERObject();
45 return primitive.isConstructed();
59 ASN1Primitive primitive = obj.toASN1Primitive().toDERObject();
60 int length = primitive.encodedLength();
86 ASN1Primitive primitive = obj.toASN1Primitive().toDERObject();
91 out.writeLength(primitive.encodedLength());
92 out.writeObject(primitive);
100 if (primitive.isConstructed())
110 out.writeImplicitObject(primitive);
H A DDLTaggedObject.java38 ASN1Primitive primitive = obj.toASN1Primitive().toDLObject();
40 return primitive.isConstructed();
80 ASN1Primitive primitive = obj.toASN1Primitive().toDLObject();
85 out.writeLength(primitive.encodedLength());
86 out.writeObject(primitive);
94 if (primitive.isConstructed())
104 out.writeImplicitObject(primitive);
H A DBERTaggedObject.java58 ASN1Primitive primitive = obj.toASN1Primitive().toDERObject();
60 return primitive.isConstructed();
74 ASN1Primitive primitive = obj.toASN1Primitive();
75 int length = primitive.encodedLength();
H A DASN1OctetString.java16 * DER form is always primitive single OCTET STRING, while
25 * either primitive or constructed at the option of the sender.
32 * <b>8.7.2</b> The primitive encoding contains zero,
65 * be primitive or constructed.
66 * However, such encodings will usually be primitive.
75 * If the encoding is primitive, it shall include the fewest length octets necessary.
81 * values shall be encoded with a primitive encoding if they would
84 * the constructed encoding shall be encoded with a primitive encoding.
158 ASN1Primitive primitive = ((ASN1Encodable)obj).toASN1Primitive();
160 if (primitive instanceo
[all...]
/external/spirv-llvm/lib/SPIRV/Mangler/
H A DManglingUtils.h20 const char* mangledPrimitiveString(TypePrimitiveEnum primitive);
21 const char* readablePrimitiveString(TypePrimitiveEnum primitive);
/external/swiftshader/src/Renderer/
H A DRasterizer.hpp27 Rasterizer() : primitive(Arg<0>()), count(Arg<1>()), cluster(Arg<2>()), data(Arg<3>()) {}
31 Pointer<Byte> primitive; member in class:sw::Rasterizer
H A DQuadRasterizer.cpp56 Int yMin = *Pointer<Int>(primitive + OFFSET(Primitive,yMin));
57 Int yMax = *Pointer<Int>(primitive + OFFSET(Primitive,yMax));
69 primitive += sizeof(Primitive) * state.multiSample;
121 Int x0a = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->left) + (y + 0) * sizeof(Primitive::Span)));
122 Int x0b = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->left) + (y + 1) * sizeof(Primitive::Span)));
127 x0a = Int(*Pointer<Short>(primitive + q * sizeof(Primitive) + OFFSET(Primitive,outline->left) + (y + 0) * sizeof(Primitive::Span)));
128 x0b = Int(*Pointer<Short>(primitive + q * sizeof(Primitive) + OFFSET(Primitive,outline->left) + (y + 1) * sizeof(Primitive::Span)));
134 Int x1a = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->right) + (y + 0) * sizeof(Primitive::Span)));
135 Int x1b = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->right) + (y + 1) * sizeof(Primitive::Span)));
140 x1a = Int(*Pointer<Short>(primitive
[all...]
/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource_test.cc192 Primitive primitive; local
193 primitive.add_rep_fix32(3201);
194 primitive.add_rep_fix32(0);
195 primitive.add_rep_fix32(3202);
196 primitive.add_rep_u32(3203);
197 primitive.add_rep_u32(0);
198 primitive.add_rep_i32(0);
199 primitive.add_rep_i32(3204);
200 primitive.add_rep_i32(3205);
201 primitive
231 PackedPrimitive primitive; local
290 Primitive primitive; local
328 Primitive primitive = PrepareRepeatedPrimitive(); local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_prim.h46 * Decompose a primitive that is a loop, a strip, or a fan. Return the
47 * original primitive if it is already decomposed.
71 * Reduce a primitive to one of PIPE_PRIM_POINTS, PIPE_PRIM_LINES, and
92 * Re-assemble a primitive to remove its adjacency.
110 * Return the vertex count information for a primitive.
183 u_vertices_per_prim(enum pipe_prim_type primitive) argument
185 switch(primitive) {
210 debug_printf("Unrecognized geometry shader primitive");
225 u_decomposed_prims_for_vertices(enum pipe_prim_type primitive, int vertices) argument
227 switch (primitive) {
272 u_reduced_prims_for_vertices(enum pipe_prim_type primitive, int vertices) argument
[all...]
/external/ImageMagick/coders/
H A Dmvg.c164 primitive[MagickPathExtent];
175 while (ReadBlobString(image,primitive) != (char *) NULL)
177 for (p=primitive; (*p == ' ') || (*p == '\t'); p++) ;
208 draw_info->primitive=FileToString(image->filename,~0UL,exception);
211 draw_info->primitive=(char *) AcquireMagickMemory(GetBlobSize(image)+1);
212 if (draw_info->primitive != (char *) NULL)
214 CopyMagickMemory(draw_info->primitive,GetBlobStreamData(image),
216 draw_info->primitive[GetBlobSize(image)]='\0';
219 if (draw_info->primitive == (char *) NULL)
160 primitive[MagickPathExtent]; local
H A Dttf.c259 ConcatenateString(&draw_info->primitive,"push graphic-context\n");
262 ConcatenateString(&draw_info->primitive,buffer);
263 ConcatenateString(&draw_info->primitive," font-size 18\n");
265 ConcatenateString(&draw_info->primitive,buffer);
267 ConcatenateString(&draw_info->primitive,text);
270 ConcatenateString(&draw_info->primitive,buffer);
275 ConcatenateString(&draw_info->primitive," font-size 18\n");
278 ConcatenateString(&draw_info->primitive,buffer);
281 ConcatenateString(&draw_info->primitive,buffer);
284 ConcatenateString(&draw_info->primitive,buffe
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.hpp43 rr::GeometryShaderOutputType mapGLGeometryShaderOutputType (deUint32 primitive);
44 rr::GeometryShaderInputType mapGLGeometryShaderInputType (deUint32 primitive);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_ff_gs.c81 switch (key->primitive) {
106 unreachable("Unexpected primitive type in Gen6 SOL program.");
114 switch (key->primitive) {
180 key->primitive = brw->primitive;
184 if (key->primitive == _3DPRIM_QUADLIST && ctx->Light.ShadeModel != GL_FLAT) {
185 /* Provide consistent primitive order with brw_set_prim's
228 key->need_gs_prog = (brw->primitive == _3DPRIM_QUADLIST ||
229 brw->primitive == _3DPRIM_QUADSTRIP ||
230 brw->primitive
[all...]
H A Dbrw_sf.c83 /* Which primitive? Or all three?
85 switch (key->primitive) {
174 key.primitive = SF_UNFILLED_TRIS;
176 key.primitive = SF_TRIANGLES;
179 key.primitive = SF_LINES;
182 key.primitive = SF_POINTS;
H A Dbrw_ff_gs.h46 * Hardware primitive type being drawn, e.g. _3DPRIM_TRILIST.
48 GLuint primitive:8; member in struct:brw_ff_gs_prog_key
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
H A DRepresenterTest.java33 "!!org.yaml.snakeyaml.representer.RepresenterTest$MyBean {name: Gnome, primitive: true}\n",
40 private boolean primitive; field in class:RepresenterTest.MyBean
59 return primitive;
62 public void setPrimitive(boolean primitive) { argument
63 this.primitive = primitive;
118 // isValid is no JavaBean property (it must be a primitive then)
/external/swiftshader/src/Shader/
H A DSetupRoutine.cpp42 Pointer<Byte> primitive(function.Arg<0>());
117 *Pointer<Byte8>(primitive + OFFSET(Primitive,clockwiseMask)) = Byte8(0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF);
118 *Pointer<Byte8>(primitive + OFFSET(Primitive,invClockwiseMask)) = Byte8(0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00);
122 *Pointer<Byte8>(primitive + OFFSET(Primitive,clockwiseMask)) = Byte8(0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00);
123 *Pointer<Byte8>(primitive + OFFSET(Primitive,invClockwiseMask)) = Byte8(0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF);
129 *Pointer<Float>(primitive + OFFSET(Primitive,area)) = 0.5f * A;
136 *Pointer<Byte8>(primitive + OFFSET(Primitive,clockwiseMask)) = Byte8(0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF);
137 *Pointer<Byte8>(primitive + OFFSET(Primitive,invClockwiseMask)) = Byte8(0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00);
222 Pointer<Byte> leftEdge = Pointer<Byte>(primitive + OFFSET(Primitive,outline->left)) + q * sizeof(Primitive);
223 Pointer<Byte> rightEdge = Pointer<Byte>(primitive
482 setupGradient(Pointer<Byte> &primitive, Pointer<Byte> &triangle, Float4 &w012, Float4 (&m)[3], Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2, int attribute, int planeEquation, bool flat, bool sprite, bool perspective, bool wrap, int component) argument
560 edge(Pointer<Byte> &primitive, Pointer<Byte> &data, const Int &Xa, const Int &Ya, const Int &Xb, const Int &Yb, Int &q) argument
[all...]
H A DSetupRoutine.hpp36 void setupGradient(Pointer<Byte> &primitive, Pointer<Byte> &triangle, Float4 &w012, Float4 (&m)[3], Pointer<Byte> &v0, Pointer<Byte> &v1, Pointer<Byte> &v2, int attribute, int planeEquation, bool flatShading, bool sprite, bool perspective, bool wrap, int component);
37 void edge(Pointer<Byte> &primitive, Pointer<Byte> &data, const Int &Xa, const Int &Ya, const Int &Xb, const Int &Yb, Int &q);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_render.h49 GLenum primitive; member in struct:nouveau_swtnl_state
/external/pdfium/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomonGF256.h18 explicit CBC_ReedSolomonGF256(int32_t primitive);

Completed in 4503 milliseconds

1234567