Home
last modified time | relevance | path

Searched defs:fill (Results 1 – 25 of 206) sorted by relevance

123456789

/third_party/jerryscript/tests/jerry/es2015/
Darray-prototype-fill.js66 Array.prototype.fill.call (null) method in Array
72 Array.prototype.fill.call (undefined) method in Array
96 Array.prototype.fill.call (object, 42); method in Array
112 Array.prototype.fill.call (object, 42, Math.pow (2, 32) - 4); method in Array
139 Array.prototype.fill.call (object, "42"); method in Array
160 Array.prototype.fill.call (object); method in Array
173 Array.prototype.fill.call (object); method in Array
/third_party/skia/docs/examples/
DPath_IsInverseFillType.cpp6 #define nameValue(fill) { SkPathFillType::fill, #fill } argument
10 SkPathFillType fill; in draw() member
18 for (auto fill: fills ) { in draw() local
DPath_ConvertToNonInverseFillType.cpp6 #define nameValue(fill) { SkPathFillType::fill, #fill } argument
10 SkPathFillType fill; in draw() member
/third_party/skia/tests/
DStrokerTest.cpp34 SkPath fill; in pathTest() local
158 SkPath path, fill; in DEF_TEST() local
197 SkPath path, fill; in DEF_TEST() local
237 SkPath path, fill; in DEF_TEST() local
289 SkPath path, fill; in DEF_TEST() local
347 SkPath path, fill; in DEF_TEST() local
392 SkPath path, fill; in DEF_TEST() local
431 SkPath path, fill; in DEF_TEST() local
456 SkPath path, fill; in DEF_TEST() local
/third_party/skia/third_party/externals/brotli/js/
Dpolyfill.js60 Int8Array.prototype.fill = Array.prototype.fill; method in Int8Array
64 Int32Array.prototype.fill = Array.prototype.fill; method in Int32Array
/third_party/python/Modules/_decimal/tests/
Dformathelper.py238 def rand_format(fill, typespec='EeGgFfn%'): argument
295 def randfill(fill): argument
/third_party/typescript/tests/cases/compiler/
DtypeOfOnTypeArg.ts3 function fill<B extends typeof A>(f: B) { function
DenumPropertyAccess.ts11 function fill<B extends Colors>(f: B) { function
/third_party/elfutils/libelf/
Delf_fill.c43 elf_fill (int fill) in elf_fill()
/third_party/node/deps/npm/node_modules/jsonparse/samplejson/
Dbasic2.json6 … {"shape": "rect", "fill": "#333", "stroke": "#999", "x": 0.5, "y": 0.5, "width": 47, "height": 47} string
24 …{"shape": "polygon", "fill": "#248", "stroke": "#48f", "points": [[0.5,47.5],[47.5,47.5],[47.5,0.5… string
41 …{"shape": "polygon", "fill": "#248", "stroke": "#48f", "points": [[0.5,0.5],[47.5,47.5],[0.5,47.5]… string
58 …{"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[47.5,47.5],[47.5,0.5]… string
76 …{"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[0.5,47.5],[47.5,0.5]]} string
94 …{"shape": "polygon", "fill": "#482", "stroke": "#8f4", "points": [[0.5,47.5],[0.5,23.5],[24.5,23.5… string
112 …{"shape": "polygon", "fill": "#482", "stroke": "#8f4", "points": [[0.5,0.5],[23.5,0.5],[23.5,24.5]… string
130 {"shape": "circle", "fill": "#ff0", "stroke": "#ff8", "cx": 24, "cy": 24, "r": 18} string
136 …{"shape": "polygon", "fill": "#842", "stroke": "#f84", "points": [[4.5,0.5],[14.5,0.5],[14.5,17.5]… string
142 … {"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[47.5,0.5],[24,47.5]]} string
[all …]
Dbasic.json6 …{"shape": "rect", "fill": "#333", "stroke": "#999", "x": 0.5e+1, "y": 0.5, "z": 0.8e-0, "w": 0.5e5… string
24 …{"shape": "polygon", "fill": "#248", "stroke": "#48f", "points": [[0.5,47.5],[47.5,47.5],[47.5,0.5… string
41 …{"shape": "polygon", "fill": "#248", "stroke": "#48f", "points": [[0.5,0.5],[47.5,47.5],[0.5,47.5]… string
58 …{"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[47.5,47.5],[47.5,0.5]… string
76 …{"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[0.5,47.5],[47.5,0.5]]} string
94 …{"shape": "polygon", "fill": "#482", "stroke": "#8f4", "points": [[0.5,47.5],[0.5,23.5],[24.5,23.5… string
112 …{"shape": "polygon", "fill": "#482", "stroke": "#8f4", "points": [[0.5,0.5],[23.5,0.5],[23.5,24.5]… string
130 {"shape": "circle", "fill": "#ff0", "stroke": "#ff8", "cx": 24, "cy": 24, "r": 18} string
136 …{"shape": "polygon", "fill": "#842", "stroke": "#f84", "points": [[4.5,0.5],[14.5,0.5],[14.5,17.5]… string
142 … {"shape": "polygon", "fill": "#333", "stroke": "#999", "points": [[0.5,0.5],[47.5,0.5],[24,47.5]]} string
[all …]
/third_party/typescript/tests/baselines/reference/
DtypeOfOnTypeArg.js13 function fill(f) { function
DenumPropertyAccess.js27 function fill(f) { function
/third_party/skia/gm/
Dquadpaths.cpp39 SkPaint::Style style, SkPathFillType fill, in drawPath()
112 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
169 SkPaint::Style style, SkPathFillType fill, in drawPath()
242 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
Dcrbug_996140.cpp53 SkPaint fill; variable
Dlinepaths.cpp23 SkPaint::Style style, SkPathFillType fill, in drawPath()
105 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in draw() local
Dcubicpaths.cpp128 SkPaint::Style style, SkPathFillType fill, in drawPath()
202 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
247 SkPaint::Style style, SkPathFillType fill, in drawPath()
322 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
Demptypath.cpp35 SkPathFillType fill) { in drawEmpty()
80 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c68 translate_fill_mode(unsigned fill) in translate_fill_mode()
297 int fill = PIPE_POLYGON_MODE_FILL; in svga_create_rasterizer_state() local
/third_party/openssl/crypto/ec/curve448/
Df_generic.c23 unsigned int j = 0, fill = 0; in gf_serialize() local
69 unsigned int j = 0, fill = 0; in gf_deserialize() local
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
Df_generic.c23 unsigned int j = 0, fill = 0; in gf_serialize() local
69 unsigned int j = 0, fill = 0; in gf_deserialize() local
/third_party/node/deps/npm/node_modules/safer-buffer/
Dsafer.js40 Safer.alloc = function (size, fill, encoding) { argument
/third_party/ltp/testcases/kernel/syscalls/memset/
Dmemset01.c27 static void fill(void) in fill() function
/third_party/ffmpeg/libavfilter/
Dvf_fillborders.c51 uint8_t fill[4]; member
214 uint8_t fill = s->fill[p]; in fixed_borders8() local
239 uint16_t fill = s->fill[p] << (s->depth - 8); in fixed_borders16() local
398 static int lerp8(int fill, int src, int pos, int size) in lerp8()
403 static int lerp16(int fill, int src, int pos, int size, int depth) in lerp16()
414 const uint8_t fill = s->fill[p]; in fade_borders8() local
456 const uint16_t fill = s->fill[p] << (depth - 8); in fade_borders16() local
/third_party/skia/experimental/skrive/src/
DShape.cpp65 for (const auto* fill : fFills) { in onRender() local

123456789