Searched refs:fill (Results 51 - 75 of 657) sorted by relevance

1234567891011>>

/external/skia/samplecode/
H A DSampleEmptyPath.cpp33 SkPath::FillType fill) {
35 path.setFillType(fill);
84 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) {
98 gStyles[style].fStyle, gFills[fill].fFill);
108 label.appendf("%s, %s", gStyles[style].fName, gFills[fill].fName);
29 drawEmpty(SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Style style, SkPath::FillType fill) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DNinePieceImage.h47 bool fill : 1;
63 NinePieceImage(PassRefPtr<StyleImage>, LengthBox imageSlices, bool fill, const BorderImageLengthBox& borderSlices,
76 bool fill() const { return m_data->fill; } function in class:blink::NinePieceImage
77 void setFill(bool fill) { m_data.access()->fill = fill; } argument
94 m_data.access()->fill = other.m_data->fill;
116 m_data.access()->fill
[all...]
/external/lldb/test/
H A Dprogress.py13 fill String to use for "filled" used to represent the progress
26 fill=unichr(0x25C9).encode("utf-8"),
29 format='[%(fill)s%(marker)s%(blank)s] %(progress)s%%',
36 self.fill = fill
58 fill = progressed * self.fill
60 return self.format % {'fill': fill, 'blank': blank, 'marker': self.marker, 'progress': int(self.progress)}
82 fill
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dlinepaths.cpp31 SkPaint::Style style, SkPath::FillType fill,
33 path.setFillType(fill);
108 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) {
109 if (0 < fill) {
121 gFills[fill].fFill, SK_Scalar1*10);
140 canvas->drawText(gFills[fill].fName,
141 strlen(gFills[fill].fName),
174 SkPaint::Style style, SkPath::FillType fill,
29 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
172 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
[all...]
H A Dquadpaths.cpp31 SkPaint::Style style, SkPath::FillType fill,
33 path.setFillType(fill);
109 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) {
110 if (0 < fill) {
122 gFills[fill].fFill, SK_Scalar1*10);
141 canvas->drawText(gFills[fill].fName,
142 strlen(gFills[fill].fName),
179 SkPaint::Style style, SkPath::FillType fill,
29 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
177 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
[all...]
H A Demptypath.cpp30 SkPath::FillType fill) {
32 path.setFillType(fill);
83 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) {
97 gStyles[style].fStyle, gFills[fill].fFill);
116 canvas->drawText(gFills[fill].fName,
117 strlen(gFills[fill].fName),
26 drawEmpty(SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Style style, SkPath::FillType fill) argument
/external/skia/gm/
H A Dlinepaths.cpp31 SkPaint::Style style, SkPath::FillType fill,
33 path.setFillType(fill);
107 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) {
108 if (0 < fill) {
120 gFills[fill].fFill, SK_Scalar1*10);
138 canvas->drawText(gFills[fill].fName,
139 strlen(gFills[fill].fName),
172 SkPaint::Style style, SkPath::FillType fill,
29 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
170 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
[all...]
H A Dquadpaths.cpp31 SkPaint::Style style, SkPath::FillType fill,
33 path.setFillType(fill);
108 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) {
109 if (0 < fill) {
121 gFills[fill].fFill, SK_Scalar1*10);
139 canvas->drawText(gFills[fill].fName,
140 strlen(gFills[fill].fName),
177 SkPaint::Style style, SkPath::FillType fill,
29 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
175 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
[all...]
H A Demptypath.cpp30 SkPath::FillType fill) {
32 path.setFillType(fill);
82 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) {
96 gStyles[style].fStyle, gFills[fill].fFill);
114 canvas->drawText(gFills[fill].fName,
115 strlen(gFills[fill].fName),
26 drawEmpty(SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Style style, SkPath::FillType fill) argument
/external/chromium_org/ash/accelerators/
H A Ddebug_commands.cc19 gfx::ImageSkia CreateWallpaperImage(SkColor fill, SkColor rect) { argument
25 canvas.DrawColor(fill);
/external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
H A Dfill.pass.cpp15 // fill(Iter first, Iter last, const T& value);
28 std::fill(Iter(ca), Iter(ca+n), char(1));
41 std::fill(Iter(ia), Iter(ia+n), 1);
/external/replicaisland/src/com/replica/replicaisland/
H A DObjectPool.java22 * This class is abstract; derivations need to implement the fill() function to fill the pool, and
67 fill();
70 protected abstract void fill(); method in class:ObjectPool
H A DVectorPool.java29 protected void fill() { method in class:VectorPool
/external/smack/src/org/jivesoftware/smack/proxy/
H A DSocks5ProxySocketFactory.java137 fill(in, buf, 2);
198 fill(in, buf, 2);
298 fill(in, buf, 4);
317 fill(in, buf, 6);
321 fill(in, buf, 1);
323 fill(in, buf, (buf[0]&0xff)+2);
327 fill(in, buf, 18);
360 private void fill(InputStream in, byte[] buf, int len) method in class:Socks5ProxySocketFactory
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DGamepadDevice.java116 Arrays.fill(mAxisValues, 0);
117 Arrays.fill(mRawAxes, 0);
118 Arrays.fill(mButtonsValues, 0);
119 Arrays.fill(mRawButtons, 0);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dsce2.asm2 .Fill resq 1 ; fill to 8 mod 16
8 .Fill resq 1 ; fill to 8 mod 16
/external/chromium_org/ui/webui/resources/css/
H A Dtree.css.js24 ctx.fill();
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DIndentation.java98 java.util.Arrays.fill(chars, ' ');
/external/pixman/test/
H A Dregion-test.c27 pixman_image_t *image, *fill; local
86 fill = pixman_image_create_solid_fill (&white);
110 fill, NULL, image,
122 pixman_image_unref (fill);
/external/llvm/test/MC/Mips/msa/
H A Dtest_2r.s3 # CHECK: fill.b $w30, $9 # encoding: [0x7b,0x00,0x4f,0x9e]
4 # CHECK: fill.h $w31, $23 # encoding: [0x7b,0x01,0xbf,0xde]
5 # CHECK: fill.w $w16, $24 # encoding: [0x7b,0x02,0xc4,0x1e]
19 fill.b $w30, $9
20 fill.h $w31, $23
21 fill.w $w16, $24
/external/pixman/demos/
H A Dcheckerboard.c44 pixman_image_t *fill; local
51 fill = pixman_image_create_solid_fill (c);
53 pixman_image_composite (PIXMAN_OP_SRC, fill, NULL, checkerboard,
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbc-org.c43 unsigned long fill; /* fill value */ member in struct:bytecode_org
139 YASM_WRITE_8(*bufp, org->fill); /* XXX: handle more than 8 bit? */
144 yasm_bc_create_org(unsigned long start, unsigned long fill, unsigned long line) argument
149 org->fill = fill;
H A Dbc-align.c42 /* What to fill intervening locations with, NULL if using code_fill */
43 /*@only@*/ /*@null@*/ yasm_expr *fill; member in struct:bytecode_align
48 /* Code fill, NULL if using 0 fill */
83 if (align->fill)
84 yasm_expr_destroy(align->fill);
98 yasm_expr_print(align->fill, f);
111 if (align->fill && !yasm_expr_get_intnum(&align->fill, 0))
113 N_("align fill mus
233 yasm_bc_create_align(yasm_expr *boundary, yasm_expr *fill, yasm_expr *maxskip, const unsigned char **code_fill, unsigned long line) argument
[all...]
/external/chromium_org/third_party/skia/bench/
H A DChartBench.cpp28 // Generates a path to stroke along the top of each plot and a fill path for the area below each
29 // plot. The fill path is bounded below by the bottomData plot points or a horizontal line at
37 SkPath* plot, SkPath* fill) {
39 fill->rewind();
42 fill->incReserve(topData.count() + 2);
44 fill->incReserve(2 * topData.count());
53 fill->moveTo(x, topData[leftShift]);
57 fill->lineTo(x, topData[i + leftShift]);
63 fill->lineTo(x, topData[i]);
73 fill
32 gen_paths(const SkTDArray<SkScalar>& topData, const SkTDArray<SkScalar>* bottomData, SkScalar yBase, SkScalar xLeft, SkScalar xDelta, int leftShift, SkPath* plot, SkPath* fill) argument
[all...]
/external/chromium_org/third_party/skia/samplecode/
H A DSampleChart.cpp24 // Generates a path to stroke along the top of each plot and a fill path for the area below each
25 // plot. The fill path is bounded below by the bottomData plot points or a horizontal line at
33 SkPath* plot, SkPath* fill) {
35 fill->rewind();
38 fill->incReserve(topData.count() + 2);
40 fill->incReserve(2 * topData.count());
49 fill->moveTo(x, topData[leftShift]);
53 fill->lineTo(x, topData[i + leftShift]);
59 fill->lineTo(x, topData[i]);
69 fill
28 gen_paths(const SkTDArray<SkScalar>& topData, const SkTDArray<SkScalar>* bottomData, SkScalar yBase, SkScalar xLeft, SkScalar xDelta, int leftShift, SkPath* plot, SkPath* fill) argument
[all...]

Completed in 780 milliseconds

1234567891011>>