Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:layerType_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/composer/
H
A
D
layer_context.cpp
34
: dst_(dst), src_(src), zorder_(zorder), cSurface_(IConsumerSurface::Create()),
layerType_
(layerType)
in LayerContext()
81
return
layerType_
;
in GetLayerType()
101
if (
layerType_
>= LayerType::LAYER_EXTRA && testYUV_) {
in DrawBufferColor()
144
if (
layerType_
>= LayerType::LAYER_EXTRA) {
in FillHDILayer()
183
if (
layerType_
!= LayerType::LAYER_LAUNCHER) {
in FillHDIBuffer()
235
if (
layerType_
>= LayerType::LAYER_EXTRA && testClient_) {
in SetLayerCompositionType()
237
} else if (
layerType_
== LayerType::LAYER_LAUNCHER && testLayerColor_) {
in SetLayerCompositionType()
246
if (
layerType_
>= LayerType::LAYER_EXTRA) {
in DrawColor()
287
if (
layerType_
== LayerType::LAYER_STATUS) {
in DrawBaseColor()
289
} else if (
layerType_
in DrawBaseColor()
[all...]
H
A
D
layer_context.h
81
LayerType
layerType_
= LayerType::LAYER_EXTRA;
member in OHOS::LayerContext
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H
A
D
layer_context.cpp
27
: dst_(dst), src_(src), zorder_(zorder),
layerType_
(layerType)
in LayerContext()
148
if (
layerType_
== LayerType::LAYER_LAUNCHER) {
in DrawBaseLayer()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H
A
D
layer_context.h
59
LayerType
layerType_
= LayerType::LAYER_STATUS;
member in OHOS::Rosen::Drawing::LayerContext
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H
A
D
hdi_layer_info.h
116
layerType_
= layerType;
in SetType()
121
return
layerType_
;
in GetType()
569
GraphicLayerType
layerType_
= GraphicLayerType::GRAPHIC_LAYER_TYPE_GRAPHIC;
member in OHOS::Rosen::HdiLayerInfo
Completed in 3 milliseconds