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
defs:bytes_per_row
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/glx/
H
A
D
compsize.c
153
int
bytes_per_row
;
in __glImageSize()
local
/third_party/skia/third_party/externals/freetype/include/freetype/
H
A
D
ftwinfnt.h
209
FT_UShort
bytes_per_row
;
member
/third_party/ffmpeg/libavcodec/
H
A
D
tiffenc.c
257
int
bytes_per_row
;
in encode_frame()
local
[all...]
H
A
D
tiff.c
745
int
bytes_per_row
= (((s->width - 1) / s->subsampling[0] + 1) * s->bpp *
in tiff_unpack_strip()
local
/third_party/mesa3d/src/mesa/main/
H
A
D
image.c
154
GLintptr
bytes_per_row
;
in _mesa_image_offset()
local
173
GLintptr bytes_per_pixel,
bytes_per_row
, remainder, bytes_per_image;
in _mesa_image_offset()
local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_pbo.c
129
unsigned
bytes_per_row
= pixels_per_row * addr->bytes_per_pixel;
in st_pbo_addresses_pixelstore()
local
H
A
D
st_pbo_compute.c
335
nir_ssa_def *
bytes_per_row
= nir_imul(b, nir_channel(b, sd->range, 0), sd->blocksize);
in get_buffer_offset()
local
[all...]
/third_party/backends/backend/
H
A
D
mustek_usb_high.h
186
SANE_Word
bytes_per_row
;
member
/third_party/astc-encoder/Source/
H
A
D
stb_image.h
1223
size_t
bytes_per_row
= (size_t)w * bytes_per_pixel;
in stbi__vertical_flip()
local
Completed in 20 milliseconds