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:subrow
(Results
1 - 2
of
2
) sorted by relevance
/third_party/cups-filters/filter/
H
A
D
rastertoescpx.c
134
int
subrow
, /* Current
subrow
*/
in StartPage()
local
956
for (i = modrow,
subrow
= modrow - 1, y = DotRowFeed;
in StartPage()
960
while (DotBands[
subrow
][0])
in StartPage()
963
* This
subrow
is already used, move to another one...
in StartPage()
966
subrow
= (
subrow
+ 1) % modrow;
in StartPage()
977
DotBands[
subrow
][plane] = band;
in StartPage()
984
band->x =
subrow
/ DotRowStep;
in StartPage()
985
band->y = (
subrow
in StartPage()
1060
int
subrow
; /* Current
subrow
*/
EndPage()
local
1562
subrow
, /* Subrow for interleaved output */
ProcessLine()
local
[all...]
/third_party/littlefs/scripts/
H
A
D
plot.py
1225
subrow
= row
1227
while
subrow
>= heights[y_]:
1228
subrow
-= heights[y_]
1232
subrow
= row - sum(heights[s.y+s.yspan:])
1235
if
subrow
< s.ymargin[-1]:
1237
if
subrow
< len(s.title):
1240
s.title[
subrow
].center(s.width)))
1246
elif
subrow
-s.ymargin[-1] < s.height:
1247
subrow
=
subrow
[all...]
Completed in 4 milliseconds