HomeSort by relevance Sort by last modified time
    Searched refs:layer (Results 576 - 600 of 860) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc 390 // After calling Destroy(), the plugin instance assumes that the layer is not
391 // used by us anymore, so it may destroy the layer before this object goes
404 void RenderWidgetFullscreenPepper::SetLayer(blink::WebLayer* layer) {
405 layer_ = layer;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_screen.c 277 unsigned level, unsigned layer,
287 level, layer,
  /external/chromium_org/ui/views/widget/
native_widget_aura_unittest.cc 344 // Create a view with a layer and stack it at the bottom (below |child|).
357 view_with_layer->layer()->parent()->StackAtTop(
358 view_with_layer->layer());
  /external/libnfc-nci/src/adaptation/
libmain.c 432 UINT8 *scru_dump_hex (UINT8 *p, char *pTitle, UINT32 len, UINT32 layer, UINT32 type)
436 dumpbin(p, len, layer, type);
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_screen.c 277 unsigned level, unsigned layer,
287 level, layer,
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 41 #include "Layer.h"
288 void DisplayDevice::setVisibleLayersSortedByZ(const Vector< sp<Layer> >& layers) {
293 const sp<Layer>& layer(layers[i]);
294 if (layer->isSecure()) {
300 const Vector< sp<Layer> >& DisplayDevice::getVisibleLayersSortedByZ() const {
SurfaceFlinger.h 66 class Layer;
130 const Vector< sp<Layer> >& getLayerSortedByZForHwcDisplay(int id);
139 friend class Layer;
153 class LayerVector : public SortedVector< sp<Layer> > {
266 * Layer management
275 sp<Layer>* outLayer);
279 sp<IGraphicBufferProducer>* outGbp, sp<Layer>* outLayer);
286 // this layer meaning it is entirely safe to destroy all
287 // resources associated to this layer.
288 status_t onLayerDestroyed(const wp<Layer>& layer)
    [all...]
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 64 #include "ui/compositor/layer.h"
362 active_window->layer()->GetAnimator()->
364 active_window->layer()->GetAnimator()->StartAnimation(
366 new ash::ScreenRotation(360, active_window->layer())));
703 root_windows[i]->layer(),
    [all...]
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 80 scale_when_drag_started_ = ui::GetDeviceScaleFactor(target->layer());
root_window_transformers.cc 157 bounds = ui::ConvertRectToDIP(root_window_->layer(), bounds);
  /external/chromium_org/ash/shelf/
overflow_bubble_view.cc 57 // Makes bubble view has a layer and clip its children layers.
60 layer()->SetMasksToBounds(true);
  /external/chromium_org/ash/wm/
base_layout_manager.cc 20 #include "ui/compositor/layer.h"
191 !window_state->window()->layer()->visible()) {
192 // The layer may be hidden if the window was previously minimized. Make
  /external/chromium_org/ash/wm/workspace/
phantom_window_controller.cc 13 #include "ui/compositor/layer.h"
206 ui::Layer* widget_layer = phantom_widget->GetNativeWindow()->layer();
  /external/chromium_org/chrome/browser/chromeos/login/
login_display_host_impl.cc 76 #include "ui/compositor/layer.h"
547 lock_container->layer()->SetOpacity(1.0);
818 // default and background layer because there is nothing behind it.
828 ui::Layer* layer = login_window_->GetLayer(); local
829 ui::ScopedLayerAnimationSettings animation(layer->GetAnimator());
834 layer->SetOpacity(0);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame.cc 200 // paints to a layer for the duration of the immersive reveal.
202 CHECK(top_container->layer());
  /external/chromium_org/media/mp4/
box_definitions.h 118 int16 layer; member in struct:media::mp4::TrackHeader
  /external/chromium_org/remoting/webapp/
clipboard.js 121 // The plugin's JSON layer will correctly convert only UTF-8 data sent from
149 // The JSON layer between the plugin and this webapp converts UTF-8 to the
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.cpp 65 m_paintOffset += renderer->layer()->offsetForInFlowPosition();
RenderLayerCompositor.h 70 // This will make a compositing layer at the root automatically, and hook up to
85 // Called when the layer hierarchy needs to be updated (compositing layers have been
90 // Called when something outside WebKit affects the visible rect (e.g. delegated scrolling). Might schedule a layer flush.
98 // rebuild the composited layer tree, and/or update all the properties assocaited with each layer of the
99 // composited layer tree.
102 // Update the compositing state of the given layer. Returns true if that state changed.
108 // Whether layer's compositedLayerMapping needs a GraphicsLayer to do clipping by an ancestor (non-stacking-context parent with overflow).
110 // Whether layer's compositedLayerMapping needs a GraphicsLayer to clip z-order children of the given RenderLayer.
113 // Whether the given layer needs an extra 'contents' layer
    [all...]
RenderLayerScrollableArea.h 214 RenderLayer* layer() const;
228 // Keeps track of whether the layer is currently resizing, so events can cause resizing to start and stop.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceContainer.cpp 183 m_clientLayers.add(toRenderLayerModelObject(node->renderer())->layer());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_screen.c 362 unsigned level, unsigned layer,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_screen.c 348 unsigned level, unsigned layer,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fbobject.h 188 GLuint texture, GLint level, GLint layer);
  /external/chromium_org/ui/app_list/views/
app_list_main_view.cc 115 contents_view_->layer()->SetMasksToBounds(true);

Completed in 1213 milliseconds

<<21222324252627282930>>