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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp 93 return layer()->hitTest(request, location, result);
212 if (!m_compositor || !m_compositor->needsFixedRootBackgroundLayer(layer())) {
400 // Check to see if we are enclosed by a layer that requires complex painting rules. If so, we cannot blit
404 // a transform, transparency layer, etc.
407 RenderLayer* layer = elt->renderer()->enclosingLayer(); local
408 if (layer->cannotBlitToWindow()) {
413 if (layer->enclosingCompositingLayerForRepaint()) {
477 if (layer()->compositingState() == PaintsIntoOwnBacking) {
478 layer()->repainter().setBackingNeedsRepaintInRect(repaintRect);
533 if (!paintInvalidationContainer && layer() && layer()->transform()
    [all...]
RenderBox.cpp 204 if (hasOverflowClip() && oldStyle && newStyle && oldStyle->effectiveZoom() != newStyle->effectiveZoom() && layer()) {
205 if (int left = layer()->scrollableArea()->scrollXOffset()) {
207 layer()->scrollableArea()->scrollToXOffset(left);
209 if (int top = layer()->scrollableArea()->scrollYOffset()) {
211 layer()->scrollableArea()->scrollToYOffset(top);
369 return layer()->scrollableArea()->scrollWidth();
380 return layer()->scrollableArea()->scrollHeight();
388 return hasOverflowClip() ? layer()->scrollableArea()->scrollXOffset() : 0;
393 return hasOverflowClip() ? layer()->scrollableArea()->scrollYOffset() : 0;
404 return layer()->scrollableArea()->scrollHeight()
4355 RenderLayer* layer = curr->hasLayer() && curr->isBox() ? toRenderBox(curr)->layer() : 0; local
    [all...]
  /external/opencv/ml/include/
ml.h     [all...]
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 25 #include "cc/layers/layer.h"
54 class Layer;
96 // For web contents, layer transforms should scale up the contents of layers
289 // Android WebView handles root layer flings itself.
424 const cc::Layer* RenderWidgetCompositor::GetRootLayer() const {
465 void RenderWidgetCompositor::setRootLayer(const blink::WebLayer& layer) {
467 static_cast<const WebLayerImpl*>(&layer)->layer());
471 layer_tree_host_->SetRootLayer(scoped_refptr<cc::Layer>());
559 void RenderWidgetCompositor::registerForAnimations(blink::WebLayer* layer) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 97 static RenderLayer::UpdateLayerPositionsFlags updateLayerPositionFlags(RenderLayer* layer, bool isRelayoutingSubtree, bool didFullPaintInvalidation)
101 if (isRelayoutingSubtree && (layer->isPaginated() || layer->enclosingPaginationLayer()))
886 RenderLayer* layer; local
1208 GraphicsLayer* layer = renderView->layer()->compositedLayerMapping()->mainGraphicsLayer(); local
1367 RenderLayer* layer = toRenderBoxModelObject(renderer)->layer(); local
1683 RenderLayer* layer = toRenderBoxModelObject(renderer)->layer(); local
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 22 #include "ui/compositor/layer.h"
226 return window_ ? window_->layer()->GetCompositor() : NULL;
230 return window_ ? window_->layer()->GetCompositor() : NULL;
233 ui::Layer* NativeWidgetAura::GetLayer() {
234 return window_ ? window_->layer() : NULL;
589 window_->layer()->SetOpacity(opacity / 255.0);
731 // handles the case of a maximize animation acquiring the layer (acquiring a
732 // layer results in clearing the bounds).
757 // Don't descend into |child| if there is a view with a Layer that contains
758 // the point and is stacked above |child|s layer
772 ui::Layer* layer = *i; local
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
t2.c 552 OPJ_UINT32 layno = pi->layno; /* quality layer value */
614 opj_tcd_layer_t *layer = &cblk->layers[layno]; local
616 if (!cblk->numpasses && layer->numpasses) {
625 opj_tcd_layer_t *layer = &cblk->layers[layno]; local
635 opj_bio_write(bio, layer->numpasses != 0, 1);
639 if (!layer->numpasses) {
651 opj_t2_putnumpasses(bio, layer->numpasses);
652 l_nb_passes = cblk->numpasses + layer->numpasses;
660 if (pass->term || passno == (cblk->numpasses + layer->numpasses) - 1) {
680 if (pass->term || passno == (cblk->numpasses + layer->numpasses) - 1)
732 opj_tcd_layer_t *layer = &cblk->layers[layno]; local
    [all...]
  /external/chromium_org/ash/wm/
workspace_controller_unittest.cc 32 #include "ui/compositor/layer.h"
57 // child layers of |window|'s layer. Any layers that don't correspond to a child
58 // Window of |window| are ignored. The result is ordered based on the layer
61 typedef std::map<const ui::Layer*, std::string> LayerToWindowNameMap;
64 window_names[window->children()[i]->layer()] =
69 const std::vector<ui::Layer*>& layers(window->layer()->children());
174 ASSERT_TRUE(w1->layer() != NULL);
175 EXPECT_TRUE(w1->layer()->visible());
192 ASSERT_TRUE(w1->layer() != NULL)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp 198 RenderLayer* layer = toRenderBoxModelObject(element.renderer())->layer(); local
199 ASSERT(layer);
206 if (!layer->compositedLayerMapping()->mainGraphicsLayer()->addAnimation(animations[i].release())) {
229 toRenderBoxModelObject(element.renderer())->layer()->compositedLayerMapping()->mainGraphicsLayer()->removeAnimation(id);
242 toRenderBoxModelObject(element.renderer())->layer()->compositedLayerMapping()->mainGraphicsLayer()->pauseAnimation(id, pauseTime);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_inlines.h 191 struct pipe_resource *pt, unsigned level, unsigned layer,
200 ps->u.tex.first_layer = ps->u.tex.last_layer = layer;
206 struct pipe_resource *pt, unsigned level, unsigned layer,
211 pipe_surface_reset(ctx, ps, pt, level, layer, flags);
426 unsigned level, unsigned layer,
432 u_box_2d_zslice( x, y, layer, w, h, &box );
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_blit.c 119 unsigned layer, level; local
128 for (layer = 0; layer < num_layers; layer++) {
133 surf_tmpl.u.tex.first_layer = layer;
134 surf_tmpl.u.tex.last_layer = layer;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_blit.c 82 info->src.layer = srcRb->surface->u.tex.first_layer;
85 info->dst.layer = dstRb->surface->u.tex.first_layer;
116 info->src.layer = srcRb->surface->u.tex.first_layer;
119 info->dst.layer = dstRb->surface->u.tex.first_layer;
132 info->src.layer = srcRb->surface->u.tex.first_layer;
135 info->dst.layer = dstRb->surface->u.tex.first_layer;
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_mac.mm 94 // Check windows to make sure they have an id, title, and use window layer
107 // Skip windows with layer=0 (menu, dock).
108 int layer;
109 CFNumberGetValue(window_layer, kCFNumberIntType, &layer);
110 if (layer != 0)
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 97 // Before running the animation, the item's layer is re-created and kept in
100 // the layer and fades it out while fading in the item at the same time.
104 ui::Layer* layer,
107 layer_(layer),
108 layer_start_(layer ? layer->bounds() : gfx::Rect()),
115 view_->layer()->SetOpacity(animation->GetCurrentValue());
116 view_->layer()->ScheduleDraw();
126 view_->layer()->SetOpacity(1.0f)
    [all...]
  /external/chromium_org/ui/keyboard/
keyboard_controller.cc 298 ui::LayerAnimator* container_animator = container_->layer()->GetAnimator();
312 container_->layer()->SetOpacity(kAnimationStartOrAfterHideOpacity);
418 !container_->layer()->GetAnimator()->is_animating())
422 ui::LayerAnimator* container_animator = container_->layer()->GetAnimator();
430 container_->layer()->SetOpacity(kAnimationStartOrAfterHideOpacity);
453 container_->layer()->SetOpacity(1.0);
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 191 struct pipe_resource *pt, unsigned level, unsigned layer,
200 ps->u.tex.first_layer = ps->u.tex.last_layer = layer;
206 struct pipe_resource *pt, unsigned level, unsigned layer,
211 pipe_surface_reset(ctx, ps, pt, level, layer, flags);
426 unsigned level, unsigned layer,
432 u_box_2d_zslice( x, y, layer, w, h, &box );
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_blit.c 119 unsigned layer, level; local
128 for (layer = 0; layer < num_layers; layer++) {
133 surf_tmpl.u.tex.first_layer = layer;
134 surf_tmpl.u.tex.last_layer = layer;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 82 info->src.layer = srcRb->surface->u.tex.first_layer;
85 info->dst.layer = dstRb->surface->u.tex.first_layer;
116 info->src.layer = srcRb->surface->u.tex.first_layer;
119 info->dst.layer = dstRb->surface->u.tex.first_layer;
132 info->src.layer = srcRb->surface->u.tex.first_layer;
135 info->dst.layer = dstRb->surface->u.tex.first_layer;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 245 final List<Layer> mLayers = new ArrayList<Layer>();
248 mLayers.add(new Layer(name, image, offset, visible));
253 for (Layer layer : mLayers) {
254 length += layer.getLength();
261 for (Layer layer : mLayers) {
262 layer.write(out);
267 for (Layer layer : mLayers)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_mipmap_tree.c 646 * or the cube face can be interpreted as a depth layer and the \c layer
651 GLuint level, GLuint face, GLuint layer,
659 assert(layer == 0);
663 * that case, the caller chose to interpret each cube face as a layer.
666 slice = layer;
854 for (int layer = 0; layer < mt->level[level].depth; ++layer) {
861 head->layer = layer
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.c 646 * or the cube face can be interpreted as a depth layer and the \c layer
651 GLuint level, GLuint face, GLuint layer,
659 assert(layer == 0);
663 * that case, the caller chose to interpret each cube face as a layer.
666 slice = layer;
854 for (int layer = 0; layer < mt->level[level].depth; ++layer) {
861 head->layer = layer
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 364 /** Target layer of the {@link ComposingText} */
1660 int layer = mTargetLayer; local
1910 int layer = mTargetLayer; local
1940 int layer = mTargetLayer; local
2000 int layer = mTargetLayer; local
2527 int layer; local
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_image_view.cc 114 if (widget_->GetNativeView() && widget_->GetNativeView()->layer()) {
116 widget_->GetNativeView()->layer());
  /external/chromium_org/ash/magnifier/
partial_magnification_controller.cc 14 #include "ui/compositor/layer.h"
161 zoom_widget_->GetNativeView()->layer()->SetBounds(
165 zoom_widget_->GetNativeView()->layer()->SetBackgroundZoom(
  /external/chromium_org/ash/system/
tray_update.cc 23 #include "ui/compositor/layer.h"
106 owner_->system_tray()->GetWidget()->GetNativeView()->layer()->
114 status_area->system_tray()->GetWidget()->GetNativeView()->layer()->

Completed in 929 milliseconds

<<21222324252627282930>>