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:SurfaceImpl
(Results
1 - 21
of
21
) sorted by relevance
/foundation/graphic/surface_lite/frameworks/
H
A
D
surface_impl.cpp
25
SurfaceImpl
::
SurfaceImpl
()
in SurfaceImpl()
function in OHOS::SurfaceImpl
34
SurfaceImpl
::
SurfaceImpl
(const SvcIdentity& sid)
in SurfaceImpl()
function in OHOS::SurfaceImpl
39
SurfaceImpl
::~
SurfaceImpl
()
in ~SurfaceImpl()
54
bool
SurfaceImpl
::Init()
in Init()
102
void
SurfaceImpl
::SetWidthAndHeight(uint32_t width, uint32_t height)
in SetWidthAndHeight()
110
uint32_t
SurfaceImpl
::GetWidth()
in GetWidth()
116
uint32_t
SurfaceImpl
[all...]
H
A
D
surface.cpp
22
SurfaceImpl
* surface = new
SurfaceImpl
();
in CreateSurface()
/foundation/graphic/surface_lite/interfaces/innerkits/
H
A
D
surface_impl.h
28
* @brief
SurfaceImpl
Object. Provide the shared memory ability.
32
class
SurfaceImpl
: public Surface {
class
45
SurfaceImpl
();
50
~
SurfaceImpl
();
229
* @brief
SurfaceImpl
Constructor, used for producer on multi process.
233
SurfaceImpl
(const SvcIdentity& sid);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H
A
D
surface_impl.h
46
class
SurfaceImpl
: public BaseImpl {
class
48
SurfaceImpl
() {};
in SurfaceImpl()
function in OHOS::Rosen::Drawing::SurfaceImpl
49
~
SurfaceImpl
() override {};
/foundation/window/window_manager_lite/services/wms/
H
A
D
lite_wms.cpp
91
SurfaceImpl
* liteSurface = reinterpret_cast<
SurfaceImpl
*>(surface);
in SurfaceRequestHandler()
225
Surface* surface =
SurfaceImpl
::GenericSurfaceByIpcIo(*req);
in Screenshot()
/foundation/window/window_manager_lite/frameworks/wms/
H
A
D
lite_wm_requestor.cpp
177
SurfaceImpl
* surface = reinterpret_cast<
SurfaceImpl
*>(option.args);
in SurfaceRequestHandler()
H
A
D
lite_win_requestor.cpp
67
surface_ =
SurfaceImpl
::GenericSurfaceByIpcIo(*reply);
in GenericSurface()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H
A
D
impl_factory.h
81
static std::unique_ptr<
SurfaceImpl
> CreateSurfaceImpl();
H
A
D
impl_factory.cpp
253
std::unique_ptr<
SurfaceImpl
> ImplFactory::CreateSurfaceImpl()
in CreateSurfaceImpl()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_impl_factory.h
83
static std::unique_ptr<
SurfaceImpl
> CreateSurface();
H
A
D
skia_surface.h
28
class SkiaSurface : public
SurfaceImpl
{
H
A
D
skia_impl_factory.cpp
171
std::unique_ptr<
SurfaceImpl
> SkiaImplFactory::CreateSurface()
in CreateSurface()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H
A
D
surface.h
208
std::shared_ptr<
SurfaceImpl
> impl_;
/foundation/multimedia/audio_lite/services/server/src/
H
A
D
audio_capturer_server.cpp
295
Surface *surface =
SurfaceImpl
::GenericSurfaceByIpcIo(*req);
in SetSurface()
/foundation/multimedia/camera_lite/frameworks/binder/src/
H
A
D
camera_device_client.cpp
118
dynamic_cast<
SurfaceImpl
*>(surface)->WriteIoIpcIo(io);
in SerilizeFrameConfig()
/foundation/multimedia/media_lite/services/recorder_lite/server/src/
H
A
D
recorder_service.cpp
126
dynamic_cast<OHOS::
SurfaceImpl
*>(surface.get())->WriteIoIpcIo(*reply);
in Dispatch()
/foundation/multimedia/media_lite/services/player_lite/server/src/
H
A
D
player_server.cpp
288
SurfaceImpl
* liteSurface = reinterpret_cast<
SurfaceImpl
*>(surface);
in SurfaceRequestHandler()
/foundation/multimedia/audio_lite/frameworks/binder/
H
A
D
audio_capturer_client.cpp
163
dynamic_cast<
SurfaceImpl
*>(surface_.get())->WriteIoIpcIo(io);
in AudioCapturerClient()
/foundation/multimedia/camera_lite/services/server/src/
H
A
D
camera_server.cpp
208
Surface *surface =
SurfaceImpl
::GenericSurfaceByIpcIo(io);
in DeserializeFrameConfig()
/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/
H
A
D
recorder_client.cpp
278
*surface = OHOS::
SurfaceImpl
::GenericSurfaceByIpcIo(*io);
in GetSurfaceCallback()
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H
A
D
player_client.cpp
65
Surface* surface =
SurfaceImpl
::GenericSurfaceByIpcIo(*reply);
in Callback()
Completed in 12 milliseconds