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:output_cols
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jcsample.c
89
* Expand a component horizontally from width input_cols to width
output_cols
,
95
JDIMENSION
output_cols
)
in expand_right_edge()
101
int numcols = (int)(
output_cols
- input_cols);
in expand_right_edge()
152
JDIMENSION
output_cols
= compptr->width_in_blocks * DCTSIZE;
in int_downsample()
local
166
output_cols
* h_expand);
in int_downsample()
171
for (outcol = 0, outcol_h = 0; outcol <
output_cols
;
in int_downsample()
224
JDIMENSION
output_cols
= compptr->width_in_blocks * DCTSIZE;
in h2v1_downsample()
local
233
output_cols
* 2);
in h2v1_downsample()
239
for (outcol = 0; outcol <
output_cols
; outcol++) {
in h2v1_downsample()
260
JDIMENSION
output_cols
in h2v2_downsample()
local
94
expand_right_edge(JSAMPARRAY image_data, int num_rows, JDIMENSION input_cols, JDIMENSION
output_cols
)
expand_right_edge()
argument
302
JDIMENSION
output_cols
= compptr->width_in_blocks * DCTSIZE;
h2v2_smooth_downsample()
local
390
JDIMENSION
output_cols
= compptr->width_in_blocks * DCTSIZE;
fullsize_smooth_downsample()
local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
gen_overlay_fonts.py
158
output_cols
= 32
159
assert (len(chars) == output_rows *
output_cols
)
189
font_array_width =
output_cols
* glyph_width // 32
195
base_x = (charIndex %
output_cols
) * glyph_width
196
base_y = (charIndex //
output_cols
) * glyph_height
/third_party/toybox/toys/pending/
H
A
D
stty.c
47
unsigned
output_cols
;
141
if (TT.
output_cols
== 0) {
in out()
142
TT.
output_cols
= 80;
in out()
143
terminal_size(&TT.
output_cols
, NULL);
in out()
147
else if (TT.col + 1 + len >= TT.
output_cols
) {
in out()
/third_party/toybox/generated/
H
A
D
globals.h
999
unsigned
output_cols
;
member
Completed in 6 milliseconds