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:GetBytesPerLine
(Results
1 - 5
of
5
) sorted by relevance
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H
A
D
scan_parameters.h
43
[[nodiscard]] int32_t
GetBytesPerLine
() const;
/base/print/print_fwk/services/scan_service/src/
H
A
D
scan_service_ability.cpp
1737
jpegbuf = (JSAMPLE*)malloc(parm.
GetBytesPerLine
());
in DoScanTask()
1818
int64_t hundred_percent = ((int64_t)parm.
GetBytesPerLine
()) * parm.GetLines() * (((SANE_Frame)parm.GetFormat()
in GetPicFrame()
1871
while (jpegrow + left >= parm.
GetBytesPerLine
()) {
in WritePicData()
1876
int ret = memcpy_s(jpegbuf + jpegrow, parm.
GetBytesPerLine
(),
in WritePicData()
1877
saneReadBuf + i, parm.
GetBytesPerLine
() - jpegrow);
in WritePicData()
1885
i += parm.
GetBytesPerLine
() - jpegrow;
in WritePicData()
1886
left -= parm.
GetBytesPerLine
() - jpegrow;
in WritePicData()
1891
JSAMPLE *buf8 = (JSAMPLE *)malloc(parm.
GetBytesPerLine
() * byteBits);
in WritePicData()
1897
for (int col1 = 0; col1 < parm.
GetBytesPerLine
(); col1++) {
in WritePicData()
1904
i += parm.
GetBytesPerLine
()
in WritePicData()
[all...]
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H
A
D
scan_parameters_helper.cpp
35
NapiScanUtils::SetInt32Property(env, jsObj, PARAM_SCAN_PARA_BYTES, para.
GetBytesPerLine
());
in MakeJsObject()
H
A
D
scan_parameters.cpp
100
int32_t ScanParameters::
GetBytesPerLine
() const
in GetBytesPerLine()
function in OHOS::Scan::ScanParameters
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H
A
D
scanhelper_fuzzer.cpp
243
bytesPerLine = scanPara.
GetBytesPerLine
();
in TestSetBytesPerLine()
Completed in 7 milliseconds