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:GetMesh
(Results
1 - 19
of
19
) sorted by relevance
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H
A
D
node.h
58
IMesh::Ptr
GetMesh
()
in GetMesh()
function in final
61
return impl->
GetMesh
();
in GetMesh()
H
A
D
scene.h
155
Mesh
GetMesh
(const BASE_NS::string_view path)
in GetMesh()
function in final
157
return Mesh(GetSceneInterface()->
GetMesh
(path));
in GetMesh()
/foundation/graphic/graphic_3d/kits/js/include/
H
A
D
GeometryJS.h
33
napi_value
GetMesh
(NapiApi::FunctionContext<>& ctx);
/foundation/graphic/graphic_3d/kits/js/src/
H
A
D
GeometryJS.cpp
58
node_props.push_back(GetProperty<Object, GeometryJS, &GeometryJS::
GetMesh
>("mesh"));
in Init()
92
napi_value GeometryJS::
GetMesh
(NapiApi::FunctionContext<>& ctx)
in GetMesh()
function in GeometryJS
H
A
D
BaseObjectJS.cpp
245
if (interface_cast<SCENE_NS::INode>(obj)->
GetMesh
()) {
in CreateFromNativeInstance()
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H
A
D
render_shape_container.h
65
std::vector<double>
GetMesh
() const
in GetMesh()
function in OHOS::Ace::RenderShapeContainer
H
A
D
render_shape_container.cpp
35
mesh_ = shapeContainerComponent->
GetMesh
();
in Update()
H
A
D
shape_container_component.h
164
const std::vector<double>
GetMesh
() const
in GetMesh()
function in OHOS::Ace::ShapeContainerComponent
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H
A
D
image_mesh.h
28
std::vector<double>
GetMesh
() const
in GetMesh()
function in OHOS::Ace::NG::final
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H
A
D
shape_container_composed_element.h
51
std::unique_ptr<JsonValue>
GetMesh
() const;
H
A
D
shape_container_composed_element.cpp
45
{ "mesh", [](const ShapeContainerComposedElement& inspector) { return inspector.
GetMesh
(); } },
221
std::unique_ptr<JsonValue> ShapeContainerComposedElement::
GetMesh
() const
in GetMesh()
function in OHOS::Ace::V2::ShapeContainerComposedElement
227
std::vector<double> array = render->
GetMesh
();
in GetMesh()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H
A
D
shape_container_paint_property.h
83
std::vector<double> array = propImageMesh_->
GetMesh
();
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H
A
D
intf_node.h
147
virtual BASE_NS::shared_ptr<IMesh>
GetMesh
() const = 0;
H
A
D
intf_scene.h
174
virtual IMesh::Ptr
GetMesh
(const BASE_NS::string_view name) = 0;
/foundation/multimedia/image_effect/frameworks/native/render_environment/core/
H
A
D
render_resource_cache.h
57
RenderMesh *
GetMesh
(const std::string &name)
in GetMesh()
function in OHOS::Media::Effect::ResourceCache
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
node_impl.cpp
544
auto mesh =
GetMesh
();
in ShouldExport()
1368
SCENE_NS::IMesh::Ptr NodeImpl::
GetMesh
() const
in GetMesh()
function in NodeImpl
1412
ret = iscene->
GetMesh
(entityName);
in GetMeshFromEngine()
H
A
D
node_impl.h
335
SCENE_NS::IMesh::Ptr
GetMesh
() const override;
H
A
D
scene_impl.cpp
645
SCENE_NS::IMesh::Ptr
GetMesh
(const BASE_NS::string_view name) override
1447
return
GetMesh
(*nameString);
in CreateMeshFromArrays()
1478
self->
GetMesh
(id);
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H
A
D
shape_pattern_test_ng.cpp
161
auto mesh = paintProperty->GetImageMeshValue().
GetMesh
();
in HWTEST_F()
Completed in 12 milliseconds