Searched refs:blend (Results 51 - 75 of 367) sorted by relevance

1234567891011>>

/external/skia/src/animator/
H A DSkDisplayRandom.h34 SkScalar blend; member in class:SkDisplayRandom
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_composite.c70 blend_for_op(struct xorg_composite_blend *blend, argument
80 *blend = xorg_blends[BLEND_OP_OVER];
84 *blend = xorg_blends[i];
89 /* If there's no dst alpha channel, adjust the blend op so that we'll treat
92 PICT_FORMAT_A(pDstPicture->format) == 0 && blend->alpha_dst) {
93 if (blend->rgb_src == PIPE_BLENDFACTOR_DST_ALPHA)
94 blend->rgb_src = PIPE_BLENDFACTOR_ONE;
95 else if (blend->rgb_src == PIPE_BLENDFACTOR_INV_DST_ALPHA)
96 blend->rgb_src = PIPE_BLENDFACTOR_ZERO;
100 * the source blend facto
180 struct xorg_composite_blend blend; local
216 struct pipe_blend_state blend; local
333 struct xorg_composite_blend blend; local
[all...]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_composite.c70 blend_for_op(struct xorg_composite_blend *blend, argument
80 *blend = xorg_blends[BLEND_OP_OVER];
84 *blend = xorg_blends[i];
89 /* If there's no dst alpha channel, adjust the blend op so that we'll treat
92 PICT_FORMAT_A(pDstPicture->format) == 0 && blend->alpha_dst) {
93 if (blend->rgb_src == PIPE_BLENDFACTOR_DST_ALPHA)
94 blend->rgb_src = PIPE_BLENDFACTOR_ONE;
95 else if (blend->rgb_src == PIPE_BLENDFACTOR_INV_DST_ALPHA)
96 blend->rgb_src = PIPE_BLENDFACTOR_ZERO;
100 * the source blend facto
180 struct xorg_composite_blend blend; local
216 struct pipe_blend_state blend; local
333 struct xorg_composite_blend blend; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
H A Dpp_program.c87 p->blend.rt[0].colormask = PIPE_MASK_RGBA;
88 p->blend.rt[0].rgb_src_factor = p->blend.rt[0].alpha_src_factor =
90 p->blend.rt[0].rgb_dst_factor = p->blend.rt[0].alpha_dst_factor =
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.c87 p->blend.rt[0].colormask = PIPE_MASK_RGBA;
88 p->blend.rt[0].rgb_src_factor = p->blend.rt[0].alpha_src_factor =
90 p->blend.rt[0].rgb_dst_factor = p->blend.rt[0].alpha_dst_factor =
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.h122 Color blend(const Color&) const;
153 inline Color blend(const Color& from, const Color& to, double progress, bool blendPremultiplied = true) function in namespace:blink
161 Color premultBlended(blend(premultFrom.red(), premultTo.red(), progress),
162 blend(premultFrom.green(), premultTo.green(), progress),
163 blend(premultFrom.blue(), premultTo.blue(), progress),
164 blend(premultFrom.alpha(), premultTo.alpha(), progress));
169 return Color(blend(from.red(), to.red(), progress),
170 blend(from.green(), to.green(), progress),
171 blend(from.blue(), to.blue(), progress),
172 blend(fro
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkInterpolator.cpp41 <blend>
62 SkMSec nextTime, const SkScalar blend[4]) {
67 return blend ?
68 SkUnitCubicInterp(t, blend[0], blend[1], blend[2], blend[3]) : t;
162 const SkScalar values[], const SkScalar blend[4]) {
165 if (blend == NULL) {
166 blend
61 ComputeRelativeT(SkMSec time, SkMSec prevTime, SkMSec nextTime, const SkScalar blend[4]) argument
161 setKeyFrame(int index, SkMSec time, const SkScalar values[], const SkScalar blend[4]) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.cpp102 PassRefPtr<BasicShape> BasicShapeCircle::blend(const BasicShape* other, double progress) const function in class:blink::BasicShapeCircle
108 result->setCenterX(m_centerX.blend(o->centerX(), progress));
109 result->setCenterY(m_centerY.blend(o->centerY(), progress));
110 result->setRadius(m_radius.blend(o->radius(), progress));
148 PassRefPtr<BasicShape> BasicShapeEllipse::blend(const BasicShape* other, double progress) const function in class:blink::BasicShapeEllipse
163 result->setCenterX(m_centerX.blend(o->centerX(), progress));
164 result->setCenterY(m_centerY.blend(o->centerY(), progress));
165 result->setRadiusX(m_radiusX.blend(o->radiusX(), progress));
166 result->setRadiusY(m_radiusY.blend(o->radiusY(), progress));
188 PassRefPtr<BasicShape> BasicShapePolygon::blend(cons function in class:blink::BasicShapePolygon
244 PassRefPtr<BasicShape> BasicShapeInset::blend(const BasicShape* other, double) const function in class:blink::BasicShapeInset
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_soa.c62 * lp_blend_test -o blend.tsv
115 * Build a single SOA blend factor for a color channel.
200 * Generate blend code in SOA mode.
201 * \param rt render target index (to index the blend / colormask state)
204 * \param con constant blend color
209 const struct pipe_blend_state *blend,
234 if (blend->rt[rt].colormask & (1 << i)) {
235 if (blend->logicop_enable) {
237 res[i] = lp_build_logicop(builder, blend->logicop_func, src[i], dst[i]);
242 else if (blend
208 lp_build_blend_soa(struct gallivm_state *gallivm, const struct pipe_blend_state *blend, struct lp_type type, unsigned rt, LLVMValueRef src[4], LLVMValueRef dst[4], LLVMValueRef con[4], LLVMValueRef res[4]) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_soa.c62 * lp_blend_test -o blend.tsv
115 * Build a single SOA blend factor for a color channel.
200 * Generate blend code in SOA mode.
201 * \param rt render target index (to index the blend / colormask state)
204 * \param con constant blend color
209 const struct pipe_blend_state *blend,
234 if (blend->rt[rt].colormask & (1 << i)) {
235 if (blend->logicop_enable) {
237 res[i] = lp_build_logicop(builder, blend->logicop_func, src[i], dst[i]);
242 else if (blend
208 lp_build_blend_soa(struct gallivm_state *gallivm, const struct pipe_blend_state *blend, struct lp_type type, unsigned rt, LLVMValueRef src[4], LLVMValueRef dst[4], LLVMValueRef con[4], LLVMValueRef res[4]) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Doutput.c571 struct pipe_blend_state blend; local
573 memset(&blend, 0, sizeof blend);
574 blend.independent_blend_enable = 0;
577 blend.rt[0].blend_enable = 1;
578 blend.rt[0].rgb_src_factor = BlendFactorToPipe(blend_state->blend_factor_source_color);
579 blend.rt[0].rgb_dst_factor = BlendFactorToPipe(blend_state->blend_factor_destination_color);
580 blend.rt[0].alpha_src_factor = BlendFactorToPipe(blend_state->blend_factor_source_alpha);
581 blend.rt[0].alpha_dst_factor = BlendFactorToPipe(blend_state->blend_factor_destination_alpha);
582 blend
641 void *blend; local
700 void *blend; local
[all...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Doutput.c571 struct pipe_blend_state blend; local
573 memset(&blend, 0, sizeof blend);
574 blend.independent_blend_enable = 0;
577 blend.rt[0].blend_enable = 1;
578 blend.rt[0].rgb_src_factor = BlendFactorToPipe(blend_state->blend_factor_source_color);
579 blend.rt[0].rgb_dst_factor = BlendFactorToPipe(blend_state->blend_factor_destination_color);
580 blend.rt[0].alpha_src_factor = BlendFactorToPipe(blend_state->blend_factor_source_alpha);
581 blend.rt[0].alpha_dst_factor = BlendFactorToPipe(blend_state->blend_factor_destination_alpha);
582 blend
641 void *blend; local
700 void *blend; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c157 struct pipe_blend_state blend; local
177 memset(&blend, 0, sizeof blend);
178 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
179 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
180 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
181 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
182 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
183 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
184 blend
[all...]
H A Dvl_median_filter.c243 struct pipe_blend_state blend; local
263 memset(&blend, 0, sizeof blend);
264 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
265 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
266 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
267 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
268 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
269 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
270 blend
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c157 struct pipe_blend_state blend; local
177 memset(&blend, 0, sizeof blend);
178 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
179 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
180 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
181 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
182 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
183 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
184 blend
[all...]
H A Dvl_median_filter.c243 struct pipe_blend_state blend; local
263 memset(&blend, 0, sizeof blend);
264 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
265 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE;
266 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE;
267 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
268 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE;
269 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE;
270 blend
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableColor.cpp73 return AnimatableColorImpl(blend(m_red, to.m_red, fraction),
74 blend(m_green, to.m_green, fraction),
75 blend(m_blue, to.m_blue, fraction),
76 blend(m_alpha, to.m_alpha, fraction));
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DIdentityTransformOperation.h54 virtual PassRefPtr<TransformOperation> blend(const TransformOperation*, double, bool = false) OVERRIDE
/external/chromium_org/third_party/freetype/src/psaux/
H A Dt1decode.h50 PS_Blend blend,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_context.h46 uint32_t blend; member in struct:nv04_context
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cache.h46 const struct pipe_blend_state *blend);
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateField.cpp49 if (blend.count() != 1 || blend[0] != SK_Scalar1) {
50 SkDebugf("blend=\"[");
52 for (int i = 0; i < blend.count(); i++) {
56 SkDebugf("%g", SkScalarToFloat(blend[i]));
H A DSkOperandInterpolator.h30 @param blend A positive scalar specifying how to blend between this and the next key frame.
31 [0...1) is a cubic lag/log/lag blend (slow to change at the beginning and end)
32 1 is a linear blend (default)
33 (1...inf) is a cubic log/lag/log blend (fast to change at the beginning and end)
35 bool setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend = SK_Scalar1);
/external/freetype/src/psaux/
H A Dt1decode.h50 PS_Blend blend,
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_context.h46 uint32_t blend; member in struct:nv04_context

Completed in 2073 milliseconds

1234567891011>>