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:ImageImpl
(Results
1 - 16
of
16
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H
A
D
image_impl.cpp
26
ImageHolderManager<NativeImage>
ImageImpl
::sNativeImageHolder_;
28
ImageImpl
::
ImageImpl
(std::shared_ptr<NativeImage> nativeImage)
in ImageImpl()
function in OHOS::Media::ImageImpl
30
ImageImpl
::Create(this, nativeImage);
in ImageImpl()
33
std::shared_ptr<NativeImage>
ImageImpl
::GetNativeImage()
in GetNativeImage()
38
int64_t
ImageImpl
::Create(
ImageImpl
*image, std::shared_ptr<NativeImage> nativeImage)
in Create()
44
IMAGE_LOGE("[
ImageImpl
] Create : Failed to get native image");
in Create()
50
uint32_t
ImageImpl
::GetClipRect(CRegion *ret)
in GetClipRect()
67
IMAGE_LOGE("[
ImageImpl
] GetSiz
in GetClipRect()
[all...]
H
A
D
image_receiver_impl.cpp
117
sptr<
ImageImpl
> ImageReceiverImpl::ReadNextImage()
in ReadNextImage()
127
auto imageImpl = FFIData::Create<
ImageImpl
>(image);
in ReadNextImage()
129
IMAGE_LOGE("
ImageImpl
Create is nullptr");
in ReadNextImage()
135
sptr<
ImageImpl
> ImageReceiverImpl::ReadLatestImage()
in ReadLatestImage()
145
return FFIData::Create<
ImageImpl
>(image);
in ReadLatestImage()
H
A
D
image_ffi.cpp
1131
IMAGE_LOGE("
ImageImpl
Create is nullptr.");
in FfiOHOSReadNextImage()
1148
IMAGE_LOGE("
ImageImpl
Create is nullptr.");
in FfiOHOSReadLatestImage()
1171
auto instance = FFIData::GetData<
ImageImpl
>(id);
in FfiOHOSImageGetClipRect()
1183
auto instance = FFIData::GetData<
ImageImpl
>(id);
in FfiOHOSImageGetSize()
1195
auto instance = FFIData::GetData<
ImageImpl
>(id);
in FfiOHOSImageGetFormat()
1207
auto instance = FFIData::GetData<
ImageImpl
>(id);
in FfiOHOSGetComponent()
1209
IMAGE_LOGE("
ImageImpl
instance not exist %{public}" PRId64, id);
in FfiOHOSGetComponent()
1220
auto instance = FFIData::GetData<
ImageImpl
>(id);
in FfiImageImageImplGetTimestamp()
1222
IMAGE_LOGE("
ImageImpl
instance not exist %{public}" PRId64, id);
in FfiImageImageImplGetTimestamp()
1232
auto instance = FFIData::GetData<
ImageImpl
>(i
in FfiOHOSImageRelease()
[all...]
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H
A
D
image_impl.h
26
class
ImageImpl
: public OHOS::FFI::FFIData {
class
27
DECL_TYPE(
ImageImpl
, OHOS::FFI::FFIData)
29
explicit
ImageImpl
(std::shared_ptr<NativeImage> nativeImage);
39
static int64_t Create(
ImageImpl
*image, std::shared_ptr<NativeImage> nativeImage);
H
A
D
image_receiver_impl.h
35
sptr<
ImageImpl
> ReadNextImage();
36
sptr<
ImageImpl
> ReadLatestImage();
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H
A
D
image_impl.h
56
class
ImageImpl
: public BaseImpl {
class
58
ImageImpl
() noexcept {}
59
~
ImageImpl
() override {}
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H
A
D
impl_factory.h
69
static std::unique_ptr<
ImageImpl
> CreateImageImpl();
70
static std::unique_ptr<
ImageImpl
> CreateImageImpl(void* rawImage);
H
A
D
impl_factory.cpp
132
std::unique_ptr<
ImageImpl
> ImplFactory::CreateImageImpl()
in CreateImageImpl()
142
std::unique_ptr<
ImageImpl
> ImplFactory::CreateImageImpl(void* rawImage)
in CreateImageImpl()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_impl_factory.h
69
static std::unique_ptr<
ImageImpl
> CreateImage();
70
static std::unique_ptr<
ImageImpl
> CreateImage(void* rawImg);
H
A
D
skia_impl_factory.cpp
108
std::unique_ptr<
ImageImpl
> SkiaImplFactory::CreateImage()
in CreateImage()
113
std::unique_ptr<
ImageImpl
> SkiaImplFactory::CreateImage(void* rawImg)
in CreateImage()
H
A
D
skia_image.cpp
81
std::shared_ptr<
ImageImpl
> imageImpl = std::make_shared<SkiaImage>(skImage);
in MakeFromRaster()
100
std::shared_ptr<
ImageImpl
> imageImpl = std::make_shared<SkiaImage>(skImage);
in MakeRasterData()
141
std::shared_ptr<
ImageImpl
> imageImpl = std::make_shared<SkiaImage>(skImage);
in MakeFromYUVAPixmaps()
517
std::shared_ptr<
ImageImpl
> imageImpl = std::make_shared<SkiaImage>(skImage);
in MakeRasterImage()
H
A
D
skia_image.h
39
class DRAWING_API SkiaImage : public
ImageImpl
{
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/cj/
H
A
D
image_impl_test.cpp
32
* @tc.desc: test
ImageImpl
38
ImageImpl
imageImplNull(nullptr);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H
A
D
image.h
236
explicit Image(std::shared_ptr<
ImageImpl
> imageImpl);
450
std::shared_ptr<
ImageImpl
> imageImplPtr;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H
A
D
image.cpp
48
Image::Image(std::shared_ptr<
ImageImpl
> imageImpl) : imageImplPtr(imageImpl) {}
in Image()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/image_fuzzer/
H
A
D
image_fuzzer.cpp
114
std::shared_ptr<
ImageImpl
> imageImpl = std::make_shared<SkiaImage>();
in ImageFuzzTest002()
Completed in 10 milliseconds