Home
last modified time | relevance | path

Searched defs:blend (Results 1 – 25 of 228) sorted by relevance

12345678910

/external/chromium_org/third_party/WebKit/Source/platform/animation/
DAnimationUtilities.h38 inline int blend(int from, int to, double progress) in blend() function
45 inline T blend(T from, T to, double progress) in blend() function
51 inline double blend(double from, double to, double progress) in blend() function
56 inline float blend(float from, float to, double progress) in blend() function
61 inline LayoutUnit blend(LayoutUnit from, LayoutUnit to, double progress) in blend() function
66 inline IntPoint blend(const IntPoint& from, const IntPoint& to, double progress) in blend() function
71 inline FloatPoint blend(const FloatPoint& from, const FloatPoint& to, double progress) in blend() function
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFilterOperation.cpp34 PassRefPtr<FilterOperation> FilterOperation::blend(const FilterOperation* from, const FilterOperati… in blend() function in blink::FilterOperation
42 PassRefPtr<FilterOperation> BasicColorMatrixFilterOperation::blend(const FilterOperation* from, dou… in blend() function in blink::BasicColorMatrixFilterOperation
81 PassRefPtr<FilterOperation> BasicComponentTransferFilterOperation::blend(const FilterOperation* fro… in blend() function in blink::BasicComponentTransferFilterOperation
119 PassRefPtr<FilterOperation> BlurFilterOperation::blend(const FilterOperation* from, double progress… in blend() function in blink::BlurFilterOperation
129 PassRefPtr<FilterOperation> DropShadowFilterOperation::blend(const FilterOperation* from, double pr… in blend() function in blink::DropShadowFilterOperation
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c81 struct svga_blend_state *blend = CALLOC_STRUCT( svga_blend_state ); in svga_create_blend_state() local
205 void *blend) in svga_bind_blend_state()
214 static void svga_delete_blend_state(struct pipe_context *pipe, void *blend) in svga_delete_blend_state()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_pipe_blend.c81 struct svga_blend_state *blend = CALLOC_STRUCT( svga_blend_state ); in svga_create_blend_state() local
205 void *blend) in svga_bind_blend_state()
214 static void svga_delete_blend_state(struct pipe_context *pipe, void *blend) in svga_delete_blend_state()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_blend.c40 const struct pipe_blend_state *blend) in softpipe_create_blend_state()
48 void *blend) in softpipe_bind_blend_state()
62 void *blend) in softpipe_delete_blend_state()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
Dsp_state_blend.c40 const struct pipe_blend_state *blend) in softpipe_create_blend_state()
48 void *blend) in softpipe_bind_blend_state()
62 void *blend) in softpipe_delete_blend_state()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c46 const struct pipe_blend_state *blend) in llvmpipe_create_blend_state()
62 llvmpipe_bind_blend_state(struct pipe_context *pipe, void *blend) in llvmpipe_bind_blend_state()
78 llvmpipe_delete_blend_state(struct pipe_context *pipe, void *blend) in llvmpipe_delete_blend_state()
Dlp_test_blend.c82 const struct pipe_blend_state *blend, in write_tsv_row()
127 const struct pipe_blend_state *blend, in dump_blend_type()
155 const struct pipe_blend_state *blend, in add_blend_test()
385 compute_blend_ref(const struct pipe_blend_state *blend, in compute_blend_ref()
461 const struct pipe_blend_state *blend, in test_one()
750 struct pipe_blend_state blend; in test_all() local
804 struct pipe_blend_state blend; in test_some() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c46 const struct pipe_blend_state *blend) in llvmpipe_create_blend_state()
62 llvmpipe_bind_blend_state(struct pipe_context *pipe, void *blend) in llvmpipe_bind_blend_state()
78 llvmpipe_delete_blend_state(struct pipe_context *pipe, void *blend) in llvmpipe_delete_blend_state()
Dlp_test_blend.c82 const struct pipe_blend_state *blend, in write_tsv_row()
127 const struct pipe_blend_state *blend, in dump_blend_type()
155 const struct pipe_blend_state *blend, in add_blend_test()
385 compute_blend_ref(const struct pipe_blend_state *blend, in compute_blend_ref()
461 const struct pipe_blend_state *blend, in test_one()
750 struct pipe_blend_state blend; in test_all() local
804 struct pipe_blend_state blend; in test_some() local
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c49 translate_blend(GLenum blend) in translate_blend()
192 struct pipe_blend_state *blend = &st->state.blend; in update_blend() local
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_atom_blend.c49 translate_blend(GLenum blend) in translate_blend()
192 struct pipe_blend_state *blend = &st->state.blend; in update_blend() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBasicShapes.cpp102 PassRefPtr<BasicShape> BasicShapeCircle::blend(const BasicShape* other, double progress) const in blend() function in blink::BasicShapeCircle
148 PassRefPtr<BasicShape> BasicShapeEllipse::blend(const BasicShape* other, double progress) const in blend() function in blink::BasicShapeEllipse
188 PassRefPtr<BasicShape> BasicShapePolygon::blend(const BasicShape* other, double progress) const in blend() function in blink::BasicShapePolygon
244 PassRefPtr<BasicShape> BasicShapeInset::blend(const BasicShape* other, double) const in blend() function in blink::BasicShapeInset
DShadowData.cpp38 ShadowData ShadowData::blend(const ShadowData& from, double progress) const in blend() function in blink::ShadowData
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
Dt1load.c107 PS_Blend blend; in t1_allocate_blend() local
194 PS_Blend blend = face->blend; in T1_Get_Multi_Master() local
310 PS_Blend blend = face->blend; in T1_Get_MM_Var() local
370 PS_Blend blend = face->blend; in T1_Set_MM_Blend() local
419 PS_Blend blend = face->blend; in T1_Set_MM_Design() local
516 PS_Blend blend = face->blend; in T1_Done_Blend() local
573 PS_Blend blend; in parse_blend_axis_types() local
643 PS_Blend blend; in parse_blend_design_positions() local
736 PS_Blend blend; in parse_blend_design_map() local
828 PS_Blend blend = face->blend; in parse_weight_vector() local
[all …]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
Dt1decode.c814 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
874 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
942 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
963 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
1571 PS_Blend blend, in t1_decoder_init()
/external/freetype/src/psaux/
Dt1decode.c814 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
874 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
942 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
963 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
1571 PS_Blend blend, in t1_decoder_init()
/external/chromium_org/third_party/freetype/src/psaux/
Dt1decode.c814 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
874 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
942 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
963 PS_Blend blend = decoder->blend; in t1_decoder_parse_charstrings() local
1571 PS_Blend blend, in t1_decoder_init()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_dual_blend.h14 static INLINE boolean util_blend_state_is_dual(const struct pipe_blend_state *blend, in util_blend_state_is_dual()
/external/mesa3d/src/gallium/auxiliary/util/
Du_dual_blend.h14 static INLINE boolean util_blend_state_is_dual(const struct pipe_blend_state *blend, in util_blend_state_is_dual()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
Dxa_composite.c102 blend_for_op(struct xa_composite_blend *blend, in blend_for_op()
218 struct xa_composite_blend blend; in xa_composite_check_accelerated() local
259 struct pipe_blend_state blend; in bind_composite_blend_state() local
362 struct xa_composite_blend blend; in bind_shaders() local
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_composite.c102 blend_for_op(struct xa_composite_blend *blend, in blend_for_op()
218 struct xa_composite_blend blend; in xa_composite_check_accelerated() local
259 struct pipe_blend_state blend; in bind_composite_blend_state() local
362 struct xa_composite_blend blend; in bind_shaders() local
/external/chromium_org/third_party/freetype/src/truetype/
Dttgxvar.c286 GX_Blend blend = face->blend; in ft_var_load_avar() local
378 GX_Blend blend = face->blend; in ft_var_load_gvar() local
499 ft_var_apply_tuple( GX_Blend blend, in ft_var_apply_tuple()
853 GX_Blend blend; in TT_Set_MM_Blend() local
990 GX_Blend blend; in TT_Set_Var_Design() local
1113 GX_Blend blend = face->blend; in tt_face_vary_cvt() local
1308 GX_Blend blend = face->blend; in TT_Vary_Get_Glyph_Deltas() local
1506 GX_Blend blend ) in tt_done_blend()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
Dttgxvar.c286 GX_Blend blend = face->blend; in ft_var_load_avar() local
378 GX_Blend blend = face->blend; in ft_var_load_gvar() local
499 ft_var_apply_tuple( GX_Blend blend, in ft_var_apply_tuple()
853 GX_Blend blend; in TT_Set_MM_Blend() local
990 GX_Blend blend; in TT_Set_Var_Design() local
1113 GX_Blend blend = face->blend; in tt_face_vary_cvt() local
1308 GX_Blend blend = face->blend; in TT_Vary_Get_Glyph_Deltas() local
1506 GX_Blend blend ) in tt_done_blend()
/external/freetype/src/truetype/
Dttgxvar.c286 GX_Blend blend = face->blend; in ft_var_load_avar() local
378 GX_Blend blend = face->blend; in ft_var_load_gvar() local
499 ft_var_apply_tuple( GX_Blend blend, in ft_var_apply_tuple()
853 GX_Blend blend; in TT_Set_MM_Blend() local
990 GX_Blend blend; in TT_Set_Var_Design() local
1113 GX_Blend blend = face->blend; in tt_face_vary_cvt() local
1308 GX_Blend blend = face->blend; in TT_Vary_Get_Glyph_Deltas() local
1506 GX_Blend blend ) in tt_done_blend()

12345678910