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:m_pixelWidth
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
dell1600n_net.c
131
unsigned int
m_pixelWidth
; /* width in pixels (network byte order) */
member
1637
if (1 || !pState->
m_pixelWidth
)
in ProcessTcpResponse()
1639
memcpy (&pState->
m_pixelWidth
, pValue,
in ProcessTcpResponse()
1640
sizeof (pState->
m_pixelWidth
));
in ProcessTcpResponse()
1641
DBG (5, "Width: %d\n", ntohl (pState->
m_pixelWidth
));
in ProcessTcpResponse()
1677
pState->
m_pixelWidth
= 0;
in ProcessTcpResponse()
1853
pState->
m_pixelWidth
= htonl (jpegCinfo.m_cinfo.output_width);
in ProcessPageData()
1913
width = ntohl (pState->
m_pixelWidth
);
in ProcessPageData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H
A
D
vktDrawMultiExtTests.cpp
158
float
m_pixelWidth
;
member in vkt::Draw::__anon27920::TriangleMosaicGenerator
166
:
m_pixelWidth
(2.0f / static_cast<float>(width))
in TriangleMosaicGenerator()
168
, m_deltaX (
m_pixelWidth
* 0.25f)
in TriangleMosaicGenerator()
176
const float coordX = (static_cast<float>(x) + 0.5f) *
m_pixelWidth
- 1.0f;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H
A
D
vktDrawMultiExtTests.cpp
158
float
m_pixelWidth
;
member in vkt::Draw::__anon29161::TriangleMosaicGenerator
166
:
m_pixelWidth
(2.0f / static_cast<float>(width))
in TriangleMosaicGenerator()
168
, m_deltaX (
m_pixelWidth
* 0.25f)
in TriangleMosaicGenerator()
176
const float coordX = (static_cast<float>(x) + 0.5f) *
m_pixelWidth
- 1.0f;
Completed in 9 milliseconds