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:fixed_width
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_setup_point.c
360
int
fixed_width
;
in try_setup_point()
local
383
fixed_width
= MAX2(FIXED_ONE, subpixel_snap(size));
in try_setup_point()
385
x0 = subpixel_snap(v0[0][0] - pixel_offset) -
fixed_width
/2;
in try_setup_point()
386
y0 = subpixel_snap(v0[0][1] - pixel_offset) -
fixed_width
/2;
in try_setup_point()
389
x[1] = x0 +
fixed_width
;
in try_setup_point()
391
y[1] = y0 +
fixed_width
;
in try_setup_point()
418
fixed_width
= MAX2(FIXED_ONE,
in try_setup_point()
420
int_width =
fixed_width
>> FIXED_ORDER;
in try_setup_point()
498
info.dx12 =
fixed_width
;
in try_setup_point()
499
info.dy01 =
fixed_width
;
in try_setup_point()
[all...]
H
A
D
lp_setup_line.c
368
int
fixed_width
= util_iround(width) * FIXED_ONE;
in try_setup_line()
local
465
y[0] = subpixel_snap(v1[0][1] + y_offset - pixel_offset) -
fixed_width
/2;
in try_setup_line()
466
y[1] = subpixel_snap(v2[0][1] + y_offset_end - pixel_offset) -
fixed_width
/2;
in try_setup_line()
467
y[2] = subpixel_snap(v2[0][1] + y_offset_end - pixel_offset) +
fixed_width
/2;
in try_setup_line()
468
y[3] = subpixel_snap(v1[0][1] + y_offset - pixel_offset) +
fixed_width
/2;
in try_setup_line()
559
x[0] = subpixel_snap(v1[0][0] + x_offset - pixel_offset) -
fixed_width
/2;
in try_setup_line()
560
x[1] = subpixel_snap(v2[0][0] + x_offset_end - pixel_offset) -
fixed_width
/2;
in try_setup_line()
561
x[2] = subpixel_snap(v2[0][0] + x_offset_end - pixel_offset) +
fixed_width
/2;
in try_setup_line()
562
x[3] = subpixel_snap(v1[0][0] + x_offset - pixel_offset) +
fixed_width
/2;
in try_setup_line()
/third_party/backends/backend/
H
A
D
canon_dr.h
263
int
fixed_width
; /* some machines always scan full width */
member
H
A
D
canon_dr.c
1495
s->
fixed_width
= 1;
in init_model()
1530
s->
fixed_width
= 1;
in init_model()
1554
s->
fixed_width
= 1;
in init_model()
1584
s->
fixed_width
= 1;
in init_model()
1706
s->
fixed_width
= 1;
in init_model()
1746
s->
fixed_width
= 1;
in init_model()
1789
s->
fixed_width
= 1;
in init_model()
1819
s->
fixed_width
= 1;
in init_model()
1848
s->
fixed_width
= 1;
in init_model()
1891
s->
fixed_width
in init_model()
[all...]
Completed in 8 milliseconds