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:DrawingLattice
(Results
1 - 13
of
13
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/image/
H
A
D
drawing_lattice.h
23
class ACE_EXPORT
DrawingLattice
: public AceType {
class
24
DECLARE_ACE_TYPE(
DrawingLattice
, AceType)
27
static RefPtr<
DrawingLattice
> CreateDrawingLattice(void* sptrAddr);
28
static RefPtr<
DrawingLattice
> CreateDrawingLatticeFromNative(void* sptrAddr);
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
drawing_lattice_preview.cpp
25
RefPtr<
DrawingLattice
>
DrawingLattice
::CreateDrawingLattice(void* sptrAddr)
in CreateDrawingLattice()
32
RefPtr<
DrawingLattice
>
DrawingLattice
::CreateDrawingLatticeFromNative(void* sptrAddr)
in CreateDrawingLatticeFromNative()
H
A
D
drawing_lattice_preview.h
24
class DrawingLatticePreview : public
DrawingLattice
{
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
drawing_lattice_ohos.cpp
22
RefPtr<
DrawingLattice
>
DrawingLattice
::CreateDrawingLattice(void* sptrAddr)
in CreateDrawingLattice()
29
RefPtr<
DrawingLattice
>
DrawingLattice
::CreateDrawingLatticeFromNative(void* sptrAddr)
in CreateDrawingLatticeFromNative()
H
A
D
drawing_lattice_ohos.h
26
class DrawingLatticeOhos : public
DrawingLattice
{
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H
A
D
image_render_property.h
36
ACE_DEFINE_PROPERTY_GROUP_ITEM(ImageResizableLattice, RefPtr<
DrawingLattice
>);
108
ImagePaintStyle, ImageResizableLattice, RefPtr<
DrawingLattice
>, PROPERTY_UPDATE_RENDER);
H
A
D
image_model_ng.h
75
void SetResizableLattice(const RefPtr<
DrawingLattice
>& lattice) override;
125
static void SetResizableLattice(FrameNode* frameNode, const RefPtr<
DrawingLattice
>& lattice);
H
A
D
image_model.h
88
virtual void SetResizableLattice(const RefPtr<
DrawingLattice
>& lattice) = 0;
H
A
D
image_model_ng.cpp
662
void ImageModelNG::SetResizableLattice(const RefPtr<
DrawingLattice
>& lattice)
in SetResizableLattice()
667
void ImageModelNG::SetResizableLattice(FrameNode* frameNode, const RefPtr<
DrawingLattice
>& lattice)
in SetResizableLattice()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
image_model_impl.h
53
void SetResizableLattice(const RefPtr<
DrawingLattice
>& lattice) override {};
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_utils.h
82
RefPtr<
DrawingLattice
> CreateDrawingLattice(JSRef<JSVal> obj);
H
A
D
js_utils.cpp
191
RefPtr<
DrawingLattice
> CreateDrawingLattice(JSRef<JSVal> obj)
in CreateDrawingLattice()
193
return
DrawingLattice
::CreateDrawingLattice(UnwrapNapiValue(obj));
in CreateDrawingLattice()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H
A
D
canvas_image.h
65
RefPtr<
DrawingLattice
> resizableLattice_ = nullptr;
Completed in 6 milliseconds