Home
last modified time | relevance | path

Searched refs:fetch_linear_gradient (Results 1 – 5 of 5) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/ector/software/
H A Dector_software_private.h147 void fetch_linear_gradient(uint32_t *buffer, Span_Data *data, int y, int x, int length);
H A Dector_software_gradient.c79 fetch_linear_gradient(uint32_t *buffer, Span_Data *data, int y, int x, int length) in fetch_linear_gradient() function
H A Dector_software_rasterizer.c261 if (sd->type == LinearGradient) fetchfunc = &fetch_linear_gradient; in _blend_gradient()
298 if (sd->type == LinearGradient) fetchfunc = &fetch_linear_gradient; in _blend_gradient_alpha()
348 if (sd->type == LinearGradient) fetchfunc = &fetch_linear_gradient; in _blend_gradient_alpha_inv()
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/vector/
H A Dvdrawhelper.cpp280 void fetch_linear_gradient(uint32_t *buffer, const Operator *op, in fetch_linear_gradient() function
497 op.srcFetch = &fetch_linear_gradient; in getOperator()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/vector/
H A Dvdrawhelper.cpp300 void fetch_linear_gradient(uint32_t *buffer, const Operator *op, in fetch_linear_gradient() function
518 op.srcFetch = &fetch_linear_gradient; in getOperator()