OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:layer_type
(Results
1 - 25
of
73
) sorted by null
1
2
3
/external/chromium_org/cc/test/
layer_tree_json_parser.cc
25
std::string
layer_type
;
local
26
success &= dict->GetString("LayerType", &
layer_type
);
41
if (
layer_type
== "SolidColorLayer") {
43
} else if (
layer_type
== "ContentLayer") {
45
} else if (
layer_type
== "NinePatchLayer") {
83
} else if (
layer_type
== "TextureLayer") {
85
} else if (
layer_type
== "PictureLayer") {
/external/chromium_org/ui/v2/public/
view.h
12
#include "ui/compositor/
layer_type
.h"
84
void CreateLayer(ui::LayerType
layer_type
);
/external/chromium_org/ash/wm/
system_background_controller.cc
9
#include "ui/compositor/
layer_type
.h"
boot_splash_screen_chromeos.cc
12
#include "ui/compositor/
layer_type
.h"
/external/opencv/ml/src/
mlcnn.cpp
574
static CvCNNLayer* icvCreateCNNLayer( int
layer_type
, int header_size,
604
layer->flags = ICV_CNN_LAYER|
layer_type
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StyleBuilderFunctions.cpp.tmpl
352
{%- set
layer_type
= "Background" if "Background" in property_id else "Mask" %}
353
{%- set fill_layer_type =
layer_type
+ "FillLayer" %}
354
{%- set access_layers = "access" +
layer_type
+ "Layers" %}
368
const FillLayer* currParent = state.parentStyle()->{{
layer_type
|lower}}Layers();
/external/chromium_org/ui/compositor/
compositor.gyp
51
'
layer_type
.h',
layer.h
27
#include "ui/compositor/
layer_type
.h"
/external/chromium_org/ui/v2/src/
view.cc
284
void View::CreateLayer(ui::LayerType
layer_type
) {
285
layer_owner_.reset(new ViewLayerOwner(new ui::Layer(
layer_type
)));
view_unittest.cc
10
#include "ui/compositor/
layer_type
.h"
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h
179
unsigned short
layer_type
;
member in struct:__anon37220
300
__u16
layer_type
;
member in struct:iwffff_xinstrument
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h
179
unsigned short
layer_type
;
member in struct:__anon38810
300
__u16
layer_type
;
member in struct:iwffff_xinstrument
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h
182
unsigned short
layer_type
;
member in struct:iwffff_instrument
303
__u16
layer_type
;
member in struct:iwffff_xinstrument
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h
179
unsigned short
layer_type
;
member in struct:__anon40325
300
__u16
layer_type
;
member in struct:iwffff_xinstrument
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h
182
unsigned short
layer_type
;
member in struct:iwffff_instrument
303
__u16
layer_type
;
member in struct:iwffff_xinstrument
/external/chromium_org/ui/aura/
window.h
24
#include "ui/compositor/
layer_type
.h"
83
void Init(ui::LayerType
layer_type
);
86
void InitWithWindowLayerType(WindowLayerType
layer_type
);
window.cc
44
WindowLayerType UILayerTypeToWindowLayerType(ui::LayerType
layer_type
) {
45
switch (
layer_type
) {
297
void Window::Init(ui::LayerType
layer_type
) {
298
InitWithWindowLayerType(UILayerTypeToWindowLayerType(
layer_type
));
[
all
...]
/development/ndk/platforms/android-3/include/linux/
cdrom.h
360
__u8
layer_type
: 4;
member in struct:dvd_layer
/external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc
20
#include "ui/compositor/
layer_type
.h"
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
cdrom.h
360
__u8
layer_type
: 4;
member in struct:dvd_layer
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
cdrom.h
360
__u8
layer_type
: 4;
member in struct:dvd_layer
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
cdrom.h
360
__u8
layer_type
: 4;
member in struct:dvd_layer
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
cdrom.h
360
__u8
layer_type
: 4;
member in struct:dvd_layer
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
cdrom.h
360
__u8
layer_type
: 4;
member in struct:dvd_layer
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
cdrom.h
360
__u8
layer_type
: 4;
member in struct:dvd_layer
Completed in 508 milliseconds
1
2
3