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:rowBytes
(Results
1 - 14
of
14
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_clip_board_image_data_adapter_wrapper.cpp
81
void ArkClipBoardImageDataAdapterWrapper::SetRowBytes(size_t
rowBytes
)
in SetRowBytes()
argument
83
ctocpp_->SetRowBytes(
rowBytes
);
in SetRowBytes()
H
A
D
ark_clip_board_image_data_adapter_wrapper.h
51
void SetRowBytes(size_t
rowBytes
) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_clip_board_image_data_adapter_impl.cpp
80
void ArkClipBoardImageDataAdapterImpl::SetRowBytes(size_t
rowBytes
)
in SetRowBytes()
argument
82
real_->SetRowBytes(
rowBytes
);
in SetRowBytes()
H
A
D
ark_clip_board_image_data_adapter_impl.h
51
virtual void SetRowBytes(size_t
rowBytes
) override;
/base/update/updater/services/ui/driver/
H
A
D
graphic_drv.h
23
unsigned int
rowBytes
{};
H
A
D
fbdev_driver.cpp
127
surface.
rowBytes
= finfo_.line_length;
in GetGrSurface()
129
surface.width = static_cast<int>(surface.
rowBytes
/ surface.pixelBytes);
in GetGrSurface()
H
A
D
drm_driver.cpp
45
surface.
rowBytes
= 0;
in GetGrSurface()
/base/powermgr/battery_manager/charger/include/dev/
H
A
D
display_drv.h
27
unsigned int
rowBytes
{};
/base/powermgr/battery_manager/charger/src/dev/
H
A
D
fbdev_driver.cpp
91
dsInfo.
rowBytes
= finfo_.line_length;
in GetDisplayInfo()
H
A
D
drm_driver.cpp
47
dsInfo.
rowBytes
= 0;
in GetDisplayInfo()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_pasteboard_client_adapter.h
64
virtual void SetRowBytes(size_t
rowBytes
) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
pasteboard_client_adapter.h
64
virtual void SetRowBytes(size_t
rowBytes
) = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H
A
D
pasteboard_client_adapter_impl.cpp
285
int32_t
rowBytes
= pixelMap->GetRowBytes();
in GetImgData()
local
293
imageData->SetRowBytes(static_cast<size_t>(
rowBytes
));
in GetImgData()
/base/web/webview/test/unittest/pasteboard_adapter/
H
A
D
pasteboard_client_adapter_test.cpp
150
return
rowBytes
;
185
rowBytes
= r;
202
size_t
rowBytes
;
member in OHOS::NWeb::MockClipBoardImageDataAdapter
Completed in 6 milliseconds