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:skipScanlines
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/src/codec/
H
A
D
SkSampledCodec.cpp
149
if (!this->codec()->
skipScanlines
(scaledSubsetY)) {
in onGetAndroidPixels()
285
if (!this->codec()->
skipScanlines
(startY)) {
in sampledDecode()
298
if (!this->codec()->
skipScanlines
(sampleY - 1)) {
in sampledDecode()
321
if (!this->codec()->
skipScanlines
(1)) {
in sampledDecode()
H
A
D
SkStubHeifDecoderAPI.h
87
virtual size_t
skipScanlines
(int count) = 0;
130
size_t
skipScanlines
(int count) override {
H
A
D
SkIcoCodec.cpp
363
return fCurrCodec->
skipScanlines
(count);
in onSkipScanlines()
H
A
D
SkHeifCodec.cpp
502
return count == (int) fHeifDecoder->
skipScanlines
(count);
in onSkipScanlines()
H
A
D
SkCodec.cpp
558
// Subsetting in the y-dimension can be accomplished using
skipScanlines
().
in startScanlineDecode()
620
bool SkCodec::
skipScanlines
(int countLines) {
in skipScanlines()
function in SkCodec
/third_party/skia/fuzz/
H
A
D
FuzzMain.cpp
553
codec->
skipScanlines
(linesToSkip);
in fuzz_img()
578
codec->
skipScanlines
(linesToSkip);
in fuzz_img()
/third_party/skia/include/codec/
H
A
D
SkCodec.h
478
* This must be called in order to call getScanlines or
skipScanlines
.
532
bool
skipScanlines
(int countLines);
/third_party/skia/tests/
H
A
D
CodecTest.cpp
314
REPORTER_ASSERT(r, !codec->
skipScanlines
(1));
in check_scanline_decode()
348
REPORTER_ASSERT(r, codec->
skipScanlines
(1)
in check_scanline_decode()
/third_party/skia/dm/
H
A
D
DMSrcSink.cpp
662
codec->
skipScanlines
(linesToSkip);
in draw()
688
codec->
skipScanlines
(linesToSkip);
in draw()
Completed in 18 milliseconds