HomeSort by relevance Sort by last modified time
    Searched defs:shadow (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/chromium/base/
lazy_instance_unittest.cc 64 base::ShadowingAtExitManager shadow; local
85 base::ShadowingAtExitManager shadow; local
124 base::ShadowingAtExitManager shadow; local
134 base::ShadowingAtExitManager shadow; local
  /external/compiler-rt/lib/asan/
asan_poisoning.cc 12 // Shadow memory poisoning by ASan RTL and by user application.
38 u8 *shadow = (u8*)MemToShadow(addr); local
40 i += SHADOW_GRANULARITY, shadow++) {
42 *shadow = 0; // fully addressable
44 *shadow = (SHADOW_GRANULARITY == 128) ? 0xff : value; // unaddressable
46 *shadow = size - i; // first size-i bytes are addressable
71 // conservatively, and unpoisons progressively to make sure asan shadow
168 // mem_is_zero on the corresponding shadow.
197 // If possible, mark all the bytes mapping to last shadow byte as
202 // If necessary, mark few first bytes mapping to last shadow byt
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageCairo.cpp 139 ContextShadow* shadow = context->contextShadow(); local
140 ASSERT(shadow);
141 if (shadow->m_type != ContextShadow::NoShadow) {
142 cairo_t* shadowContext = shadow->beginShadowLayer(context, dstRect);
148 shadow->endShadowLayer(context);
FontCairo.cpp 70 ContextShadow* shadow = graphicsContext->contextShadow(); local
71 ASSERT(shadow);
73 if (!(graphicsContext->textDrawingMode() & TextModeFill) || shadow->m_type == ContextShadow::NoShadow)
76 if (!shadow->mustUseContextShadow(graphicsContext)) {
80 cairo_translate(context, shadow->m_offset.width(), shadow->m_offset.height());
81 setSourceRGBAFromColor(context, shadow->m_color);
91 cairo_t* shadowContext = shadow->beginShadowLayer(graphicsContext, fontExtentsRect);
95 shadow->endShadowLayer(graphicsContext);
GraphicsContextPlatformPrivateCairo.h 103 ContextShadow shadow; member in class:WebCore::GraphicsContextPlatformPrivate
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ListPreferenceTest.java 23 private ShadowListPreference shadow; field in class:ListPreferenceTest
28 shadow = Robolectric.shadowOf(listPreference);
33 assertThat(shadow, instanceOf(ShadowDialogPreference.class));
DialogTest.java 59 ShadowDialog shadow = Robolectric.shadowOf(dialog); local
62 assertThat(shadow.isCancelable(), equalTo(false));
75 ShadowDialog shadow = Robolectric.shadowOf(dialog); local
77 assertThat(shadow.isCancelable(), equalTo(true));
ProgressDialogTest.java 30 private ShadowProgressDialog shadow; field in class:ProgressDialogTest
35 shadow = Robolectric.shadowOf(dialog);
40 assertThat(shadow, instanceOf(ShadowAlertDialog.class));
47 assertThat(shadow.getMessage(), nullValue());
49 assertThat((CharSequence) shadow.getMessage(), equalTo(message));
ActivityTest.java 308 ShadowActivity shadow = shadowOf(activity); local
310 assertNull(shadow.getCurrentFocus());
312 shadow.setCurrentFocus(view);
313 assertEquals(view, shadow.getCurrentFocus());
437 ShadowActivity shadow = shadowOf(activity); local
438 shadow.recreate();
460 ShadowActivity shadow = shadowOf(activity); local
462 assertThat( shadow.getManagedCursors(), notNullValue() );
463 assertThat( shadow.getManagedCursors().size(), equalTo(0) );
468 assertThat( shadow.getManagedCursors(), notNullValue() )
    [all...]
AbstractCursorTest.java 216 ShadowAbstractCursor shadow = Robolectric.shadowOf_(cursor); local
217 assertThat(shadow.getNotificationUri_Compatibility(), is(nullValue()));
219 assertThat(shadow.getNotificationUri_Compatibility(), is(uri));
PreferenceGroupTest.java 28 private ShadowPreferenceGroup shadow; field in class:PreferenceGroupTest
39 shadow = Robolectric.shadowOf(group);
50 assertThat(shadow, instanceOf(ShadowPreference.class));
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageQt.cpp 227 ContextShadow* shadow = ctxt->contextShadow(); local
228 if (shadow->m_type != ContextShadow::NoShadow) {
229 QPainter* shadowPainter = shadow->beginShadowLayer(ctxt, normalizedDst);
231 shadowPainter->setOpacity(static_cast<qreal>(shadow->m_color.alpha()) / 255);
233 shadow->endShadowLayer(ctxt);
  /external/webkit/Source/WebCore/rendering/
RenderSlider.cpp 182 Node* shadow = static_cast<Element*>(node())->shadowRoot(); local
183 return shadow ? toSliderThumbElement(shadow->firstChild()) : 0;
  /frameworks/base/libs/hwui/
TextDropShadowCache.cpp 101 INIT_LOGD(" Setting drop shadow cache size to %sMB", property);
104 INIT_LOGD(" Using default drop shadow cache size of %.2fMB",
154 ALOGD("Shadow texture deleted, size = %d", texture->bitmapSize);
178 FontRenderer::DropShadow shadow = mRenderer->renderDropShadow(&paintCopy, text, 0, local
181 if (!shadow.image) {
186 texture->left = shadow.penX;
187 texture->top = shadow.penY;
188 texture->width = shadow.width;
189 texture->height = shadow.height;
193 const uint32_t size = shadow.width * shadow.height
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
rounded_rect_painter.cc 81 int shadow,
88 shadow / 2, SkBlurMaskFilter::kNormal_BlurStyle);
92 SkIntToScalar(x + shadow / 2), SkIntToScalar(y + shadow / 2),
93 SkIntToScalar(x + w - shadow / 2), SkIntToScalar(y + h - shadow / 2));
107 int shadow = border->shadow; local
119 if (border->shadow > 0) {
125 shadow, shadow_color)
180 int shadow = border_->shadow; local
    [all...]
  /external/compiler-rt/lib/msan/
msan_linux.cc 53 Printf("Shadow : %p %p\n", kShadowBeg, kShadowEnd);
59 Printf("FATAL: Shadow memory range is not available.\n");
68 void *shadow = MmapFixedNoReserve(kShadowBeg, kShadowEnd - kShadowBeg); local
69 if (shadow != (void*)kShadowBeg) return false;
  /external/valgrind/main/memcheck/tests/
sh-mem-random.c 1 // This program is a thorough test of the LOADVn/STOREVn shadow memory
73 U1* shadow = malloc(n); local
76 (void)VALGRIND_GET_VBITS(arr, shadow, n);
79 if (arr_i != shadow[i]) {
82 who, i, shadow[i], arr[i]);
87 free(shadow);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.h 159 SkColor color; // alpha>0 means valid shadow
163 SkColor c = 0) // by default, alpha=0, so no shadow
178 ShadowRec shadow; member in class:WebCore::PlatformGraphicsContext::State
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderSupport.cpp 64 if (const ShadowData* shadow = svgStyle->shadow())
65 shadow->adjustRectForShadow(repaintRect);
92 const ShadowData* shadow = svgStyle->shadow(); local
93 if (opacity < 1 || shadow) {
101 if (shadow) {
103 paintInfo.context->setShadow(IntSize(shadow->x(), shadow->y()), shadow->blur(), shadow->color(), style->colorSpace())
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
ShirtPocket.java 164 DragShadowBuilder shadow; local
166 shadow = new DragShadowBuilder(this) {
177 shadow = new DragShadowBuilder(this);
180 startDrag(clip, shadow, null, 0);
212 DragShadowBuilder shadow;
214 shadow = new DragShadowBuilder(v) {
225 shadow = new DragShadowBuilder(mWindow.findViewById(R.id.preview));
228 v.startDrag(clip, shadow, null, 0);
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 116 if (start < 0x10) // shadow
135 "RSS %zd MB: shadow:%zd file:%zd mmap:%zd trace:%zd heap:%zd other:%zd\n",
164 uptr shadow = (uptr)MmapFixedNoReserve(kLinuxShadowBeg, local
166 if (shadow != kLinuxShadowBeg) {
167 Printf("FATAL: ThreadSanitizer can not mmap the shadow memory\n");
169 "to link with -pie (%p, %p).\n", shadow, kLinuxShadowBeg);
188 DPrintf("stack %zx\n", (uptr)&shadow);
204 Printf("FATAL: ThreadSanitizer can not mmap the shadow memory ("
262 // Go maps shadow memory lazily and works fine with limited address space.
268 // overlaps with shadow memory). If we detect unlimited stack size
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
BasicShadowRenderer.java 32 package com.jme3.shadow;
51 * BasicShadowRenderer uses standard shadow mapping with one map
73 * @param size the size of the shadow map (the map is square)
81 preshadowMat = new Material(manager, "Common/MatDefs/Shadow/PreShadow.j3md");
82 postshadowMat = new Material(manager, "Common/MatDefs/Shadow/PostShadow.j3md");
129 * returns the shadow camera
172 // render shadow casters to shadow map
ShadowUtil.java 32 package com.jme3.shadow;
49 * Includes various useful shadow mapping functions.
271 * Updates the shadow camera to properly contain the given
322 * Updates the shadow camera to properly contain the given
324 * shadow occluder objects.
339 * Updates the shadow camera to properly contain the given
341 * shadow occluder objects.
392 // This fixes shadow dissapearing issues when
394 // but its shadow is in the camera
420 //Nehon 08/18/2010 this is to avoid shadow bleeding when the ground is set to only receive shadows
    [all...]
  /external/webkit/Source/WebCore/html/
RangeInputType.cpp 292 Node* shadow = element()->shadowRoot(); local
293 return shadow ? toSliderThumbElement(shadow->firstChild()) : 0;
  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 223 ContextShadow* shadow = graphicsContext->contextShadow(); local
224 ASSERT(shadow);
226 if (!(graphicsContext->textDrawingMode() & TextModeFill) || shadow->m_type == ContextShadow::NoShadow)
229 FloatPoint totalOffset(point + shadow->m_offset);
232 if (!shadow->mustUseContextShadow(graphicsContext)) {
237 setSourceRGBAFromColor(context, shadow->m_color);
248 cairo_t* shadowContext = shadow->beginShadowLayer(graphicsContext, extents);
253 // We need the clipping region to be active when we blit the blurred shadow back,
264 shadow->endShadowLayer(graphicsContext);
290 // to calculate the size of the shadow buffer
    [all...]

Completed in 1734 milliseconds

12 3 4