Home
last modified time | relevance | path

Searched defs:fill (Results 301 - 325 of 397) sorted by relevance

1...<<111213141516

/third_party/ffmpeg/libavcodec/
H A Dphotocd.c82 int fill; in interp_lowres() local
[all...]
H A Dscpr.c402 int fill, count; in decompress_p() local
/third_party/ffmpeg/libavfilter/
H A Dvf_maskfun.c34 int fill; member
286 int fill = s->fill; in process_command() local
[all...]
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/gn/misc/emacs/
H A Dgn-mode.el
/third_party/mbedtls/library/
H A Dripemd160.c271 size_t fill; in mbedtls_ripemd160_update() local
/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradix_sort_vk.h99 VkPipelineLayout fill; member
108 VkPipeline fill; member
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_container.c283 uint32_t fill = 0; in dxil_container_add_state_validation() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.cpp295 void BitSet::fill(uint32_t val) in fill() function in nv50_ir::BitSet
/third_party/mesa3d/src/util/tests/vma/
H A Dvma_random_test.cpp205 void fill() in fill() function
/third_party/rust/crates/lazycell/src/
H A Dlib.rs75 pub fn fill(&self, value: T) -> Result<(), T> { in fill() functions
256 pub fn fill(&self, t: T) -> Result<(), T> { in fill() functions
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DWebGLReadOutsideFramebufferTest.cpp25 void fill(unsigned tag) in fill() function in __anon20251::PixelRect
/third_party/skia/tools/viewer/
H A DSkottieSlide.cpp226 SkPaint fill, stroke; in draw() local
/third_party/python/Objects/stringlib/
H A Dtransmogrify.h106 pad(PyObject *self, Py_ssize_t left, Py_ssize_t right, char fill) in pad() argument
122 memset(STRINGLIB_STR(u), fill, left); in pad() local
128 fill, right); in pad() local
225 Py_ssize_t fill; in stringlib_zfill_impl() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Darg.cc213 size_t fill = 0; in ConvertCharImpl() local
227 size_t fill = 0; in ConvertIntImplInnerSlow() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array.h341 void fill(const value_type& val) { std::fill(begin(), end(), val); } in fill() function in absl::FixedArray
/third_party/skia/gm/
H A Dcubicpaths.cpp126 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
245 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
[all...]
H A Dstrokes.cpp428 SkPath fill; variable
H A Dcirculararcs.cpp257 SkPaint fill; in DEF_SIMPLE_GM() local
/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

Completed in 19 milliseconds

1...<<111213141516