Searched refs:effects (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium/chrome/browser/tab_contents/
H A Dweb_drag_utils_win.cc27 WebDragOperationsMask WinDragOpMaskToWebDragOpMask(DWORD effects) { argument
29 if (effects & DROPEFFECT_COPY)
31 if (effects & DROPEFFECT_LINK)
33 if (effects & DROPEFFECT_MOVE)
H A Dweb_drag_utils_win.h16 WebKit::WebDragOperationsMask WinDragOpMaskToWebDragOpMask(DWORD effects);
H A Dweb_drop_target_win.cc98 DWORD effects) {
105 return interstitial_drop_target_->OnDragEnter(data_object, effects);
122 web_drag_utils_win::WinDragOpMaskToWebDragOpMask(effects));
142 DWORD effects) {
145 OnDragEnter(data_object, key_state, cursor_position, effects);
148 return interstitial_drop_target_->OnDragOver(data_object, effects);
155 web_drag_utils_win::WinDragOpMaskToWebDragOpMask(effects));
95 OnDragEnter(IDataObject* data_object, DWORD key_state, POINT cursor_position, DWORD effects) argument
139 OnDragOver(IDataObject* data_object, DWORD key_state, POINT cursor_position, DWORD effects) argument
/external/skia/
H A DAndroid.mk44 src/effects/Sk1DPathEffect.cpp \
45 src/effects/Sk2DPathEffect.cpp \
46 src/effects/SkAvoidXfermode.cpp \
47 src/effects/SkBitmapCache.cpp \
48 src/effects/SkBlurDrawLooper.cpp \
49 src/effects/SkBlurMask.cpp \
50 src/effects/SkBlurMaskFilter.cpp \
51 src/effects/SkColorFilters.cpp \
52 src/effects/SkColorMatrixFilter.cpp \
53 src/effects/SkCornerPathEffec
[all...]
/external/skia/bench/
H A DAndroid.mk33 external/skia/include/effects \
/external/skia/gm/
H A DAndroid.mk40 external/skia/include/effects \
/external/quake/quake/src/QW/server/
H A Dsv_ents.c189 if ( to->effects != from->effects )
227 MSG_WriteByte (msg, to->effects);
360 if (ent->v.effects)
429 MSG_WriteByte (msg, ent->v.effects);
507 state->effects = ent->v.effects;
H A Dprogdefs.h97 float effects; member in struct:__anon9135
/external/quake/quake/src/QW/client/
H A Dcl_ents.c196 to->effects = MSG_ReadByte();
433 if ((s1->effects & (EF_BLUE | EF_RED)) == (EF_BLUE | EF_RED))
435 else if (s1->effects & EF_BLUE)
437 else if (s1->effects & EF_RED)
439 else if (s1->effects & EF_BRIGHTLIGHT)
441 else if (s1->effects & EF_DIMLIGHT)
715 state->effects = MSG_ReadByte ();
717 state->effects = 0;
819 if ((state->effects & (EF_BLUE | EF_RED)) == (EF_BLUE | EF_RED))
821 else if (state->effects
[all...]
H A Dprotocol.h263 int effects; member in struct:__anon8978
H A Dclient.h48 int effects; member in struct:__anon8880
/external/quake/quake/src/WinQuake/
H A Dcl_main.cpp534 if (ent->effects & EF_BRIGHTFIELD)
537 if (ent->effects & EF_DARKFIELD)
540 if (ent->effects & EF_MUZZLEFLASH)
554 if (ent->effects & EF_BRIGHTLIGHT)
562 if (ent->effects & EF_DIMLIGHT)
570 if (ent->effects & EF_DARKLIGHT)
578 if (ent->effects & EF_LIGHT)
614 if ( ent->effects & EF_NODRAW )
H A Drender.h57 int effects; // light, particals, etc member in struct:entity_s
H A Dcl_parse.cpp438 ent->effects = MSG_ReadByte();
440 ent->effects = ent->baseline.effects;
685 ent->effects = ent->baseline.effects;
H A Dsv_main.cpp445 // don't send if flagged for NODRAW and there are no lighting effects
446 if (ent->u.v.effects == EF_NODRAW)
502 if (ent->baseline.effects != ent->u.v.effects)
535 MSG_WriteByte (msg, (int) ent->u.v.effects);
565 ent->u.v.effects = (int)ent->u.v.effects & ~EF_MUZZLEFLASH;
H A Dquakedef.h233 int effects; member in struct:__anon9379
/external/skia/tests/
H A DAndroid.mk53 external/skia/include/effects \
/external/skia/android_sample/SampleApp/
H A DAndroid.mk30 external/skia/include/effects \
/external/mesa3d/docs/OLD/
H A DMESA_sprite_point.spec26 GL_EXT_point_parameters effects the definition of this extension
27 GL_ARB_multitexture effects the definition of this extension
40 or other effects.
/external/quake/quake/src/QW/progs/
H A Dprogdefs.h78 float effects; member in struct:__anon9087
/external/webkit/Source/WebCore/
H A DAndroid.derived.jscbindings.mk93 # We also need the .cpp files, which are generated as side effects of the
161 # We also need the .cpp files, which are generated as side effects of the
204 # We also need the .cpp files, which are generated as side effects of the
305 # We also need the .cpp files, which are generated as side effects of the
344 # We also need the .cpp files, which are generated as side effects of the
358 # We also need the .cpp files, which are generated as side effects of the
398 # We also need the .cpp files, which are generated as side effects of the
414 # We also need the .cpp files, which are generated as side effects of the
441 # We also need the .cpp files, which are generated as side effects of the
456 # We also need the .cpp files, which are generated as side effects o
[all...]
/external/mesa3d/docs/
H A DMESA_ycbcr_texture.spec30 NV_texture_rectangle effects the definition of this extension.
/external/bison/build-aux/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
40 as side-effects.
/external/chromium/sdch/open-vcdiff/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
41 as side-effects.
/external/genext2fs/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
40 as side-effects.

Completed in 863 milliseconds

12