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:readU32
(Results
1 - 14
of
14
) sorted by relevance
/third_party/skia/experimental/skrive/src/reader/
H
A
D
BinaryReader.cpp
70
return validateSize(sizeof(v)) && fStream->
readU32
(&v)
77
if (!validateSize(sizeof(length)) || !fStream->
readU32
(&length)) {
115
fStream->
readU32
(&block_size)) {
/third_party/skia/tools/
H
A
D
skpinfo.cpp
81
if (!stream.
readU32
(&tag)) { return kTruncatedFile; }
in main()
87
if (!stream.
readU32
(&chunkSize)) { return kTruncatedFile; }
in main()
/third_party/skia/src/core/
H
A
D
SkPath_serial.cpp
147
if (!buffer.
readU32
(&packed)) {
in readFromMemory()
164
if (!buffer.
readU32
(&packed)) {
in readAsRRect()
202
if (!buffer.
readU32
(&packed)) {
in readFromMemory_EQ4Or5()
H
A
D
SkTextBlobTrace.cpp
17
if (!stream->
readU32
(&typefaceCount)) {
in CreateBlobTrace()
27
if (!stream->
readU32
(&restOfFile)) {
in CreateBlobTrace()
H
A
D
SkPictureData.cpp
298
if (!stream->
readU32
(&size)) { return false; }
in parseStreamTag()
503
if (!stream->
readU32
(&tag)) { return false; }
in parseStream()
509
if (!stream->
readU32
(&size)) { return false; }
in parseStream()
H
A
D
SkBuffer.h
64
bool
readU32
(uint32_t* x) { return this->read(x, 4); }
in readU32()
function in SkRBuffer
H
A
D
SkFontDescriptor.cpp
88
if (!stream->
readU32
(&result->fVariation[i].axis)) { return false; }
in Deserialize()
H
A
D
SkPicture.cpp
89
if (!stream->
readU32
(&version)) { return false; }
in StreamIsSKP()
H
A
D
SkStream.cpp
56
if (!this->
readU32
(&i32)) { return false; }
in readPackedUInt()
/third_party/skia/src/ports/
H
A
D
SkFontConfigInterface_direct.cpp
89
(void)buffer.
readU32
(&fID);
in readFromMemory()
92
(void)buffer.
readU32
(&strLen);
in readFromMemory()
93
(void)buffer.
readU32
(&weight);
in readFromMemory()
94
(void)buffer.
readU32
(&width);
in readFromMemory()
/third_party/skia/src/utils/
H
A
D
SkMultiPictureDocument.cpp
126
if (!stream->
readU32
(&versionNumber) || versionNumber != kVersion) {
in SkMultiPictureDocumentReadPageCount()
130
if (!stream->
readU32
(&pageCount) || pageCount > INT_MAX) {
in SkMultiPictureDocumentReadPageCount()
/third_party/skia/src/sksl/
H
A
D
SkSLRehydrator.h
179
uint32_t
readU32
() {
in readU32()
function in SkSL::Rehydrator
H
A
D
SkSLRehydrator.cpp
102
int flags = this->
readU32
();
in layout()
/third_party/skia/include/core/
H
A
D
SkStream.h
94
bool SK_WARN_UNUSED_RESULT
readU32
(uint32_t* i) { return this->readS32((int32_t*)i); }
in readU32()
function in SkStream
Completed in 10 milliseconds