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:swizzler
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/codec/
H
A
D
SkWbmpCodec.cpp
123
// Initialize the
swizzler
in onGetPixels()
124
std::unique_ptr<SkSwizzler>
swizzler
= SkSwizzler::Make(this->getEncodedInfo(), nullptr, info,
in onGetPixels()
local
126
SkASSERT(
swizzler
);
in onGetPixels()
137
swizzler
->swizzle(dstRow, src.get());
in onGetPixels()
H
A
D
SkPngCodec.cpp
441
// Intentional fall through. A
swizzler
hasn't been created yet, but one will
in allocateStorage()
572
if (this->
swizzler
()) {
573
const int sampleY = this->
swizzler
()->sampleY();
598
// If there is no
swizzler
, all rows are needed.
in rowCallback()
599
if (!this->
swizzler
() || this->
swizzler
()->rowNeeded(rowNum - fFirstRow)) {
in rowCallback()
667
(this->
swizzler
() && this->
swizzler
()->sampleY() != 1)) {
in interlacedRowCallback()
729
const int sampleY = this->
swizzler
() ? this->
swizzler
()
[all...]
H
A
D
SkPngCodec.h
61
SkSwizzler*
swizzler
() { return fSwizzler.get(); }
in swizzler()
function in SkPngCodec
103
// Helper to set up
swizzler
, color xforms, and color table. Also calls png_read_update_info.
/third_party/astc-encoder/Source/
H
A
D
astcenc_image.cpp
199
pixel_swizzler
swizzler
= swz_texel_skip;
in load_image_block()
local
202
swizzler
= swz_texel;
in load_image_block()
225
datav =
swizzler
(datav, swz);
in load_image_block()
Completed in 4 milliseconds