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:yshift
(Results
1 - 4
of
4
) sorted by relevance
/third_party/cups-filters/filter/pdftopdf/
H
A
D
qpdf_pdftopdf_processor.cc
15
static std::string debug_box(const PageRect &box,float xshift,float
yshift
) // {{{
in debug_box()
argument
18
QUtil::double_to_string(box.left+xshift)+" "+QUtil::double_to_string(box.bottom+
yshift
)+" m "+
in debug_box()
19
QUtil::double_to_string(box.right+xshift)+" "+QUtil::double_to_string(box.top+
yshift
)+" l "+"S \n "+
in debug_box()
21
QUtil::double_to_string(box.right+xshift)+" "+QUtil::double_to_string(box.bottom+
yshift
)+" m "+
in debug_box()
22
QUtil::double_to_string(box.left+xshift)+" "+QUtil::double_to_string(box.top+
yshift
)+" l "+"S \n "+
in debug_box()
24
QUtil::double_to_string(box.left+xshift)+" "+QUtil::double_to_string(box.bottom+
yshift
)+" "+
in debug_box()
/third_party/skia/third_party/externals/freetype/src/base/
H
A
D
ftoutln.c
1042
FT_Int xshift,
yshift
;
in FT_EXPORT_DEF()
local
1072
yshift
= FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14;
in FT_EXPORT_DEF()
1073
yshift
= FT_MAX(
yshift
, 0 );
in FT_EXPORT_DEF()
1084
v_prev.y = points[last].y >>
yshift
;
in FT_EXPORT_DEF()
1089
v_cur.y = points[n].y >>
yshift
;
in FT_EXPORT_DEF()
/third_party/backends/backend/
H
A
D
rts8891.c
1400
SANE_Int
yshift
;
in compute_parameters()
local
1574
yshift
= 0;
in compute_parameters()
1577
yshift
= 33;
in compute_parameters()
1580
yshift
= 0;
in compute_parameters()
1582
dev->ystart +=
yshift
;
in compute_parameters()
/third_party/python/Lib/
H
A
D
_pydecimal.py
5779
yshift
= _rshift_nearest(y, R)
5782
w = _div_nearest(M, k) - _div_nearest(
yshift
*w, M)
Completed in 20 milliseconds