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

1 2

  /packages/apps/Camera/src/com/android/camera/ui/
CanvasTexture.java 44 abstract protected void onDraw(Canvas canvas, Bitmap backing);
StringTexture.java 58 protected void onDraw(Canvas canvas, Bitmap backing) {
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.h 32 - (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag;
SDL_QuartzWindow.m 186 - (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag
198 return [ super initWithContentRect:contentRect styleMask:styleMask backing:backingType defer:flag ];
SDL_QuartzYUV.m 165 backing:NSBackingStoreBuffered defer:NO ];
  /external/jpeg/
Android.mk 16 # use ashmem as libjpeg decoder's backing store
22 # use sdcard as libjpeg decoder's backing store
  /external/webkit/WebKitTools/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];
  /external/webkit/WebCore/rendering/
RenderLayerCompositor.cpp 249 if (!layer->backing()) {
251 // If we need to repaint, do so before making backing
259 if (layer->backing()) {
260 // If we're removing backing on a reflection, clear the source GraphicsLayer's pointer to
265 if (RenderLayerBacking* backing = sourceLayer->backing()) {
266 ASSERT(backing->graphicsLayer()->replicaLayer() == layer->backing()->graphicsLayer());
267 backing->graphicsLayer()->setReplicatedByLayer(0);
278 // If we need to repaint, do so now that we've removed the backing
    [all...]
RenderLayerBacking.cpp 204 if (m_owningLayer->reflectionLayer()->backing()) {
205 GraphicsLayer* reflectionLayer = m_owningLayer->reflectionLayer()->backing()->graphicsLayer();
255 ASSERT(compAncestor->backing());
256 ancestorCompositingBounds = compAncestor->backing()->compositedBounds();
267 if (compAncestor && compAncestor->backing()->hasClippingLayer()) {
369 RenderLayerBacking* reflectionBacking = m_owningLayer->reflectionLayer()->backing();
578 // This is a useful optimization, because it allows us to avoid allocating backing store.
699 // and set background color on the layer in that case, instead of allocating backing store and painting.
707 // that require painting. Direct compositing saves backing store.
    [all...]
RenderVideo.cpp 282 return layer()->backing()->graphicsLayer();
  /external/v8/src/
parser.h 58 explicit FunctionEntry(Vector<unsigned> backing) : backing_(backing) { }
  /external/v8/src/x64/
virtual-frame-x64.cc 275 // Is this element the backing store of any copies?
296 // This is the backing store of copies.
311 // Set the new backing element.
397 // stored-to slot and the backing slot of the top element.
403 // same backing slot.
407 // slot. The stored-to slot becomes the new (unsynced) backing
409 // backing slot become copies of it. The sync state of the top
410 // and former backing elements is preserved.
436 // The old backing element becomes a copy of the new backing
    [all...]
  /external/webkit/WebCore/page/animation/
KeyframeAnimation.cpp 201 return layer->backing()->startAnimation(timeOffset, m_animation.get(), m_keyframes);
218 layer->backing()->animationPaused(timeOffset, m_keyframes.animationName());
237 layer->backing()->animationFinished(m_keyframes.animationName());
ImplicitAnimation.cpp 115 return layer->backing()->startTransition(timeOffset, m_animatingProperty, m_fromStyle.get(), m_toStyle.get());
129 layer->backing()->transitionFinished(m_animatingProperty);
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebTextInputWindowController.m 56 self = [super initWithContentRect:NSZeroRect styleMask:WKGetInputPanelWindowStyle() backing:NSBackingStoreBuffered defer:YES];
  /external/webkit/WebKit/mac/WebView/
WebVideoFullscreenController.mm 64 NSWindow *window = [[WebVideoFullscreenWindow alloc] initWithContentRect:NSZeroRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
204 NSWindow *window = [[NSWindow alloc] initWithContentRect:frame styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
315 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
318 self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:flag];
WebVideoFullscreenHUDWindowController.mm 81 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
84 self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:flag];
152 styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
  /external/v8/src/ia32/
virtual-frame-ia32.cc 135 FrameElement backing = elements_[backing_index]; local
136 ASSERT(backing.is_memory() || backing.is_register());
137 if (backing.is_memory()) {
140 __ push(backing.reg());
207 // The backing store may have been spilled by allocating,
266 // from the top downward in the frame in order to leave the backing
360 // Nothing except the register backing use_index has changed.
380 // register code order, we have special code to ensure that the backing
417 FrameElement backing = elements_[backing_index]
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
CanvasTexture.java 196 protected abstract void renderCanvas(Canvas canvas, Bitmap backing, int width, int height);
PopupMenu.java 313 protected void renderCanvas(Canvas canvas, Bitmap backing, int width, int height) {
315 backing.eraseColor(0);
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowAdapter.mm 83 - _initContent:(const NSRect *)contentRect styleMask:(unsigned int)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag contentView:aView;
119 - (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)style backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag {
122 self = [super initWithContentRect:contentRect styleMask:style backing:bufferingType defer:flag];
165 // Figure out the window's backing store type.
189 self = (CarbonWindowAdapter*)[super _initContent:NULL styleMask:styleMask backing:backingStoreType defer:YES contentView:carbonWindowContentView];
514 // There's no override of _commonInitFrame:styleMask:backing:defer:, despite the fact that NSWindow's modifies quite a few instance variables, because it gets called in a harmless way if the class instance is properly initialized with -[NSCarbonWindow initWithCarbonWindowRef:takingOwnership:].
539 // There's no override of _initContent:styleMask:backing:defer:contentView:, despite the fact that NSWindow's modifies _auxiliaryStorage->_auxWFlags.hasShadow, because it will never get called if the class instance is properly initialized with -[NSCarbonWindow initWithCarbonWindowRef:takingOwnership:].
542 // There's no override of _initContent:styleMask:backing:defer:counterpart:, despite the fact that NSWindow's modifies _auxiliaryStorage->_auxWFlags.hasShadow, because it will never get called if the class instance is properly initialized with -[NSCarbonWindow initWithCarbonWindowRef:takingOwnership:].
    [all...]
  /external/webkit/WebKit/mac/WebInspector/
WebNodeHighlight.mm 56 _highlightWindow = [[NSWindow alloc] initWithContentRect:contentRect styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 126 RenderLayerBacking* backing = static_cast<RenderLayerBacking*>(m_client); local
127 RenderLayer* renderLayer = backing->owningLayer();
226 RenderLayerBacking* backing = static_cast<RenderLayerBacking*>(m_client);
227 RenderLayer* renderLayer = backing->owningLayer();
  /bionic/libc/kernel/common/linux/
blkdev.h 21 #include <linux/backing-dev.h>
  /development/ndk/platforms/android-3/include/linux/
blkdev.h 21 #include <linux/backing-dev.h>

Completed in 197 milliseconds

1 2