Home
last modified time | relevance | path

Searched refs:effects (Results 1 – 25 of 200) sorted by relevance

12345678

/external/skia/gyp/
Deffects.gypi1 # Include this gypi to include all 'effects' files
10 '<(skia_src_path)/effects/Sk1DPathEffect.cpp',
11 '<(skia_src_path)/effects/Sk2DPathEffect.cpp',
12 '<(skia_src_path)/effects/SkAvoidXfermode.cpp',
13 '<(skia_src_path)/effects/SkArithmeticMode.cpp',
14 '<(skia_src_path)/effects/SkBicubicImageFilter.cpp',
15 '<(skia_src_path)/effects/SkBitmapSource.cpp',
16 '<(skia_src_path)/effects/SkBlendImageFilter.cpp',
17 '<(skia_src_path)/effects/SkBlurDrawLooper.cpp',
18 '<(skia_src_path)/effects/SkBlurMask.cpp',
[all …]
Dtools.gyp42 'effects.gyp:effects',
60 'effects.gyp:effects',
72 'effects.gyp:effects',
84 'effects.gyp:effects',
119 'effects.gyp:effects',
143 'effects.gyp:effects',
165 'effects.gyp:effects',
191 'effects.gyp:effects',
215 'effects.gyp:effects',
Deffects.gyp4 'target_name': 'effects',
9 'effects.gypi',
12 '../include/effects',
17 '../include/effects',
24 'effects.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
Dgpu.gypi124 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
125 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
126 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
127 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
128 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
129 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.cpp',
130 '<(skia_src_path)/gpu/effects/GrConvolutionEffect.h',
131 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.cpp',
132 '<(skia_src_path)/gpu/effects/GrSimpleTextureEffect.h',
133 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
[all …]
Dgm.gyp12 '../src/effects',
28 'effects.gyp:effects',
Dbench.gyp13 '../src/effects',
21 'effects.gyp:effects',
Dshapeops_tool.gyp19 'effects.gyp:effects',
Dtests.gyp12 '../src/effects',
116 'effects.gyp:effects',
DFileReaderApp.gyp22 'effects.gyp:effects',
DSimpleiOSApp.gyp32 'effects.gyp:effects',
/external/skia/
DAndroid.mk202 src/effects/Sk1DPathEffect.cpp \
203 src/effects/Sk2DPathEffect.cpp \
204 src/effects/SkAvoidXfermode.cpp \
205 src/effects/SkArithmeticMode.cpp \
206 src/effects/SkBicubicImageFilter.cpp \
207 src/effects/SkBitmapSource.cpp \
208 src/effects/SkBlendImageFilter.cpp \
209 src/effects/SkBlurDrawLooper.cpp \
210 src/effects/SkBlurImageFilter.cpp \
211 src/effects/SkBlurMask.cpp \
[all …]
/external/skia/legacy/
DAndroid.mk158 src/effects/Sk1DPathEffect.cpp \
159 src/effects/Sk2DPathEffect.cpp \
160 src/effects/SkAvoidXfermode.cpp \
161 src/effects/SkArithmeticMode.cpp \
162 src/effects/SkBitmapCache.cpp \
163 src/effects/SkBlurDrawLooper.cpp \
164 src/effects/SkBlurImageFilter.cpp \
165 src/effects/SkBlurMask.cpp \
166 src/effects/SkBlurMaskFilter.cpp \
167 src/effects/SkColorFilters.cpp \
[all …]
/external/chromium/chrome/browser/tab_contents/
Dweb_drag_utils_win.cc27 WebDragOperationsMask WinDragOpMaskToWebDragOpMask(DWORD effects) { in WinDragOpMaskToWebDragOpMask() argument
29 if (effects & DROPEFFECT_COPY) in WinDragOpMaskToWebDragOpMask()
31 if (effects & DROPEFFECT_LINK) in WinDragOpMaskToWebDragOpMask()
33 if (effects & DROPEFFECT_MOVE) in WinDragOpMaskToWebDragOpMask()
Dweb_drop_target_win.cc98 DWORD effects) { in OnDragEnter() argument
105 return interstitial_drop_target_->OnDragEnter(data_object, effects); in OnDragEnter()
122 web_drag_utils_win::WinDragOpMaskToWebDragOpMask(effects)); in OnDragEnter()
142 DWORD effects) { in OnDragOver() argument
145 OnDragEnter(data_object, key_state, cursor_position, effects); in OnDragOver()
148 return interstitial_drop_target_->OnDragOver(data_object, effects); in OnDragOver()
155 web_drag_utils_win::WinDragOpMaskToWebDragOpMask(effects)); in OnDragOver()
Dweb_drag_utils_win.h16 WebKit::WebDragOperationsMask WinDragOpMaskToWebDragOpMask(DWORD effects);
/external/quake/quake/src/QW/client/
Dcl_ents.c196 to->effects = MSG_ReadByte(); in CL_ParseDelta()
433 if ((s1->effects & (EF_BLUE | EF_RED)) == (EF_BLUE | EF_RED)) in CL_LinkPacketEntities()
435 else if (s1->effects & EF_BLUE) in CL_LinkPacketEntities()
437 else if (s1->effects & EF_RED) in CL_LinkPacketEntities()
439 else if (s1->effects & EF_BRIGHTLIGHT) in CL_LinkPacketEntities()
441 else if (s1->effects & EF_DIMLIGHT) in CL_LinkPacketEntities()
715 state->effects = MSG_ReadByte (); in CL_ParsePlayerinfo()
717 state->effects = 0; in CL_ParsePlayerinfo()
819 if ((state->effects & (EF_BLUE | EF_RED)) == (EF_BLUE | EF_RED)) in CL_LinkPlayers()
821 else if (state->effects & EF_BLUE) in CL_LinkPlayers()
[all …]
/external/quake/quake/src/WinQuake/
Dcl_main.cpp534 if (ent->effects & EF_BRIGHTFIELD) in CL_RelinkEntities()
537 if (ent->effects & EF_DARKFIELD) in CL_RelinkEntities()
540 if (ent->effects & EF_MUZZLEFLASH) in CL_RelinkEntities()
554 if (ent->effects & EF_BRIGHTLIGHT) in CL_RelinkEntities()
562 if (ent->effects & EF_DIMLIGHT) in CL_RelinkEntities()
570 if (ent->effects & EF_DARKLIGHT) in CL_RelinkEntities()
578 if (ent->effects & EF_LIGHT) in CL_RelinkEntities()
614 if ( ent->effects & EF_NODRAW ) in CL_RelinkEntities()
/external/quake/quake/src/QW/server/
Dsv_ents.c189 if ( to->effects != from->effects ) in SV_WriteDelta()
227 MSG_WriteByte (msg, to->effects); in SV_WriteDelta()
360 if (ent->v.effects) in SV_WritePlayersToClient()
429 MSG_WriteByte (msg, ent->v.effects); in SV_WritePlayersToClient()
507 state->effects = ent->v.effects; in SV_WriteEntitiesToClient()
/external/quake/quake/src/QW/progs/
Dclient.qc472 self.effects = 0;
1025 self.effects = self.effects | EF_DIMLIGHT;
1026 self.effects = self.effects | EF_RED;
1030 self.effects = self.effects - (self.effects & EF_DIMLIGHT);
1031 self.effects = self.effects - (self.effects & EF_RED);
1076 self.effects = self.effects | EF_DIMLIGHT;
1077 self.effects = self.effects | EF_BLUE;
1081 self.effects = self.effects - (self.effects & EF_DIMLIGHT);
1082 self.effects = self.effects - (self.effects & EF_BLUE);
/external/clang/test/SemaObjC/
Dobjc-container-subscripting-2.m25 …-warning {{container access result unused - container access should not be used for side effects}}
28 …d-warning {{container access result unused - container access should not be used for side effects}}
/external/skia/bench/
DAndroid.mk68 external/skia/include/effects \
74 external/skia/src/effects \
/external/webkit/LayoutTests/fast/dom/Node/
Dfragment-mutation-expected.txt1 …ts: "B", "U", and "P", attempts to appendChild this fragment and studies effects of mutation event…
9 …s: "B", "U", and "P", attempts to insertBefore this fragment and studies effects of mutation event…
/external/skia/gm/
DAndroid.mk113 external/skia/include/effects \
120 external/skia/src/effects \
/external/skia/tests/
DAndroid.mk110 external/skia/include/effects \
117 external/skia/src/effects \
/external/skia/include/core/
DSkPaint.h941 uintptr_t effects = reinterpret_cast<uintptr_t>(this->getLooper()); in computeFastBounds() local
942 effects |= reinterpret_cast<uintptr_t>(this->getMaskFilter()); in computeFastBounds()
943 effects |= reinterpret_cast<uintptr_t>(this->getPathEffect()); in computeFastBounds()
944 if (!effects) { in computeFastBounds()

12345678