Home
last modified time | relevance | path

Searched refs:drawn (Results 1 – 25 of 144) sorted by relevance

123456

/external/toybox/toys/pending/
Dvi.c58 static int draw_str_until(int *drawn, char *str, int width, int bytes);
663 int drawn = 0; in draw_page() local
675 draw_str_until(&drawn, line, TT.screen_width, bytes); in draw_page()
676 bytes = drawn ? (bytes-drawn) : 0; in draw_page()
677 line = bytes ? (line+drawn) : 0; in draw_page()
702 x = draw_str_until(&drawn, line, TT.screen_width, bytes); in draw_page()
703 bytes = drawn ? (bytes-drawn) : 0; in draw_page()
704 line = bytes ? (line+drawn) : 0; in draw_page()
715 x = draw_str_until(&drawn, line, TT.screen_width-x, bytes); in draw_page()
716 bytes = drawn ? (bytes-drawn) : 0; in draw_page()
[all …]
/external/skia/site/user/api/
Dindex.md42 has two components: the primitive being drawn (`SkRect`, `SkPath`, etc.)
50 this case) is drawn: what color it is, if it is filled or stroked, how
51 it should blend with what was previously drawn.
54 pixels being drawn, and it maintains a stack of matrices and
58 on the canvas the rectangle will be drawn, but all other stylistic
Dskpaint_overview.md51 Now, anything drawn with that paint will be drawn with the gradient
67 colorized and drawn (e.g. blur)
173 * SkPath1DPathEffect: create dash-like effects by replicating the specified path along the drawn
/external/skqp/site/user/api/
Dindex.md44 has two components: the primitive being drawn (`SkRect`, `SkPath`, etc.)
52 this case) is drawn: what color it is, if it is filled or stroked, how
53 it should blend with what was previously drawn.
56 pixels being drawn, and it maintains a stack of matrices and
60 on the canvas the rectangle will be drawn, but all other stylistic
Dskpaint_overview.md51 Now, anything drawn with that paint will be drawn with the gradient
67 colorized and drawn (e.g. blur)
173 * SkPath1DPathEffect: create dash-like effects by replicating the specified path along the drawn
/external/deqp/doc/testspecs/GLES31/
Dfunctional.separate_shader.txt50 resulting image is compared to a reference image drawn with the program
55 program. After this, glUniform is called and a triangle is drawn. The
68 single-shader program. A triangle is drawn with the pipeline and the
69 result is compared to a triangle drawn with an equivalent monolithic
88 diagonal stripes in the drawn triangle.
Dfunctional.tessellation.txt89 verifies that the primitive is drawn iff the glFrontFace value matches the
90 winding mode specified in the TES. The patterns drawn are simple and verified by
95 TES. For the gl_PrimitiveID cases, multiple primitives are drawn and one of
96 them, with gl_PrimitiveID matching a specific value, is drawn with a differing
97 color; for the gl_PatchVerticesIn cases, just one primitive is drawn and the
148 drawn, and only there.
/external/deqp/doc/testspecs/GLES3/
Dstress.occlusion_query.txt25 + Uses primitives drawn with GL_TRIANGLES
35 specified number of occluding triangles are drawn. Then the occlusion
36 query is started, specified number of target triangles are drawn and the
Dfunctional.occlusion_query.txt39 of occluders are drawn on screen. Occluders can be areas around scissor
41 target primitives are drawn in red. If any target is visible, i.e. red
Dfunctional.instanced.txt37 For each instance a rectangle-shaped grid of triangles is drawn. Instanced
39 chosen such that the rectangles are drawn next to each other.
/external/skqp/docs/
DSkTextBlob_Reference.bmh98 Text_Intercepts describe the intersection of drawn text Glyphs with a pair
155 #Param text character code points or Glyphs drawn ##
191 #Param string character code points or Glyphs drawn ##
280 When drawn, "Hacker" uses the spacing computed for "World!".
DSkPath_Overview.bmh51 Path is drawn filled, then stroked, then stroked and filled.
120 Path is drawn stroked, with an open Contour and a closed Contour.
142 Even if Contour length is zero, stroked Lines are drawn if Paint_Stroke_Cap
DSkPaint_Reference.bmh33 Multiple colors are drawn either by using multiple paints or with objects like
288 If kAntiAlias_Flag is clear, pixel centers contained by the shape edge are drawn opaque.
289 If kAntiAlias_Flag is set, pixels are drawn with Color_Alpha equal to their coverage.
312 A red line is drawn with transparency on the edges to make it look smoother.
314 The lines are drawn into Bitmap, then drawn magnified to make the
521 Four commas are drawn normally and with combinations of Font_Anti_Alias and Font_Subpixel.
675 If the image is drawn without scaling, the Filter_Quality choice will not result
941 Some shapes ignore Style and are always drawn filled or stroked.
957 As Stroke_Width gets smaller, the drawn path frame is thinner. Stroke_Width less than one
994 share all paint attributes; for instance, they are drawn with the same color.
[all …]
/external/skia/docs/
DSkTextBlob_Reference.bmh98 Text_Intercepts describe the intersection of drawn text Glyphs with a pair
155 #Param text character code points or Glyphs drawn ##
191 #Param string character code points or Glyphs drawn ##
280 When drawn, "Hacker" uses the spacing computed for "World!".
DSkPath_Overview.bmh51 Path is drawn filled, then stroked, then stroked and filled.
120 Path is drawn stroked, with an open Contour and a closed Contour.
142 Even if Contour length is zero, stroked Lines are drawn if Paint_Stroke_Cap
DSkPaint_Reference.bmh32 Multiple colors are drawn either by using multiple paints or with objects like
306 A red line is drawn with transparency on the edges to make it look smoother.
308 The lines are drawn into Bitmap, then drawn magnified to make the
461 If the image is drawn without scaling, the Filter_Quality choice will not result
749 Some shapes ignore Style and are always drawn filled or stroked.
765 As Stroke_Width gets smaller, the drawn path frame is thinner. Stroke_Width less than one
802 share all paint attributes; for instance, they are drawn with the same color.
820 Arcs, Lines, and points, are always drawn as if kStroke_Style is set,
1146 kButt_Cap and Zero_Length_Contour is not drawn.
1174 #Line # returns Cap, the area drawn at path ends ##
[all …]
/external/skia/site/dev/design/
Dpdftheory.md45 SkDevice can be set on an SkCanvas and drawn to. Once drawing to
238 PDF has a number of parameters that affect how things are drawn. The
336 stream, but can be transformed and drawn on an existing page. This is
348 drawn as a single operation onto the base layer, we can assume that
443 with an emulated xfer mode, what's already drawn to the device is
444 called the destination or Dst, and what's about to be drawn is the
447 of drawn objects, the shape is the same as where alpha is not
472 was just drawn into another form x-object, and then uses the Src form
484 SrcMode is clear plus Src being drawn afterward. DstMode simply omits
490 Dst (or not). SrcIn is SrcMode with Src drawn with Dst as a
[all …]
/external/skqp/site/dev/design/
Dpdftheory.md45 SkDevice can be set on an SkCanvas and drawn to. Once drawing to
238 PDF has a number of parameters that affect how things are drawn. The
336 stream, but can be transformed and drawn on an existing page. This is
348 drawn as a single operation onto the base layer, we can assume that
443 with an emulated xfer mode, what's already drawn to the device is
444 called the destination or Dst, and what's about to be drawn is the
447 of drawn objects, the shape is the same as where alpha is not
472 was just drawn into another form x-object, and then uses the Src form
484 SrcMode is clear plus Src being drawn afterward. DstMode simply omits
490 Dst (or not). SrcIn is SrcMode with Src drawn with Dst as a
[all …]
/external/skia/site/user/modules/
Dpathkit.md27 …<canvas class=patheffect id=canvas1 title="Plain: A drawn star with overlapping solid lines"></can…
28 …<canvas class=patheffect id=canvas2 title="Dash: A drawn star with overlapping dashed lines"></can…
29 …<canvas class=patheffect id=canvas3 title="Trim: A portion of a drawn star with overlapping solid …
30 …<canvas class=patheffect id=canvas4 title="Simplify: A drawn star with non-overlapping solid lines…
31 …<canvas class=patheffect id=canvas5 title="Stroke: A drawn star with non-overlapping solid lines s…
32 <canvas class=patheffect id=canvas6 title="Grow: A drawn star's expanding outline"></canvas>
33 <canvas class=patheffect id=canvas7 title="Shrink: A solid drawn star shrunk down"></canvas>
34 …<canvas class=patheffect id=canvasTransform title="Transform: A drawn star moved and rotated by an…
429 **ccw** - `Boolean`, optional argument specifying if the arc should be drawn
485 **on, off** - `Number`, The number of pixels the dash should be on (drawn) and off (blank). <br>
[all …]
/external/skqp/site/user/modules/
Dpathkit.md27 …<canvas class=patheffect id=canvas1 title="Plain: A drawn star with overlapping solid lines"></can…
28 …<canvas class=patheffect id=canvas2 title="Dash: A drawn star with overlapping dashed lines"></can…
29 …<canvas class=patheffect id=canvas3 title="Trim: A portion of a drawn star with overlapping solid …
30 …<canvas class=patheffect id=canvas4 title="Simplify: A drawn star with non-overlapping solid lines…
31 …<canvas class=patheffect id=canvas5 title="Stroke: A drawn star with non-overlapping solid lines s…
32 <canvas class=patheffect id=canvas6 title="Grow: A drawn star's expanding outline"></canvas>
33 <canvas class=patheffect id=canvas7 title="Shrink: A solid drawn star shrunk down"></canvas>
34 …<canvas class=patheffect id=canvasTransform title="Transform: A drawn star moved and rotated by an…
430 **ccw** - `Boolean`, optional argument specifying if the arc should be drawn
486 **on, off** - `Number`, The number of pixels the dash should be on (drawn) and off (blank). <br>
[all …]
/external/grpc-grpc/doc/
Dcpp-style-guide.md4 The majority of gRPC's C++ requirements are drawn from the [Google C++ style
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_StatelessMultinomial.pbtxt26 contains the drawn class labels with range `[0, num_classes)`.
Dapi_def_Multinomial.pbtxt20 contains the drawn class labels with range `[0, num_classes)`.
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c893 struct u_rect drawn = calc_drawn_area(s, layer); in gen_vertex_data() local
895 dirty->x0 >= drawn.x0 && in gen_vertex_data()
896 dirty->y0 >= drawn.y0 && in gen_vertex_data()
897 dirty->x1 <= drawn.x1 && in gen_vertex_data()
898 dirty->y1 <= drawn.y1) { in gen_vertex_data()
938 struct u_rect drawn = calc_drawn_area(s, layer); in draw_layers() local
939 dirty->x0 = MIN2(drawn.x0, dirty->x0); in draw_layers()
940 dirty->y0 = MIN2(drawn.y0, dirty->y0); in draw_layers()
941 dirty->x1 = MAX2(drawn.x1, dirty->x1); in draw_layers()
942 dirty->y1 = MAX2(drawn.y1, dirty->y1); in draw_layers()
/external/autotest/client/site_tests/suite_HWQual/
Dcontrol.max_power_draw7 PURPOSE = "Measure how much power is drawn over a given amount of time."

123456