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:ImageHeight
(Results
1 - 13
of
13
) sorted by relevance
/third_party/mesa3d/src/mesa/main/
H
A
D
pixelstore.c
69
ctx->Pack.
ImageHeight
= param;
in pixel_storei()
158
ctx->Unpack.
ImageHeight
= param;
in pixel_storei()
270
ctx->Pack.
ImageHeight
= 0;
in _mesa_init_pixelstore()
284
ctx->Unpack.
ImageHeight
= 0;
in _mesa_init_pixelstore()
307
ctx->DefaultPacking.
ImageHeight
= 0;
in _mesa_init_pixelstore()
H
A
D
image.c
139
if (packing->
ImageHeight
> 0) {
in _mesa_image_offset()
140
rows_per_image = packing->
ImageHeight
;
in _mesa_image_offset()
375
if (packing->
ImageHeight
== 0)
in _mesa_image_image_stride()
378
bytesPerImage = bytesPerRow * packing->
ImageHeight
;
in _mesa_image_image_stride()
H
A
D
texstore.c
1309
if (packing->
ImageHeight
) {
in _mesa_compute_compressed_pixelstore()
1310
store->TotalRowsPerSlice = (packing->
ImageHeight
+ bh - 1) / bh;
in _mesa_compute_compressed_pixelstore()
H
A
D
attrib.c
1148
dst->
ImageHeight
= src->
ImageHeight
;
in copy_pixelstore()
H
A
D
mtypes.h
1490
GLint
ImageHeight
;
member
H
A
D
teximage.c
2876
if (unpackNew->
ImageHeight
== 0)
in strip_texture_border()
2877
unpackNew->
ImageHeight
= *height;
in strip_texture_border()
/third_party/backends/backend/
H
A
D
mustek_usb2.c
170
static void QBETDetectAutoLevel (void *pDIB, unsigned int ImageWidth, unsigned int
ImageHeight
);
1503
ImageHeight
: the height of image
1508
QBETDetectAutoLevel (void *pDIB, unsigned int ImageWidth, unsigned int
ImageHeight
)
in QBETDetectAutoLevel()
argument
1532
TotalImgSize = ImageWidth *
ImageHeight
;
in QBETDetectAutoLevel()
1549
for (j = 0; j < (int)
ImageHeight
; j++)
in QBETDetectAutoLevel()
1714
for (j = 0; j < (int)
ImageHeight
; j++)
in QBETDetectAutoLevel()
1815
unsigned int
ImageHeight
= ScanLines;
in QBetChange()
local
1824
TotalImgSize = ImageWidth *
ImageHeight
* 3 * 2;
in QBetChange()
1831
for (j = 0; j <
ImageHeight
; j++)
in QBetChange()
1961
QBETDetectAutoLevel (pwRGB, ImageWidth,
ImageHeight
);
in QBetChange()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
cfhd.h
50
ImageHeight
= 21,
enumerator
H
A
D
cfhdenc.c
592
bytestream2_put_be16(pby,
ImageHeight
);
in cfhd_encode_frame()
H
A
D
cfhd.c
419
} else if (tag ==
ImageHeight
) {
in cfhd_decode()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_pbo.c
122
addr->image_height = store->
ImageHeight
> 0 ? store->
ImageHeight
: addr->height;
in st_pbo_addresses_pixelstore()
H
A
D
st_pbo_compute.c
768
pack->
ImageHeight
||
in can_copy_direct()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
H
A
D
CopySplitTests.cpp
514
TEST_P(CopySplitTest,
ImageHeight
) {
in TEST_P()
Completed in 53 milliseconds