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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 369 toRenderInline(containerBlock)->layer()->setStaticInlinePosition(block->startAlignedOffsetForLine(blockHeight, false));
370 toRenderInline(containerBlock)->layer()->setStaticBlockPosition(blockHeight);
373 child->layer()->setStaticBlockPosition(blockHeight);
502 box->layer()->setStaticBlockPosition(m_block->logicalHeight());
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_pipe.c 293 unsigned level, unsigned layer,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_context.c 161 unsigned level, int layer)
  /external/chromium_org/ui/views/widget/
widget.cc 16 #include "ui/compositor/layer.h"
43 // If |view| has a layer the layer is added to |layers|. Else this recurses
45 // views that are direct children of the Widgets layer.
46 void BuildRootLayers(View* view, std::vector<ui::Layer*>* layers) {
47 if (view->layer()) {
48 layers->push_back(view->layer());
902 ui::Layer* Widget::GetLayer() {
1041 if (GetCompositor() && root && root->layer())
1042 root->layer()->SetVisible(visible)
    [all...]
  /external/mesa3d/src/gallium/drivers/noop/
noop_pipe.c 293 unsigned level, unsigned layer,
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.c 161 unsigned level, int layer)
  /external/chromium_org/cc/layers/
tiled_layer.cc 49 // for all layers. Since painting one layer can invalidate another layer after
116 // extends into a second tile but the total layer area isn't larger than that
117 // of the largest possible untiled layer. This heuristic allows for long
189 void TiledLayer::PushPropertiesTo(LayerImpl* layer) {
190 ContentsScalingLayer::PushPropertiesTo(layer);
192 TiledLayerImpl* tiled_layer = static_cast<TiledLayerImpl*>(layer);
233 // occlusion from anywhere in the tree can change what the layer decides to
479 // The update_rect should be in layer space. So we have to convert the
480 // paint_rect from content space to layer space
    [all...]
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 14 #include "cc/layers/layer.h"
77 // Recursively serializes the layer tree.
78 // Each layer in the tree is serialized into a separate skp file
80 void Serialize(const cc::Layer* layer) {
81 const cc::LayerList& children = layer->children();
86 skia::RefPtr<SkPicture> picture = layer->GetPicture();
467 const cc::Layer* root_layer = context.compositor()->GetRootLayer();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.cpp 311 layer()->scrollableArea()->updateAfterLayout();
428 RenderLayer* childLayer = child->layer();
666 RenderLayer* childLayer = child->layer();
    [all...]
RenderBoxModelObject.cpp 95 layer()->contentChanged(changeType);
107 return layer()->compositedLayerMapping()->startTransition(timeOffset, propertyId, fromStyle, toStyle);
114 layer()->compositedLayerMapping()->transitionPaused(timeOffset, propertyId);
121 layer()->compositedLayerMapping()->transitionFinished(propertyId);
128 return layer()->compositedLayerMapping()->startAnimation(timeOffset, animation, keyframes);
135 layer()->compositedLayerMapping()->animationPaused(timeOffset, name);
142 layer()->compositedLayerMapping()->animationFinished(name);
145 bool RenderBoxModelObject::shouldPaintAtLowQuality(GraphicsContext* context, Image* image, const void* layer, const LayoutSize& size)
147 return ImageQualityController::imageQualityController()->shouldPaintAtLowQuality(context, this, image, layer, size);
652 // We draw the background into a separate layer, to be later masked with yet another laye
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 135 blink::WebLayer* layer = layerForScrolling()->platformLayer();
136 if (!layer)
138 layer->setUserScrollable(userInputScrollable(HorizontalScrollbar), userInputScrollable(VerticalScrollbar));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_resource_texture.c 147 unsigned level, unsigned layer)
150 x = tex->image_offset[level][layer].nblocksx
152 y = tex->image_offset[level][layer].nblocksy;
  /external/chromium_org/ui/views/corewm/
focus_controller_unittest.cc     [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 147 unsigned level, unsigned layer)
150 x = tex->image_offset[level][layer].nblocksx
152 y = tex->image_offset[level][layer].nblocksy;
  /external/chromium_org/cc/trees/
damage_tracker_unittest.cc 25 // Sanity check: The test itself should create the root layer's render
36 void ClearDamageForAllSurfaces(LayerImpl* layer) {
37 if (layer->render_surface())
38 layer->render_surface()->damage_tracker()->DidDrawDamagedArea();
41 for (size_t i = 0; i < layer->children().size(); ++i)
42 ClearDamageForAllSurfaces(layer->children()[i]);
102 // child1. Additionally, the root has a second child layer, and child1 has
128 // With a child that draws_content, opacity will cause the layer to create
129 // its own RenderSurface. This layer does not draw, but is intended to
189 // render surfaces and layer lists
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blitter.c 596 unsigned layer, unsigned sample,
608 util_map_texcoords2d_onto_cubemap(layer,
616 /* Set the layer. */
620 float r = layer / (float)u_minify(src->texture->depth0,
629 ctx->vertices[i][1][1] = layer; /*t*/
634 ctx->vertices[i][1][2] = layer; /*r*/
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 596 unsigned layer, unsigned sample,
608 util_map_texcoords2d_onto_cubemap(layer,
616 /* Set the layer. */
620 float r = layer / (float)u_minify(src->texture->depth0,
629 ctx->vertices[i][1][1] = layer; /*t*/
634 ctx->vertices[i][1][2] = layer; /*r*/
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 220 /* Save layer dependent coding state */
254 static void restore_layer_context(VP8_COMP *cpi, const int layer)
256 LAYER_CONTEXT *lc = &cpi->layer_context[layer];
258 /* Restore layer dependent coding state */
259 cpi->current_layer = layer;
303 const int layer,
306 LAYER_CONTEXT *lc = &cpi->layer_context[layer];
308 lc->framerate = cpi->output_framerate / cpi->oxcf.rate_decimator[layer];
309 lc->target_bandwidth = cpi->oxcf.target_bitrate[layer] * 1000;
333 /* Work out the average size of a frame within this layer */
5086 int layer; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 656 LValue *layer = new_LValue(func, FILE_GPR); local
660 bld.mkCvt(OP_CVT, TYPE_U16, layer, sTy, src)->saturate = sat;
663 i->setSrc(0, layer);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 656 LValue *layer = new_LValue(func, FILE_GPR); local
660 bld.mkCvt(OP_CVT, TYPE_U16, layer, sTy, src)->saturate = sat;
663 i->setSrc(0, layer);
    [all...]
  /external/chromium_org/ash/touch/
touch_hud_debug.cc 269 layer()->SetTransform(transform);
touch_uma.cc 260 gfx::ScalePoint(position, 1. / target->layer()->device_scale_factor()));
  /external/chromium_org/ash/wm/overview/
window_selector.cc 461 window->layer()->GetAnimator()->StopAnimatingProperty(
  /external/chromium_org/ash/wm/
toplevel_window_event_handler.cc 25 #include "ui/compositor/layer.h"
315 target->layer()->GetAnimator());

Completed in 805 milliseconds

<<21222324252627282930>>