OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Layers
(Results
1 - 6
of
6
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
Layers.java
24
public class
Layers
extends GraphicsActivity {
/external/chromium_org/ui/views/corewm/
focus_controller_unittest.cc
[
all
...]
/external/chromium_org/ui/views/widget/
native_widget_aura.cc
732
typedef std::vector<ui::Layer*>
Layers
;
733
const
Layers
& root_layers(delegate_->GetRootLayers());
737
Layers
::const_iterator child_layer_iter(
747
Layers
::const_iterator root_layer_iter(
[
all
...]
/external/chromium_org/ui/aura/
window.cc
144
// other
layers
relative to.
161
// Does a depth first search for all descendants of |child| that have
layers
.
162
// This stops at any descendants that have
layers
(and adds them to |
layers
|).
163
void GetLayersToStack(aura::Window* child, std::vector<ui::Layer*>*
layers
) {
165
layers
->push_back(child->layer());
169
GetLayersToStack(child->children()[i],
layers
);
339
// Migrate all the child
layers
over to the new layer. Copy the list because
1282
Layers
layers
;
local
[
all
...]
/external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec
153
"<zoffset>" to include
layers
of an array texture.)
601
number of
layers
in the texture."
653
the
layers
are treated as rows or images. These groups are then...
[
all
...]
/external/mesa3d/docs/
MESA_texture_array.spec
153
"<zoffset>" to include
layers
of an array texture.)
601
number of
layers
in the texture."
653
the
layers
are treated as rows or images. These groups are then...
[
all
...]
Completed in 717 milliseconds