/external/jmonkeyengine/engine/src/test/jme3test/light/ |
TestShadow.java | 46 import com.jme3.shadow.BasicShadowRenderer; 47 import com.jme3.shadow.ShadowUtil;
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
basic.ll | 19 ; First instrumentation block refines the shadow test. 52 ; First instrumentation block refines the shadow test.
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_program.h | 110 /** True if tex instruction should do shadow comparison */ 163 uint32_t ShadowSamplers; /**< Texture units used for shadow sampling. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
QuickDraw.py | 10 shadow = 0x10 variable 187 shadow = 0x10 variable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Text_Suite.py | 176 'shadow' : 'shad', # Shadow
|
/external/chromium_org/chrome/browser/resources/apps_debugger/css/ |
items.css | 440 box-shadow: none; 453 box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25); 525 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); 530 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 542 box-shadow: none;
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
audio_player.css | 365 box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10), 373 box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25); 378 box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35); 390 box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.10); 395 box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
|
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/ |
texture_builtins.py | 42 # Get the number of extra vector components (i.e. shadow comparitor) 45 if sampler_type.find("Shadow") != -1: 109 # Shadow comparitor 111 print "(swiz w (var_ref P))", # ...array layer is z; shadow is w 112 elif sampler_type.endswith("Shadow"):
|
/external/mesa3d/src/glsl/builtins/tools/ |
texture_builtins.py | 42 # Get the number of extra vector components (i.e. shadow comparitor) 45 if sampler_type.find("Shadow") != -1: 109 # Shadow comparitor 111 print "(swiz w (var_ref P))", # ...array layer is z; shadow is w 112 elif sampler_type.endswith("Shadow"):
|
/external/chromium/chrome/common/extensions/docs/images/intermediate/ |
i18n-after.graffle | 32 <key>shadow</key> 173 <key>shadow</key> 220 <key>shadow</key> 295 <key>shadow</key> 555 <key>shadow</key> 602 <key>shadow</key> 677 <key>shadow</key> 747 <key>shadow</key> 804 <key>shadow</key> 853 <key>shadow</key [all...] |
i18n-strings.graffle | 32 <key>shadow</key> 96 <key>shadow</key> 147 <key>shadow</key> 215 <key>shadow</key> 261 <key>shadow</key> 325 <key>shadow</key> 369 <key>shadow</key> 437 <key>shadow</key> 488 <key>shadow</key> [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
gradient_button_cell.mm | 300 // Never lower the interior, since that just leads to a weird shadow which can 555 // If this is the left side of a segmented button, draw a slight shadow. 592 scoped_nsobject<NSShadow> shadow([[NSShadow alloc] init]); 593 [shadow.get() setShadowColor:themeProvider->GetNSColor( 595 [shadow.get() setShadowOffset:NSMakeSize(0.0, -lineWidth)]; 596 [shadow setShadowBlurRadius:lineWidth]; 597 [shadow set];
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
gradient_button_cell.mm | 305 // Never lower the interior, since that just leads to a weird shadow which can 555 // If this is the left side of a segmented button, draw a slight shadow. 608 base::scoped_nsobject<NSShadow> shadow([[NSShadow alloc] init]); 609 [shadow.get() setShadowColor:themeProvider->GetNSColor( 611 [shadow.get() setShadowOffset:NSMakeSize(0.0, -lineWidth)]; 612 [shadow setShadowBlurRadius:lineWidth]; 613 [shadow set];
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8WindowShell.cpp | 152 // use a shadow object as the global object and use the JS DOMWindow 153 // instance as the prototype for that shadow object. The JS DOMWindow 157 // The shadow object and the DOMWindow instance are seen as one object 159 // DOMWindow instance is the shadow object. When mapping a DOMWindow 160 // instance to a V8 object, we return the shadow object. 166 // we need to split the shadow object further into two objects: 265 // Create a new environment using an empty template for the shadow
|
/external/compiler-rt/lib/asan/ |
asan_rtl.cc | 366 Printf("MemToShadow(shadow): %p %p %p %p", 499 // mmap the low shadow plus at least one page at the left. 502 // mmap the high shadow. 510 // mmap the low shadow plus at least one page at the left. 512 // mmap the mid shadow. 514 // mmap the high shadow. 521 Report("Shadow memory range interleaves with an existing memory mapping. "
|
/frameworks/base/docs/image_sources/in-app-billing/v3/ |
iab_v3_consumption_flow.graffle | 24 <key>shadow</key> 305 <key>shadow</key> 394 <key>shadow</key> 482 <key>shadow</key> 573 <key>shadow</key> 694 <key>shadow</key> 812 <key>shadow</key>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SwtUtils.java | 394 * Draws a drop shadow for the given rectangle into the given context. It 396 * determined by the assets used to draw the shadow graphics. 415 sShadowBottomLeft = icons.getIcon("shadow-bl"); //$NON-NLS-1$ 416 sShadowBottom = icons.getIcon("shadow-b"); //$NON-NLS-1$ 417 sShadowBottomRight = icons.getIcon("shadow-br"); //$NON-NLS-1$ 418 sShadowRight = icons.getIcon("shadow-r"); //$NON-NLS-1$ 419 sShadowTopRight = icons.getIcon("shadow-tr"); //$NON-NLS-1$
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CSSMetadata.js | 92 "text-align", "text-indent", "text-transform", "text-shadow", "visibility", "voice-family", "volume", "white-space", "widows", 148 "border-left", "border-top-color", "border-right-color", "border-bottom-color", "border-left-color", "box-shadow", "color", 150 "text-shadow", "text-underline-color", "-webkit-box-shadow", "-webkit-column-rule-color", 658 "box-shadow": { m: "background" }, 683 "text-shadow": { m: "text-decor" }, 749 "-webkit-box-shadow": 24, 789 "box-shadow": 25, 844 "text-shadow": 19, [all...] |
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/ |
CardView.java | 41 * the middle of a flip animation, this view darkens to imitate a shadow-like effect. 157 ("shadow", shadowKeyFrameStart, shadowKeyFrameMid, shadowKeyFrameEnd); 180 /** Darkens this ImageView's image by applying a shadow color filter over it. */
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
popup.html | 16 text-shadow: white 0 1px 2px; 25 box-shadow: inset 0px 2px 5px rgba(0,0,0,0.5); 159 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
SharedStyleFinder.cpp | 44 #include "core/dom/shadow/ElementShadow.h" 202 if (candidate.shadow() && candidate.shadow()->containsActiveStyles())
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebSharedWorkerImpl.cpp | 123 // Create 'shadow page'. This page is never displayed, it is used to proxy the 136 // Construct substitute data source for the 'shadow page'. We only need it 149 // Tell the loader to load the data into the 'shadow page' synchronously,
|
/external/chromium_org/third_party/WebKit/ |
WATCHLISTS | 124 '|Source/core/html/shadow/MediaControl' \ 131 '|Source/core/html/shadow/MediaControl' \ 178 'filepath': 'Source/core/dom/shadow/' \
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
TestHoveringTank.java | 57 import com.jme3.shadow.PssmShadowRenderer; 58 import com.jme3.shadow.PssmShadowRenderer.CompareMode; 59 import com.jme3.shadow.PssmShadowRenderer.FilterMode;
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_sysvideo.h | 70 specified -- the desired bpp will be emulated with a shadow 279 SDL_Surface *shadow; member in struct:SDL_VideoDevice 436 #define SDL_ShadowSurface (current_video->shadow)
|