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:mesh_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H
A
D
image_mesh.h
26
ImageMesh(std::vector<double>& mesh, int32_t column, int32_t row) :
mesh_
(mesh), column_(column), row_(row) {}
in ImageMesh()
30
return
mesh_
;
in GetMesh()
45
return (
mesh_
== imageMesh.
mesh_
) && (column_ == imageMesh.column_) && (row_ == imageMesh.row_);
in operator ==()
50
return (
mesh_
!= imageMesh.
mesh_
) || (column_ != imageMesh.column_) || (row_ != imageMesh.row_);
in operator !=()
55
mesh_
= imageMesh.
mesh_
;
in operator =()
62
std::vector<double>
mesh_
;
member in OHOS::Ace::NG::final
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H
A
D
algo_filter.cpp
22
mesh_
= std::make_shared<Mesh>();
in AlgoFilter()
23
mesh_
->Use();
in AlgoFilter()
40
glBindVertexArray(
mesh_
->VAO_);
in Draw()
H
A
D
output.cpp
103
glBindVertexArray(
mesh_
->VAO_);
in WriteToBuffer()
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H
A
D
render_shape_container.h
67
return
mesh_
;
in GetMesh()
88
std::vector<double>
mesh_
;
member in OHOS::Ace::RenderShapeContainer
H
A
D
shape_container_component.h
149
mesh_
= mesh;
in SetBitmapMesh()
166
return
mesh_
;
in GetMesh()
253
std::vector<double>
mesh_
;
member in OHOS::Ace::ShapeContainerComponent
H
A
D
rosen_render_shape_container.cpp
80
if (
mesh_
.size() == 0) {
in Paint()
120
if (
mesh_
.size() == 0) {
in Paint()
254
uint32_t size =
mesh_
.size();
in BitmapMesh()
257
verts[i] = (float)
mesh_
[i];
in BitmapMesh()
H
A
D
render_shape_container.cpp
35
mesh_
= shapeContainerComponent->GetMesh();
in Update()
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/
H
A
D
algo_filter.h
42
std::shared_ptr<Mesh>
mesh_
= nullptr;
member in OHOS::Rosen::AlgoFilter
Completed in 3 milliseconds