/frameworks/native/opengl/tests/hwc/ |
hwcCommit.cpp | 1409 hwc_layer_1_t *layer = &hwcList->hwLayers[0]; local [all...] |
/external/chromium_org/cc/layers/ |
texture_layer_unittest.cc | 154 // Second draw with layer in non-drawable state: no texture 164 scoped_refptr<Layer> root_layer = Layer::Create(); 166 scoped_refptr<Layer> child_layer = Layer::Create(); 224 scoped_refptr<TextureLayer> layer = TextureLayer::Create(NULL); local 225 layer->SetBounds(layer_bounds); 226 layer->draw_properties().visible_content_rect = layer_rect; 227 layer->SetBlendBackgroundColor(true); 230 EXPECT_FALSE(layer->contents_opaque()) [all...] |
/external/chromium_org/net/third_party/nss/ssl/ |
sslsock.c | 256 /* This function tries to find the SSL layer in the stack. 257 * It searches for the first SSL layer at or below the argument fd, 258 * and failing that, it searches for the nearest SSL layer above the 259 * argument fd. It returns the private sslSocket from the found layer. 264 PRFileDesc *layer; local 270 layer = PR_GetIdentitiesLayer(fd, ssl_layer_id); 271 if (layer == NULL) { 276 ss = (sslSocket *)layer->secret; 277 ss->fd = layer; 2942 PRFileDesc *layer = NULL; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderInline.cpp | 315 // Giving the block a layer like this allows it to collect the x/y offsets from inline parents later. [all...] |
/cts/apps/CtsVerifier/lib/colorchecker/ |
colorcheckertest.cpp | 128 // If the image is a color image and can be converted to a luminance layer 132 // Computes the gradient image on the luminance layer. 427 // Computes the gradient in both x and y direction of a layer 428 void ColorCheckerTest::computeGradient(unsigned char* layer, 437 0.5f * (layer[i * width + j + 1] - 438 layer[i * width + j - 1]); 440 0.5f * (layer[(i + 1) * width + j] - 441 layer[(i - 1) * width + j]); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventHandler.cpp | 1374 RenderLayer* layer = mev.targetNode()->renderer() ? mev.targetNode()->renderer()->enclosingLayer() : 0; local 2499 RenderLayer* layer = eventTarget->renderer() ? eventTarget->renderer()->enclosingLayer() : 0; local [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_impl_unittest.cc | 173 static void ExpectClearedScrollDeltasRecursive(LayerImpl* layer) { 174 ASSERT_EQ(layer->ScrollDelta(), gfx::Vector2d()); 175 for (size_t i = 0; i < layer->children().size(); ++i) 176 ExpectClearedScrollDeltasRecursive(layer->children()[i]); 250 scoped_ptr<LayerImpl> layer = local 252 layer->SetScrollable(true); 253 layer->SetDrawsContent(true); 254 layer->SetBounds(size); 255 layer->SetContentBounds(size); 256 layer->SetMaxScrollOffset(gfx::Vector2d(size.width() * 2 1481 DidDrawCheckLayer* layer = local 1521 DidDrawCheckLayer* layer = local [all...] |
layer_tree_host_impl.h | 496 void AnimateScrollbarsRecursive(LayerImpl* layer, 508 void StartScrollbarAnimationRecursive(LayerImpl* layer, base::TimeTicks time); 559 // The optional delegate for the root layer scroll offset. 621 // - external_transform_ applies a transform above the root layer
|
/external/chromium_org/ash/magnifier/ |
magnification_controller.cc | 18 #include "ui/compositor/layer.h" 217 ui::ConvertPointToDIP(root_window_->layer(), position); 264 root_window_->layer()->GetAnimator()); 289 ui::ConvertRectToDIP(root_window_->layer(), target_rect);
|
/external/chromium_org/ash/shelf/ |
shelf_widget.cc | 29 #include "ui/compositor/layer.h" 251 ui::Layer* opaque_background() { return &opaque_background_; } 257 void SetParentLayer(ui::Layer* layer); 272 virtual void ReorderChildLayers(ui::Layer* parent_layer) OVERRIDE; 310 ui::Layer opaque_background_; 375 void ShelfWidget::DelegateView::SetParentLayer(ui::Layer* layer) { 376 layer->Add(&opaque_background_); 467 void ShelfWidget::DelegateView::ReorderChildLayers(ui::Layer* parent_layer) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
DrawingBuffer.cpp | 359 GraphicsLayer::registerContentsLayer(m_layer->layer()); 362 return m_layer->layer(); 462 GraphicsLayer::unregisterContentsLayer(m_layer->layer());
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_miptree.c | 37 layer_offset(struct pipe_resource *pt, unsigned level, unsigned layer) 43 return (layer * mt->layer_size) + lvl->offset; 45 return lvl->offset + (layer * lvl->zslice_size);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_texture_desc.c | 183 /* When clearing, the layer (width*height) is horizontally split 537 unsigned level, unsigned layer) 544 return offset + layer * tex->tex.layer_size_in_bytes[level]; 547 assert(layer == 0);
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_miptree.c | 37 layer_offset(struct pipe_resource *pt, unsigned level, unsigned layer) 43 return (layer * mt->layer_size) + lvl->offset; 45 return lvl->offset + (layer * lvl->zslice_size);
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_texture_desc.c | 183 /* When clearing, the layer (width*height) is horizontally split 537 unsigned level, unsigned layer) 544 return offset + layer * tex->tex.layer_size_in_bytes[level]; 547 assert(layer == 0);
|
/packages/apps/Browser/src/com/android/browser/ |
NavTabScroller.java | 484 boolean layer = false; 510 layer = true; 522 if (layer) {
|
/external/chromium_org/ash/wm/dock/ |
docked_window_layout_manager.cc | 68 // Sets widget bounds and sizes opaque background layer to fill the widget. 90 // TODO(varkha): use ui::Layer on both opaque_background and normal 149 GetNativeWindow()->layer()->Add(&opaque_background_); 170 ui::Layer opaque_background_; 202 window->layer()->SetBounds(previous_bounds); 829 ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator()); 1133 ui::Layer* layer = window->layer(); local [all...] |
/device/lge/mako/camera/ |
Android.mk | 74 # if debug service layer and up , use stub camera!
|
/external/bluetooth/bluedroid/main/ |
Android.mk | 9 # HAL layer
|
/external/chromium_org/ash/wm/ |
header_painter.cc | 276 (parent->layer()->GetAnimator()->IsAnimatingProperty( 278 parent->layer()->GetAnimator()->IsAnimatingProperty(
|
lock_state_controller.cc | 53 GetBackground()->layer()->GetAnimator()); 60 GetBackground()->layer()->GetAnimator()); 73 // layer or the mixture of both.
|
/external/chromium_org/chrome_frame/cfinstall/src/stub/ |
overlaydelegate.js | 6 * @fileoverview Implements a compatibility layer for older versions of
|
/external/chromium_org/content/browser/android/ |
content_view_core_impl.h | 55 virtual scoped_refptr<cc::Layer> GetLayer() const OVERRIDE; 313 void AttachLayer(scoped_refptr<cc::Layer> layer); 314 void RemoveLayer(scoped_refptr<cc::Layer> layer); 371 // A compositor layer containing any layer that should be shown. 372 scoped_refptr<cc::Layer> root_layer_;
|
/external/chromium_org/content/browser/renderer_host/media/ |
desktop_capture_device_aura.cc | 26 #include "ui/compositor/layer.h" 128 // Response callback for cc::Layer::RequestCopyOfOutput(). 146 // The layer associated with the desktop. 147 ui::Layer* desktop_layer_; 186 // If the desktop layer is already destroyed then return failure. 187 desktop_layer_ = desktop_window_->layer(); 248 // Do not capture if the desktop layer is already destroyed. 266 ui::ConvertRectToPixel(desktop_window_->layer(),
|
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin_compositing_helper.cc | 126 cc::Layer* layer) { 129 // The container size is in DIP, so is the layer size. 134 layer->SetBounds(device_scale_adjusted_size); 137 // Manually manage background layer for transparent webview. 265 // We accomplish this by modifying bounds of the texture layer only
|