HomeSort by relevance Sort by last modified time
    Searched refs:backing (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/v8/test/mjsunit/regress/
regress-117409.js 32 // Create literal with a fast double elements backing store
39 // Trruncate array to 0 elements, at which point backing store will be replaced
43 // ArrayPush built-in will replace empty fixed array backing store with 19
44 // elements fixed array backing store. This leads to a mismatch between the map
45 // and the backing store. Debug mode will crash here in set_elements accessor.
48 // Corrupt the backing store!
regress-91013.js 28 // Test that KeyedStore stub for unboxed double arrays backing store
33 // Create array with unboxed double array backing store.
  /external/qemu/distrib/jpeg-6b/
Android.mk 16 # use ashmem as libjpeg decoder's backing store
22 # use sdcard as libjpeg decoder's backing store
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.h 40 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag;
SDL_QuartzWindow.m 184 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag
196 return [ super initWithContentRect:contentRect styleMask:styleMask backing:backingType defer:flag ];
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTreeWindow.mm 58 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation
65 return [super initWithContentRect:contentRect styleMask:styleMask backing:bufferingType defer:deferCreation];
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
CanvasTexture.java 51 abstract protected void onDraw(Canvas canvas, Bitmap backing);
MultiLineTexture.java 49 protected void onDraw(Canvas canvas, Bitmap backing) {
StringTexture.java 84 protected void onDraw(Canvas canvas, Bitmap backing) {
  /external/qemu/distrib/sdl-1.2.15/test/
testalpha.c 176 static SDL_Surface *backing; variable
209 backing = SDL_CreateRGBSurface(SDL_SWSURFACE, sprite->w, sprite->h, 8,
211 if ( backing == NULL ) {
219 converted = SDL_DisplayFormat(backing);
220 SDL_FreeSurface(backing);
227 backing = converted;
255 SDL_BlitSurface(backing, NULL, screen, &updates[0]);
296 SDL_BlitSurface(screen, &updates[1], backing, NULL);
312 SDL_BlitSurface(backing, NULL, screen, &updates[0]);
316 SDL_BlitSurface(screen, &updates[1], backing, NULL)
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebRenderLayer.mm 85 RenderLayerBacking* backing = layer->backing();
86 switch (backing->compositingLayerType()) {
101 if (backing->hasClippingLayer())
104 if (backing->hasAncestorClippingLayer())
WebVideoFullscreenController.mm 78 NSWindow *window = [[WebVideoFullscreenWindow alloc] initWithContentRect:NSZeroRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
271 NSWindow *window = [[NSWindow alloc] initWithContentRect:frame styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
495 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
498 self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:flag];
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 373 if (!layer->backing()) {
375 // If we need to repaint, do so before making backing
383 layer->backing()->graphicsLayer()->setAcceleratesDrawing(true);
387 layer->backing()->graphicsLayer()->setAcceleratesDrawing(true);
393 if (layer->backing()) {
394 // If we're removing backing on a reflection, clear the source GraphicsLayer's pointer to
399 if (RenderLayerBacking* backing = sourceLayer->backing()) {
400 ASSERT(backing->graphicsLayer()->replicaLayer() == layer->backing()->graphicsLayer())
    [all...]
  /external/jpeg/
Android.mk 18 # use ashmem as libjpeg decoder's backing store
26 # use sdcard as libjpeg decoder's backing store
  /external/webkit/Tools/WebKitTestRunner/mac/
PlatformWebViewMac.mm 36 m_window = [[NSWindow alloc] initWithContentRect:windowRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES];
  /external/guava/guava/src/com/google/common/collect/
TreeBasedTable.java 225 SortedMap<C, V> backing = backingRowMap(); local
226 if (backing == null) {
233 SortedMap<C, V> backing = backingRowMap(); local
234 if (backing == null) {
  /external/webkit/Source/WebCore/page/animation/
ImplicitAnimation.cpp 115 return layer->backing()->startTransition(timeOffset, m_animatingProperty, m_fromStyle.get(), m_toStyle.get());
132 layer->backing()->transitionPaused(timeOffset, m_animatingProperty);
148 layer->backing()->transitionFinished(m_animatingProperty);
KeyframeAnimation.cpp 254 return layer->backing()->startAnimation(timeOffset, m_animation.get(), m_keyframes);
271 layer->backing()->animationPaused(timeOffset, m_keyframes.animationName());
290 layer->backing()->animationFinished(m_keyframes.animationName());
  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoLayerChromium.cpp 102 RenderLayerBacking* backing = static_cast<RenderLayerBacking*>(m_owner->client());
103 if (!backing || backing->paintingGoesToWindow())
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebTextInputWindowController.m 56 self = [super initWithContentRect:NSZeroRect styleMask:WKGetInputPanelWindowStyle() backing:NSBackingStoreBuffered defer:YES];
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKTextInputWindowController.mm 55 self = [super initWithContentRect:NSZeroRect styleMask:WKGetInputPanelWindowStyle() backing:NSBackingStoreBuffered defer:YES];
  /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginProcessProxyMac.mm 159 m_placeholderWindow.adoptNS([[WKPlaceholderModalWindow alloc] initWithContentRect:NSMakeRect(0, 0, 1, 1) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES]);
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebInspectorProxyMac.mm 101 NSWindow *window = [[NSWindow alloc] initWithContentRect:NSMakeRect(0, 0, initialWindowWidth, initialWindowHeight) styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
  /external/webkit/Tools/TestWebKitAPI/mac/
PlatformWebViewMac.mm 38 m_window = [[NSWindow alloc] initWithContentRect:windowRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES];
  /hardware/libhardware/modules/local_time/
Android.mk 20 # the oscillator backing the CLOCK_MONOTONIC implementation is phase locked to

Completed in 329 milliseconds

1 2 3 4 5