HomeSort by relevance Sort by last modified time
    Searched refs:layer (Results 726 - 750 of 1091) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/renderer/
child_frame_compositing_helper.cc 204 cc::Layer* layer) {
207 // The container size is in DIP, so is the layer size.
212 layer->SetBounds(device_scale_adjusted_size);
215 // Manually manage background layer for transparent webview.
339 // We accomplish this by modifying bounds of the texture layer only
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.cpp 144 void WebMediaPlayerClientImpl::setWebLayer(blink::WebLayer* layer)
146 m_client->mediaPlayerSetWebLayer(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 375 // Create a view with a layer and stack it at the bottom (below |child|).
388 view_with_layer->layer()->parent()->StackAtTop(
389 view_with_layer->layer());
462 // is, it's layer is acquired for animation then the window is maximized.
463 // Acquiring the layer resets the bounds of the window. This test verifies the
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp     [all...]
tcuTexCompareVerifier.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 194 void ContextWrapper::glFramebufferTextureLayer (deUint32 target, deUint32 attachment, deUint32 texture, int level, int layer)
196 m_curCtx->framebufferTextureLayer(target, attachment, texture, level, layer);
  /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"
297 void DisplayDevice::setVisibleLayersSortedByZ(const Vector< sp<Layer> >& layers) {
302 const sp<Layer>& layer(layers[i]);
303 if (layer->isSecure()) {
309 const Vector< sp<Layer> >& DisplayDevice::getVisibleLayersSortedByZ() const {
SurfaceFlinger.h 67 class Layer;
131 const Vector< sp<Layer> >& getLayerSortedByZForHwcDisplay(int id);
140 friend class Layer;
154 class LayerVector : public SortedVector< sp<Layer> > {
275 * Layer management
284 sp<Layer>* outLayer);
288 sp<IGraphicBufferProducer>* outGbp, sp<Layer>* outLayer);
295 // this layer meaning it is entirely safe to destroy all
296 // resources associated to this layer.
297 status_t onLayerDestroyed(const wp<Layer>& layer)
    [all...]
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 64 #include "ui/compositor/layer.h"
316 active_window->layer()->GetAnimator()->
318 active_window->layer()->GetAnimator()->StartAnimation(
320 new ash::ScreenRotation(360, active_window->layer())));
689 root_windows[i]->layer(),
    [all...]
  /external/chromium_org/ash/desktop_background/
desktop_background_view.cc 23 #include "ui/compositor/layer.h"
38 // A view that controls the child view's layer so that the layer
40 // in DIP. The layer then transformed to fit to the virtual screen
113 // TODO(oshima): Create separate layer that fits to the image and then
190 desktop_widget->GetNativeWindow()->layer()->SetMasksToBounds(true);
  /external/chromium_org/ash/display/
cursor_window_controller.cc 255 hot_point_ = ui::ConvertPointToDIP(Shell::GetPrimaryRootWindow()->layer(),
root_window_transformers.cc 155 bounds = ui::ConvertRectToDIP(root_window_->layer(), bounds);
  /external/chromium_org/ash/shelf/
overflow_bubble_view.cc 55 // Makes bubble view has a layer and clip its children layers.
58 layer()->SetMasksToBounds(true);
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_state.cc 268 !window_state->window()->layer()->visible()) {
269 // The layer may be hidden if the window was previously minimized. Make
  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_display_host_impl.cc 81 #include "ui/compositor/layer.h"
575 lock_container->layer()->SetOpacity(1.0);
940 ui::Layer* layer = login_window_->GetLayer(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame.cc 230 // paints to a layer for the duration of the immersive reveal.
232 CHECK(top_container->layer());
  /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 80 m_paintOffset += renderer.layer()->offsetForInFlowPosition();
RenderLayerScrollableArea.h 213 RenderLayer* layer() const;
221 // Keeps track of whether the layer is currently resizing, so events can cause resizing to start and stop.
RenderWidget.cpp 169 // When painting widgets into compositing layers, tx and ty are relative to the enclosing compositing layer,
240 layer()->scrollableArea()->paintResizer(paintInfo.context, roundedIntPoint(adjustedPaintOffset), paintInfo.rect);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 209 toRenderInline(containerBlock)->layer()->setStaticInlinePosition(block->startAlignedOffsetForLine(blockHeight, false));
210 toRenderInline(containerBlock)->layer()->setStaticBlockPosition(blockHeight);
213 child->layer()->setStaticBlockPosition(blockHeight);
342 box->layer()->setStaticBlockPosition(m_block->logicalHeight());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceContainer.cpp 181 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,

Completed in 1512 milliseconds

<<21222324252627282930>>