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

<<21222324252627282930>>

  /external/chromium_org/ash/wm/
window_resizer.cc 127 initial_opacity(window->layer()->opacity()),
  /external/chromium_org/cc/layers/
layer_impl.h 162 // the layer is destroyed. To enforce this, any class that overrides
182 // Returns true if this layer has content to draw.
242 // This is a non-trivial function in Layer.
276 // Debug layer name.
290 // These invalidate the host's render surface layer list. The caller
364 // Computes a box in screen space that should entirely contain the layer's
365 // bounds through the entirety of the layer's current animation. Returns true
367 // bounds in the path to the root layer. Returns false otherwise.
458 // Note this rect is in layer space (not content space).
486 // Indicates that the surface previously used to render this layer
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 17 #include "cc/layers/layer.h"
170 root_layer_(cc::Layer::Create()),
727 void ContentViewCoreImpl::AttachLayer(scoped_refptr<cc::Layer> layer) {
728 root_layer_->AddChild(layer);
731 void ContentViewCoreImpl::RemoveLayer(scoped_refptr<cc::Layer> layer) {
732 layer->RemoveFromParent();
776 scoped_refptr<cc::Layer> ContentViewCoreImpl::GetLayer() const {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TextFieldInputType.cpp 240 if (RenderLayer* innerLayer = innerTextRenderer->layer()) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp 132 return m_surface->layer();
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_winsys_dri.c 118 unsigned level, unsigned layer,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
fakeglx.c 128 long layer; member in struct:_OverlayInfo
240 if (/*ov->transparent_type==1 &&*/ ov->layer!=0) {
241 int level = ov->layer;
745 if (ov->layer!=level) {
794 printf("chose 0x%x: layer=%d depth=%d trans_type=%d trans_value=%d\n",
    [all...]
  /external/chromium_org/ui/views/corewm/
image_grid_unittest.cc 58 // The top-left layer should be flush with the top-left corner and unscaled.
63 // The top layer should be flush with the top edge and stretched horizontally
70 // The top-right layer should be flush with the top-right corner and unscaled.
75 // The left layer should be flush with the left edge and stretched vertically
82 // The center layer should fill the space in the middle of the grid.
89 // The right layer should be flush with the right edge and stretched
97 // The bottom-left layer should be flush with the bottom-left corner and
103 // The bottom layer should be flush with the bottom edge and stretched
111 // The bottom-right layer should be flush with the bottom-right corner and
142 // The master layer is positioned above the top-left corner of the conten
    [all...]
  /external/libppp/src/
nat_cmd.c 52 #include "layer.h"
599 struct layer natlayer =
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri.c 118 unsigned level, unsigned layer,
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 128 long layer; member in struct:_OverlayInfo
240 if (/*ov->transparent_type==1 &&*/ ov->layer!=0) {
241 int level = ov->layer;
745 if (ov->layer!=level) {
794 printf("chose 0x%x: layer=%d depth=%d trans_type=%d trans_value=%d\n",
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
DragState.java 116 mDragWindowHandle.layer = getDragLayerLw();
InputMonitor.java 112 // layer its ANR dialog.
192 inputWindowHandle.layer = child.mLayer;
386 /* Callback to get pointer layer. */
395 * Layer assignment is assumed to be complete by the time this is called.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 341 struct wf_layer layer[WF_NUM_LAYERS]; member in struct:wf_program
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 341 struct wf_layer layer[WF_NUM_LAYERS]; member in struct:wf_program
  /external/blktrace/btreplay/doc/
btreplay.tex 57 traces from the kernel for each IO processed by the block IO layer. The
60 IO layer -- indicating the device, CPU number, time stamp, IO direction,
131 entrance of IOs into the block IO layer. In order to replay these IOs with
138 code, and thus are submitted to the block IO layer with \emph{very small}
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_scroll.cc 9 #include "cc/layers/layer.h"
42 Layer* root = layer_tree_host()->root_layer();
107 Layer* root = layer_tree_host()->root_layer();
186 scoped_refptr<Layer> root_scroll_layer = Layer::Create();
199 Layer* root_scroll_layer = layer_tree_host()->root_layer()->children()[0];
404 scoped_refptr<Layer> root_layer = Layer::Create();
425 // Scrolls on the child layer will happen at 5, 5. If they are treated
427 // be considered at 2.5, 2.5 in logical pixels, and will miss this layer
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
share_dialog.js 126 this.spinnerLayer_.className = 'spinner-layer';
  /external/chromium_org/media/mp4/
box_definitions.cc 190 layer(-1),
215 reader->Read2s(&layer) &&
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlowThread.cpp 312 layer()->paint(context, info.rect, info.paintBehavior, 0, region, PaintLayerTemporaryClipRects);
346 bool isPointInsideFlowThread = layer()->hitTest(newRequest, newHitTestLocation, result);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_render.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_texture.c 70 unsigned level, unsigned layer)
73 layer * rtex->surface.level[level].slice_size;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 21 #include "ui/compositor/layer.h"
524 return content_window_ ? content_window_->layer()->GetCompositor() : NULL;
532 ui::Layer* DesktopNativeWidgetAura::GetLayer() {
533 return content_window_ ? content_window_->layer() : NULL;
928 void DesktopNativeWidgetAura::DidRecreateLayer(ui::Layer* old_layer,
929 ui::Layer* new_layer) {}
    [all...]
desktop_root_window_host_win.cc 192 content_window_->layer()->GetAnimator()->IsAnimatingProperty(
399 content_window_->layer()->SetOpacity(opacity / 255.0);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_render.c     [all...]

Completed in 1413 milliseconds

<<21222324252627282930>>