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:page_header
(Results
1 - 4
of
4
) sorted by relevance
/third_party/cups-filters/filter/
H
A
D
urftopdf.cpp
417
struct urf_page_header
page_header
, page_header_orig;
in main()
local
459
page_header
.bpp = page_header_orig.bpp;
in main()
460
page_header
.colorspace = page_header_orig.colorspace;
in main()
461
page_header
.duplex = page_header_orig.duplex;
in main()
462
page_header
.quality = page_header_orig.quality;
in main()
463
page_header
.unknown0 = 0;
in main()
464
page_header
.unknown1 = 0;
in main()
465
page_header
.width = ntohl(page_header_orig.width);
in main()
466
page_header
.height = ntohl(page_header_orig.height);
in main()
467
page_header
in main()
[all...]
/third_party/backends/backend/
H
A
D
tamarack.h
233
struct
page_header
{
struct
H
A
D
avision.h
739
typedef struct
page_header
struct
744
}
page_header
;
typedef
H
A
D
tamarack.c
398
struct
page_header
hdr;
in mode_select()
406
c.cmd.len = sizeof (struct
page_header
) + sizeof (struct tamarack_page);
in mode_select()
Completed in 6 milliseconds