Searched refs:draws (Results 1 - 13 of 13) sorted by relevance

/external/skia/tools/lua/
H A Dpaths.lua15 draws = 0
69 draws = draws + 1
115 io.write("draws = draws + ", draws, "\n");
/external/curl/docs/cmdline-opts/
H A Dprogress-bar.d8 This progress bar draws a single line of '#' characters across the screen and
/external/skia/src/gpu/ops/
H A DGrDashOp.cpp389 // rectangles. We preserve all of this work in the rects / draws arrays below. Then we
393 SkSTArray<kNumStackDashes, DashDraw, true> draws; variable
401 DashDraw& draw = draws.push_back(args);
603 if (!draws[i].fLineDone) {
606 draws[i].fStartOffset, draws[i].fDevBloatX,
607 draws[i].fDevBloatY, draws[i].fLineLength,
608 draws[i].fHalfDevStroke, draws[
[all...]
H A DGrAAConvexPathRenderer.cpp354 DrawArray* draws,
357 Draw* draw = &draws->push_back();
379 draw = &draws->push_back();
899 SkSTArray<kPreallocDrawCnt, Draw, true> draws; variable
900 create_vertices(segments, fanPt, args.fColor, &draws, verts, idxs);
904 for (int j = 0; j < draws.count(); ++j) {
905 const Draw& draw = draws[j];
351 create_vertices(const SegmentArray& segments, const SkPoint& fanPt, GrColor color, DrawArray* draws, QuadVertex* verts, uint16_t* idxs) argument
/external/deqp/modules/egl/
H A DteglPartialUpdateTests.cpp149 vector<DrawCommand> draws; member in struct:deqp::egl::__anon4339::Frame
176 dst.draws.push_back(drawCommand);
248 for (size_t drawNdx = 0; drawNdx < frame.draws.size(); drawNdx++)
250 const ColoredRect& coloredRect = frame.draws[drawNdx].rect;
252 if (frame.draws[drawNdx].drawType == PartialUpdateTest::DRAWTYPE_GLES2_RENDER)
302 else if (frame.draws[drawNdx].drawType == PartialUpdateTest::DRAWTYPE_GLES2_CLEAR)
332 for (size_t drawNdx = 0; drawNdx < frame.draws.size(); drawNdx++)
334 const ColoredRect& coloredRect = frame.draws[drawNdx].rect;
335 if (frame.draws[drawNdx].drawType == PartialUpdateTest::DRAWTYPE_GLES2_RENDER || frame.draws[drawNd
[all...]
H A DteglBufferAgeTests.cpp161 vector<DrawCommand> draws; member in struct:deqp::egl::__anon4310::Frame
188 (*dst).draws.push_back(drawCommand);
260 for (size_t drawNdx = 0; drawNdx < frame.draws.size(); drawNdx++)
262 const ColoredRect& coloredRect = frame.draws[drawNdx].rect;
263 if (frame.draws[drawNdx].drawType == BufferAgeTest::DRAWTYPE_GLES2_RENDER)
313 else if (frame.draws[drawNdx].drawType == BufferAgeTest::DRAWTYPE_GLES2_CLEAR)
343 for (size_t drawNdx = 0; drawNdx < frame.draws.size(); drawNdx++)
345 const ColoredRect& coloredRect = frame.draws[drawNdx].rect;
346 if (frame.draws[drawNdx].drawType == BufferAgeTest::DRAWTYPE_GLES2_RENDER || frame.draws[drawNd
[all...]
H A DteglSwapBuffersWithDamageTests.cpp117 vector<DrawCommand> draws; member in struct:deqp::egl::__anon4353::Frame
190 for (size_t drawNdx = 0; drawNdx < frame.draws.size(); drawNdx++)
192 const ColoredRect& coloredRect = frame.draws[drawNdx].rect;
194 if (frame.draws[drawNdx].drawType == DRAWTYPE_GLES2_RENDER)
244 else if (frame.draws[drawNdx].drawType == DRAWTYPE_GLES2_CLEAR)
661 frame.draws.push_back(drawCommand);
671 for (size_t drawNdx = 0; drawNdx < frame.draws.size(); drawNdx++)
673 const ColoredRect& rect = frame.draws[drawNdx].rect;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c58 ushort draws[MAP_SIZE]; member in struct:vsplit_frontend::__anon14813
99 vsplit->cache.draws[hash] = vsplit->cache.num_fetch_elts;
106 vsplit->draw_elts[vsplit->cache.num_draw_elts++] = vsplit->cache.draws[hash];
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c872 unsigned draws = count, pushes, i; local
874 draws = MIN2(draws, (NV04_PFIFO_MAX_PACKET_LEN - 4) / size);
877 draws = MIN2(draws, 32);
878 pushes = draws;
886 NVC0_FIFO_PKHDR_1I(0, macro, 3 + !!buf_count + draws * size));
889 PUSH_DATA(push, draws);
899 NVC0_IB_ENTRY_1_NO_PREFETCH | (size * 4 * draws));
900 offset += draws * inf
[all...]
/external/ImageMagick/www/api/
H A Ddraw.php153 <p>DrawClipPath() draws the clip path on the image mask.</p>
188 <p>DrawImage() draws a graphic primitive on your image. The primitive may be represented as a string or filename. Precede the filename with an "at" sign (@) and the contents of the file are drawn on the image. You can affect how text is drawn by setting one or more members of the draw info structure.</p>
219 <p>DrawGradientImage() draws a linear gradient on the image.</p>
250 <p>DrawPatternPath() draws a pattern.</p>
289 <p>DrawPrimitive() draws a primitive (line, rectangle, ellipse) on the image.</p>
H A Ddrawing-wand.php195 <p>DrawAnnotation() draws text on the image.</p>
230 <p>DrawArc() draws an arc falling within a specified bounding rectangle on the image.</p>
277 <p>DrawBezier() draws a bezier curve through a set of points on the image.</p>
308 <p>DrawCircle() draws a circle on the image.</p>
440 <p>DrawColor() draws color on image using the current fill color, starting at specified position, and using specified paint method. The available paint methods are:</p>
508 <p>DrawEllipse() draws an ellipse on the image.</p>
1430 <p>DrawLine() draws a line on the image using the current stroke color, stroke alpha, and stroke width.</p>
1491 <p>DrawPathCurveToAbsolute() draws a cubic Bezier curve from the current point to (x,y) using (x1,y1) as the control point at the beginning of the curve and (x2,y2) as the control point at the end of the curve using absolute coordinates. At the end of the command, the new current point becomes the final (x,y) coordinate pair used in the polybezier.</p>
1539 <p>DrawPathCurveToRelative() draws a cubic Bezier curve from the current point to (x,y) using (x1,y1) as the control point at the beginning of the curve and (x2,y2) as the control point at the end of the curve using relative coordinates. At the end of the command, the new current point becomes the final (x,y) coordinate pair used in the polybezier.</p>
1587 <p>DrawPathCurveToQuadraticBezierAbsolute() draws
[all...]
/external/python/cpython2/Modules/
H A Dglmodule.c3961 /* void draws short s short s short s */
3975 draws( arg1 , arg2 , arg3 );
7422 {"draws", gl_draws, METH_OLDARGS},
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1040 /// A lexer is recognizer that draws input symbols from a character stream.

Completed in 441 milliseconds