| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | WebGLReadOutsideFramebufferTest.cpp | 25 void fill(unsigned tag) in fill() function in __anon20251::PixelRect 260 // fill framebuffer with unique pixels 261 mFBData.fill(fbTag); 298 actual.fill(readTag); in mainImpl()
|
| H A D | GeometryShaderTest.cpp | 632 params.fill(1); in TEST_P() 639 params.fill(1); in TEST_P() 652 params.fill(0); in TEST_P() 683 params.fill(0); in TEST_P() 690 params.fill(0); in TEST_P() 720 params.fill(0); in TEST_P()
|
| /third_party/skia/src/gpu/ops/ |
| H A D | AALinearizingConvexPathRenderer.cpp | 401 bool fill = args.fShape->style().isSimpleFill(); in onDrawPath() local 403 SkScalar strokeWidth = fill ? -1.0f : stroke.getWidth(); in onDrawPath() 404 SkPaint::Join join = fill ? SkPaint::Join::kMiter_Join : stroke.getJoin(); in onDrawPath()
|
| /third_party/python/Lib/turtledemo/ |
| H A D | __main__.py | 219 vbar.pack(side=LEFT, fill=Y) 222 hbar.pack(side=BOTTOM, fill=X) 236 text.pack(side=LEFT, fill=BOTH, expand=1)
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | LiteralByteStringTest.java | 324 Arrays.fill(b, off, off + len, (byte) 0); in testWriteToShouldNotExposeInternalBufferToOutputStream() 344 Arrays.fill(b, off, off + len, (byte) 0); in testWriteToInternalShouldExposeInternalBufferToOutputStream() 380 Arrays.fill(value, offset, offset + length, (byte) 0); in testWriteToShouldExposeInternalBufferToByteOutput()
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
| H A D | svg_base_declaration.cpp | 30 const char DOM_SVG_SRC_FILL_OPACITY[] = "fill-opacity"; 31 const char DOM_SVG_SRC_FILL_RULE[] = "fill-rule"; 255 Color fill = (val == VALUE_NONE ? Color::TRANSPARENT : declaration.GetColor(val)); 256 attrs.fillState.SetColor(fill);
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | common_shape_modifier.cpp | 116 void SetFill(ArkUINodeHandle node, uint32_t fill) in SetFill() argument 120 ShapeModelNG::SetFill(frameNode, Color(fill)); in SetFill()
|
| /foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/ |
| H A D | egl_core.cpp | 140 std::fill(infoLog, infoLog + infoLen, 0);
in CreateProgram() 184 std::fill(infoLog, infoLog + infoLen, 0);
in LoadShader()
|
| /test/xts/acts/arkui/ace_ets_web_scheme_handler_four_napis/entry/src/main/cpp/ |
| H A D | hello.cpp | 63 std::fill(buffer, buffer + BUFF_LEN, 0); in InitCallback() 71 std::fill(buffer, buffer + BUFF_LEN, 0); in ReadCallback()
|
| /test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_OffscreenCanvasRenderingContext2D/router/ |
| H A D | index.js | 273 ctx.fill(); // Draw it in default setting
297 offscreenCanvasCtx.fill();
|
| /test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_OffscreenCanvasRenderingContext2D/router/ |
| H A D | index.js | 273 ctx.fill(); // Draw it in default setting
297 offscreenCanvasCtx.fill();
|
| /test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_OffscreenCanvasRenderingContext2D/router/ |
| H A D | index.js | 273 ctx.fill(); // Draw it in default setting
297 offscreenCanvasCtx.fill();
|
| /test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_OffscreenCanvasRenderingContext2D/router/ |
| H A D | index.js | 273 ctx.fill(); // Draw it in default setting
297 offscreenCanvasCtx.fill();
|
| /third_party/backends/backend/genesys/ |
| H A D | utilities.h | 213 fill_ = stream_.fill(); in BasicStreamStateSaver() 221 stream_.fill(fill_); in ~BasicStreamStateSaver()
|
| /third_party/node/deps/npm/node_modules/@isaacs/cliui/build/lib/ |
| H A D | index.js | 186 wrapped.unshift(...new Array(col.padding[top] || 0).fill('')); 187 wrapped.push(...new Array(col.padding[bottom] || 0).fill(''));
|
| /third_party/node/deps/v8/src/asmjs/ |
| H A D | asm-parser.h | 138 inline void fill(ZoneVector<T>* vec) { in fill() function in v8::internal::wasm::AsmJsParser::CachedVectors 158 cache->fill(this); in CachedVector()
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | debug.h | 151 std::ostream::char_type oldFill = os.fill(); in FmtHex() 157 os.fill(oldFill); in FmtHex()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | Math.h | 36 std::fill(Data.get(), Data.get() + Length, InitVal); in Vector() 136 std::fill(Data.get(), Data.get() + (Rows * Cols), InitVal);
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
| H A D | log_uniform_int_distribution.h | 224 os << static_cast<stream_type>((x.min)()) << os.fill() in operator <<() 225 << static_cast<stream_type>((x.max)()) << os.fill() in operator <<()
|
| H A D | zipf_distribution.h | 243 os << static_cast<stream_type>(x.k()) << os.fill() << x.q() << os.fill() in operator <<()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | charconv_bigint.h | 124 std::fill(words_, words_ + word_shift, 0u); in ShiftLeft() 200 std::fill(words_, words_ + size_, 0u); in SetToZero()
|
| /third_party/alsa-utils/alsaloop/ |
| H A D | pcmjob.c | 833 snd_pcm_sframes_t fill = get_whole_latency(loop); in xrun_sync() local 903 "sync: cdelay=%li(%li), pdelay=%li(%li), fill=%li (delay=%li)" in xrun_sync() 909 (long)fill, (long)delay1 in xrun_sync() 918 if (delay1 > fill && capt->counter > 0) { in xrun_sync() 925 diff = remove_samples(loop, 1, (delay1 - fill) / capt->pitch); in xrun_sync() 931 if (delay1 > fill) { in xrun_sync() 932 diff = (delay1 - fill) / play->pitch; in xrun_sync() 946 if (delay1 > fill) { in xrun_sync() 947 diff = (delay1 - fill) / capt->pitch; in xrun_sync() 963 diff = (fill in xrun_sync() [all...] |
| /third_party/mbedtls/library/ |
| H A D | sha512.c | 765 size_t fill; in mbedtls_sha512_update() local 773 fill = SHA512_BLOCK_SIZE - left; in mbedtls_sha512_update() 781 if (left && ilen >= fill) { in mbedtls_sha512_update() 782 memcpy((void *) (ctx->buffer + left), input, fill); in mbedtls_sha512_update() 788 input += fill; in mbedtls_sha512_update() 789 ilen -= fill; in mbedtls_sha512_update()
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | v3_addr.c | 104 const int length, const unsigned char fill) 112 if (fill == 0) 118 memset(addr + bs->length, fill, length - bs->length); 132 const unsigned char fill, const ASN1_BIT_STRING *bs) 141 if (!addr_expand(addr, bs, 4, fill)) 146 if (!addr_expand(addr, bs, 16, fill))
|
| /third_party/openssl/crypto/x509/ |
| H A D | v3_addr.c | 104 const int length, const unsigned char fill) 112 if (fill == 0) 118 memset(addr + bs->length, fill, length - bs->length); 132 const unsigned char fill, const ASN1_BIT_STRING *bs) 141 if (!addr_expand(addr, bs, 4, fill)) 146 if (!addr_expand(addr, bs, 16, fill))
|