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:MakeRaster
(Results
1 - 22
of
22
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H
A
D
surface.cpp
71
std::shared_ptr<Surface> Surface::
MakeRaster
(const ImageInfo& imageInfo)
in MakeRaster()
function in OHOS::Rosen::Drawing::Surface
73
return StaticFactory::
MakeRaster
(imageInfo);
in MakeRaster()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H
A
D
rs_canvas_drawing_render_node_drawable.cpp
653
surface_ = Drawing::Surface::
MakeRaster
(info);
in ResetSurfaceForVK()
688
surface_ = Drawing::Surface::
MakeRaster
(info);
in ResetSurfaceForVK()
699
surface_ = Drawing::Surface::
MakeRaster
(info);
in ResetSurfaceForVK()
724
surface_ = Drawing::Surface::
MakeRaster
(info);
in ResetSurfaceForGL()
729
surface_ = Drawing::Surface::
MakeRaster
(info);
in ResetSurfaceForGL()
740
surface_ = Drawing::Surface::
MakeRaster
(info);
in ResetSurfaceForGL()
779
surface_ = Drawing::Surface::
MakeRaster
(info);
in GpuContextResetGL()
832
surface_ = Drawing::Surface::
MakeRaster
(info);
in GpuContextResetVk()
864
surface_ = Drawing::Surface::
MakeRaster
(info);
in ResetSurfaceforPlayback()
882
surface_ = Drawing::Surface::
MakeRaster
(inf
in ResetSurfaceforPlayback()
[all...]
H
A
D
rs_display_render_node_drawable.cpp
142
overdrawSurface_ = Drawing::Surface::
MakeRaster
(info);
in StartOverDraw()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/magic_pointer_render/
H
A
D
rs_magic_pointer_render_manager_test.cpp
108
auto surface = Drawing::Surface::
MakeRaster
(info);
in HWTEST_F()
154
auto surface = Drawing::Surface::
MakeRaster
(info);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H
A
D
static_factory.cpp
176
std::shared_ptr<Surface> StaticFactory::
MakeRaster
(const ImageInfo& imageInfo)
in MakeRaster()
function in OHOS::Rosen::Drawing::StaticFactory
180
return DDGRStaticFactory::
MakeRaster
(imageInfo);
in MakeRaster()
183
return EngineStaticFactory::
MakeRaster
(imageInfo);
in MakeRaster()
H
A
D
static_factory.h
63
static std::shared_ptr<Surface>
MakeRaster
(const ImageInfo& imageInfo);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_canvas_drawing_render_node.cpp
281
surface_ = Drawing::Surface::
MakeRaster
(info);
in ResetSurface()
286
surface_ = Drawing::Surface::
MakeRaster
(info);
in ResetSurface()
299
surface_ = Drawing::Surface::
MakeRaster
(info);
in ResetSurface()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_surface.h
54
static std::shared_ptr<Surface>
MakeRaster
(const ImageInfo& imageInfo);
H
A
D
skia_static_factory.cpp
114
std::shared_ptr<Surface> SkiaStaticFactory::
MakeRaster
(const ImageInfo& imageInfo)
in MakeRaster()
function in OHOS::Rosen::Drawing::SkiaStaticFactory
116
return SkiaSurface::
MakeRaster
(imageInfo);
in MakeRaster()
H
A
D
skia_static_factory.h
63
static std::shared_ptr<Surface>
MakeRaster
(const ImageInfo& imageInfo);
H
A
D
skia_surface.cpp
293
std::shared_ptr<Surface> SkiaSurface::
MakeRaster
(const ImageInfo& imageInfo)
in MakeRaster()
function in OHOS::Rosen::Drawing::SkiaSurface
296
sk_sp<SkSurface> skSurface = SkSurface::
MakeRaster
(skImageInfo);
in MakeRaster()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H
A
D
surface.h
109
static std::shared_ptr<Surface>
MakeRaster
(const ImageInfo& imageInfo);
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H
A
D
drawsurface_fuzzer.cpp
100
surface.
MakeRaster
(imageInfo);
in SurfaceFuzzTest002()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H
A
D
skia_surface_test.cpp
189
* @tc.desc: Test
MakeRaster
196
auto surface = SkiaSurface::
MakeRaster
(info);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H
A
D
rs_marshalling_test.cpp
127
auto surface(Drawing::Surface::
MakeRaster
(info));
in CreateDrawingImage()
H
A
D
rs_ashmem_test.cpp
152
auto surface(Drawing::Surface::
MakeRaster
(info));
in CreateDrawingImage()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/parallel_render/
H
A
D
rs_sub_thread_manager_unit_test.cpp
330
auto surface(Drawing::Surface::
MakeRaster
(info));
in HWTEST_F()
H
A
D
rs_sub_thread_unit_test.cpp
105
auto surface(Drawing::Surface::
MakeRaster
(info));
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/parallel_render/
H
A
D
rs_sub_thread_manager_test.cpp
330
auto surface(Drawing::Surface::
MakeRaster
(info));
in HWTEST_F()
H
A
D
rs_sub_thread_test.cpp
118
auto surface(Drawing::Surface::
MakeRaster
(info));
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H
A
D
rs_uni_render_util_test.cpp
51
auto surface = Drawing::Surface::
MakeRaster
(info);
in CreateSkImage()
502
auto surface(Drawing::Surface::
MakeRaster
(info));
in HWTEST_F()
524
auto surface(Drawing::Surface::
MakeRaster
(info));
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H
A
D
draw_cmd.cpp
1693
std::shared_ptr<Surface> offscreenSurface = Surface::
MakeRaster
(offscreenInfo);
in GenerateCachedOpItem()
1754
offscreenSurface = Surface::
MakeRaster
(offscreenInfo);
in GenerateCachedOpItem()
1814
offscreenSurface = Surface::
MakeRaster
(offscreenInfo);
in GenerateCachedOpItem()
Completed in 22 milliseconds