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:Image_Region
(Results
1 - 7
of
7
) sorted by relevance
/foundation/multimedia/image_framework/interfaces/kits/native/include/image/
H
A
D
image_common.h
68
struct
Image_Region
{
struct
84
typedef struct
Image_Region
Image_Region
;
typedef
H
A
D
image_source_native.h
259
Image_Region
*desiredRegion);
270
Image_Region
*desiredRegion);
H
A
D
pixelmap_native.h
793
Image_ErrorCode OH_PixelmapNative_Crop(OH_PixelmapNative *pixelmap,
Image_Region
*region);
/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H
A
D
image_source_native.cpp
58
struct
Image_Region
desiredRegion;
188
Image_Region
*desiredRegion)
in OH_DecodingOptions_GetDesiredRegion()
202
Image_Region
*desiredRegion)
in OH_DecodingOptions_SetDesiredRegion()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
image_source_native_ndk_test.cpp
194
Image_Region
desiredRegion = {0, 0, 0, 0};
in HWTEST_F()
195
Image_Region
desiredRegion2 = {1, 2, 3, 4};
in HWTEST_F()
H
A
D
pixelmap_native_ndk_test.cpp
491
Image_Region
*region = nullptr;
in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H
A
D
pixelmap_native.cpp
607
Image_ErrorCode OH_PixelmapNative_Crop(OH_PixelmapNative *pixelmap,
Image_Region
*region)
in OH_PixelmapNative_Crop()
Completed in 13 milliseconds