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
defs:resize
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H
A
D
property.h
114
void (*
resize
)(uintptr_t container, size_t newSize); //
resize
the container.
member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_astc.cpp
89
bool PixelAstc::
resize
(float xAxis, float yAxis)
in resize()
function in OHOS::Media::PixelAstc
H
A
D
pixel_yuv_ext.cpp
85
bool PixelYuvExt::
resize
(float xAxis, float yAxis)
in resize()
function in OHOS::Media::PixelYuvExt
91
bool PixelYuvExt::
resize
(int32_t dstW, int32_t dstH)
in resize()
function in OHOS::Media::PixelYuvExt
H
A
D
pixel_yuv.cpp
371
bool PixelYuv::
resize
(int32_t dstW, int32_t dstH)
in resize()
function in OHOS::Media::PixelYuv
378
bool PixelYuv::
resize
(float xAxis, float yAxis)
in resize()
function in OHOS::Media::PixelYuv
H
A
D
pixel_map.cpp
3633
bool PixelMap::
resize
(float xAxis, float yAxis)
in resize()
function in OHOS::Media::PixelMap
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H
A
D
unordered_map.h
595
bool
resize
= false;
in create_entry()
local
H
A
D
string.h
382
void
resize
(size_type size, value_type ch)
in resize()
function in basic_string
400
void
resize
(size_type size)
in resize()
function in basic_string
H
A
D
vector.h
431
void
resize
(size_type count)
in resize()
function in vector
448
void
resize
(size_t count, const_reference value)
in resize()
function in vector
Completed in 15 milliseconds