Home
last modified time | relevance | path

Searched defs:fill (Results 326 - 350 of 409) sorted by relevance

1...<<11121314151617

/third_party/ffmpeg/libavcodec/
H A Dscpr.c402 int fill, count; in decompress_p() local
H A Dscpr3.c1060 int fill, count; in decompress_p3() local
H A Dmv30.c302 int fill; in decode_intra_block() local
343 int fill; in decode_inter_block() local
[all...]
H A Drasc.c390 unsigned fill; in decode_dlta() local
/third_party/ffmpeg/libavfilter/
H A Dvf_deshake.c315 deshake_transform_c(AVFilterContext *ctx, int width, int height, int cw, int ch, const float *matrix_y, const float *matrix_uv, enum InterpolateMethod interpolate, enum FillMethod fill, AVFrame *in, AVFrame *out) deshake_transform_c() argument
H A 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 lerp8(int fill, int src, int pos, int size) lerp8() argument
403 lerp16(int fill, int src, int pos, int size, int depth) lerp16() argument
414 const uint8_t fill = s->fill[p]; fade_borders8() local
456 const uint16_t fill = s->fill[p] << (depth - 8); fade_borders16() local
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dkernel.cpp358 const uint8_t fill = (sign_ext && msb(v) ? ~0 : 0); in extend() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderVars.cpp550 void WorkGroupSize::fill(int fillValue) in fill() function in sh::WorkGroupSize
/third_party/skia/src/gpu/ops/
H A DAALinearizingConvexPathRenderer.cpp401 bool fill = args.fShape->style().isSimpleFill(); in onDrawPath() local
/third_party/skia/samplecode/
H A DSamplePath.cpp144 SkPath fill; in drawPath() local
/third_party/skia/src/pdf/
H A DSkPDFUtils.cpp217 void SkPDFUtils::PaintPath(SkPaint::Style style, SkPathFillType fill, SkWStream* content) { in PaintPath() argument
/third_party/skia/tests/
H A DSVGDeviceTest.cpp443 const auto* fill = dom.findAttr(rect, "fill"); in DEF_TEST() local
606 const auto* fill = dom.findAttr(ellipseElement, "fill"); DEF_TEST() local
[all...]
/third_party/python/Modules/_blake2/impl/
H A Dblake2b.c356 uint32_t fill = 2 * BLAKE2B_BLOCKBYTES - left; in blake2b_update() local
H A Dblake2s.c329 size_t fill = 2 * BLAKE2S_BLOCKBYTES - left; in blake2s_update() local
/third_party/skia/gm/
H A Ddegeneratesegments.cpp324 FillAndName fill = gFills[(rand.nextU() >> 16) % numFills]; variable
198 drawPath(SkPath path, SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument
/third_party/skia/modules/sksg/samples/
H A DSampleSVGPong.cpp190 SkPaint fill, stroke; variable
/third_party/vk-gl-cts/framework/delibs/dethread/
H A DdeThreadTest.c360 deSemaphore fill; member
/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.cpp343 void RunningLockMgr::UpdateUnSceneLockLists(RunningLockParam& singleLockParam, bool fill) in UpdateUnSceneLockLists() argument
/foundation/arkui/ace_engine/interfaces/napi/kits/animator/
H A Djs_animator.cpp192 std::string fill = "none"; in ParseAnimatorOption() local
/third_party/ffmpeg/libavutil/
H A Dimgutils.c606 int fill = pix_fmt == AV_PIX_FMT_MONOWHITE ? 0xFF : 0; in av_image_fill_black() local
/third_party/mbedtls/library/
H A Dsha512.c765 size_t fill; in mbedtls_sha512_update() local
H A Dsha256.c648 size_t fill; in mbedtls_sha256_update() local
/third_party/node/lib/
H A Dbuffer.js[all...]
/third_party/libdrm/tests/tegra/
H A Dvic.h126 int (*fill)(struct vic *vic, struct vic_image *output, member
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.h138 inline void fill(ZoneVector<T>* vec) { in fill() function in v8::internal::wasm::AsmJsParser::CachedVectors

Completed in 25 milliseconds

1...<<11121314151617