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:skipT
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkCanvasPriv.cpp
44
lattice->fXDivs = buffer.
skipT
<int32_t>(lattice->fXCount);
in ReadLattice()
46
lattice->fYDivs = buffer.
skipT
<int32_t>(lattice->fYCount);
in ReadLattice()
51
lattice->fRectTypes = buffer.
skipT
<SkCanvas::Lattice::RectType>(flagCount);
in ReadLattice()
52
lattice->fColors = buffer.
skipT
<SkColor>(flagCount);
in ReadLattice()
54
lattice->fBounds = buffer.
skipT
<SkIRect>();
in ReadLattice()
H
A
D
SkReadBuffer.h
68
template <typename T> const T*
skipT
() {
in skipT()
function in SkReadBuffer
71
template <typename T> const T*
skipT
(size_t count) {
in skipT()
function in SkReadBuffer
H
A
D
SkPicturePlayback.cpp
214
const SkScalar* colMaj = reader->
skipT
<SkScalar>(16);
in handleOp()
419
const SkRect* dst = reader->
skipT
<SkRect>();
in handleOp()
429
const SkRect* dst = reader->
skipT
<SkRect>();
in handleOp()
H
A
D
SkReadBuffer.cpp
137
const char* c_str = this->
skipT
<char>(*len+1);
in readString()
Completed in 5 milliseconds