Home
last modified time | relevance | path

Searched refs:blend_line (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libgifcodec/
H A DSkLibGifCodec.cpp404 static void blend_line(void* dstAsVoid, const void* srcAsVoid, int width) { in blend_line() function
516 blend_line<uint32_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow()
519 blend_line<uint64_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow()
/third_party/ffmpeg/libavfilter/
H A Ddrawutils.c309 static void blend_line(uint8_t *dst, unsigned src, unsigned alpha, in blend_line() function
400 blend_line(p, color->comp[plane].u8[index], alpha >> 1, in ff_blend_rectangle()
412 blend_line(p, color->comp[plane].u8[index], alpha, in ff_blend_rectangle()
427 blend_line(p, color->comp[plane].u8[index], alpha >> 1, in ff_blend_rectangle()
H A Dvf_waveform.c127 void (*blend_line)(uint8_t *dst, int size, int linesize, float o1, float o2, member
2899 s->blend_line(dst, height, out->linesize[p], o1, o2, v, step); in graticule_row()
2941 s->blend_line(dst, height, out->linesize[p], o1, o2, v, step); in graticule16_row()
2982 s->blend_line(dst, width, 1, o1, o2, v, step); in graticule_column()
3024 s->blend_line(dst, width, 1, o1, o2, v, step); in graticule16_column()
3143 s->blend_line = s->bits <= 8 ? blend_vline : blend_vline16; in config_input()
3146 s->blend_line = s->bits <= 8 ? blend_hline : blend_hline16; in config_input()
3149 s->blend_line = s->bits <= 8 ? iblend_vline : iblend_vline16; in config_input()
3152 s->blend_line = s->bits <= 8 ? iblend_hline : iblend_hline16; in config_input()
/third_party/skia/src/codec/
H A DSkWebpCodec.cpp316 static void blend_line(SkColorType dstCT, void* dst, in blend_line() function
452 // the colorXform and blend_line expect unpremul. in onGetPixels()
528 blend_line(dstCT, dst, dstCT, xformDst, in onGetPixels()
540 blend_line(dstCT, dst, webpDst.colorType(), src, in onGetPixels()

Completed in 11 milliseconds