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:OHScalingModeV2
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H
A
D
external_window.h
327
}
OHScalingModeV2
;
typedef
696
* @param scalingMode Indicates the enum value to <b>
OHScalingModeV2
</b>
701
int32_t OH_NativeWindow_NativeWindowSetScalingModeV2(OHNativeWindow *window,
OHScalingModeV2
scalingMode);
H
A
D
window.h
77
int32_t NativeWindowSetScalingModeV2(OHNativeWindow *window,
OHScalingModeV2
scalingMode);
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H
A
D
nativewindow_fuzzer.cpp
136
OHScalingModeV2
scalingModeV2 = GetData<
OHScalingModeV2
>();
in NativeWindowFuzzTest()
/foundation/graphic/graphic_surface/surface/src/
H
A
D
native_window.cpp
589
int32_t NativeWindowSetScalingModeV2(OHNativeWindow *window,
OHScalingModeV2
scalingMode)
in NativeWindowSetScalingModeV2()
592
scalingMode <
OHScalingModeV2
::OH_SCALING_MODE_FREEZE_V2 ||
in NativeWindowSetScalingModeV2()
593
scalingMode >
OHScalingModeV2
::OH_SCALING_MODE_SCALE_FIT_V2) {
in NativeWindowSetScalingModeV2()
/foundation/graphic/graphic_surface/surface/test/unittest/
H
A
D
native_window_test.cpp
1652
OHScalingModeV2
scalingMode =
OHScalingModeV2
::OH_SCALING_MODE_SCALE_TO_WINDOW_V2;
in HWTEST_F()
2090
OHScalingModeV2
scalingMode2 =
OHScalingModeV2
::OH_SCALING_MODE_SCALE_TO_WINDOW_V2;
in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H
A
D
swapchain_layer.cpp
705
VKAPI_ATTR VkResult SetWindowScalingMode(NativeWindow* window,
OHScalingModeV2
scalingMode)
in SetWindowScalingMode()
781
if (SetWindowScalingMode(window,
OHScalingModeV2
::OH_SCALING_MODE_SCALE_TO_WINDOW_V2) != VK_SUCCESS) {
in SetWindowInfo()
Completed in 13 milliseconds