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:sampleY
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/codec/
H
A
D
SkSampler.h
27
void setSampleY(int
sampleY
) {
in setSampleY()
argument
34
int
sampleY
() const {
in sampleY()
function in SkSampler
H
A
D
SkSampledCodec.cpp
201
const int
sampleY
= subsetHeight / info.height();
in sampledDecode()
local
[all...]
H
A
D
SkAndroidCodec.cpp
227
int
sampleY
= origDims.height() / desiredSize->height();
in computeSampleSize()
local
H
A
D
SkPngCodec.cpp
573
const int
sampleY
= this->swizzler()->
sampleY
();
variable
729
const int
sampleY
= this->swizzler() ? this->swizzler()->
sampleY
() : 1;
variable
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H
A
D
Constants.hpp
88
float4
sampleY
[4][16];
member
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H
A
D
Constants.hpp
79
float4
sampleY
[4][16];
member
/third_party/skia/third_party/externals/libgifcodec/
H
A
D
SkLibGifCodec.cpp
440
const int
sampleY
= fSwizzler->
sampleY
();
in haveDecodedRow()
local
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuTexture.cpp
2927
const int
sampleY
= wrap(sampler.wrapT, y0 + offsets[i].y(), h);
in fetchGatherArray2DOffsets()
local
Completed in 12 milliseconds