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:GetMipmapMode
(Results
1 - 10
of
10
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H
A
D
sampling_options.h
68
inline MipmapMode
GetMipmapMode
() const;
106
inline MipmapMode SamplingOptions::
GetMipmapMode
() const
in GetMipmapMode()
function in OHOS::Rosen::Drawing::SamplingOptions
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/samplingoptions_fuzzer/
H
A
D
sampling_options_fuzzer.cpp
51
sam.
GetMipmapMode
();
in SamplingOptionsFuzzTest000()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_pixmap.cpp
94
static_cast<SkMipmapMode>(options.
GetMipmapMode
()));
in ScalePixels()
H
A
D
skia_convert_utils.h
145
static_cast<SkMipmapMode>(sampling.
GetMipmapMode
()));
in DrawingSamplingCastToSkSampling()
H
A
D
skia_shader_effect.cpp
85
static_cast<SkMipmapMode>(sampling.
GetMipmapMode
()));
in InitWithImage()
H
A
D
skia_image.cpp
458
static_cast<SkMipmapMode>(sampling.
GetMipmapMode
()));
in ScalePixels()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H
A
D
sampling_options_test.cpp
108
ASSERT_EQ(MipmapMode::NONE, sampling->
GetMipmapMode
());
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H
A
D
image_test.cpp
50
sampling.GetFilterMode(), sampling.
GetMipmapMode
());
in TestDrawImage()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_pixel_map_util.cpp
311
return sampling.
GetMipmapMode
() != Drawing::MipmapMode::LINEAR &&
in IsSupportZeroCopy()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H
A
D
drawing_sample_rs.cpp
270
sampling.GetUseCubic(), sampling.GetFilterMode(), sampling.
GetMipmapMode
());
in TestDrawImage()
Completed in 6 milliseconds