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:writeUInt
(Results
1 - 22
of
22
) sorted by relevance
/third_party/skia/tests/
H
A
D
FlattenDrawableTest.cpp
29
buffer.
writeUInt
(fA);
30
buffer.
writeUInt
(fB);
31
buffer.
writeUInt
(fC);
32
buffer.
writeUInt
(fD);
H
A
D
SerializationTest.cpp
670
writer.
writeUInt
(kArraySize);
in DEF_TEST()
/third_party/skia/src/core/
H
A
D
SkWriteBuffer.h
44
virtual void
writeUInt
(uint32_t value) = 0;
109
void
writeUInt
(uint32_t value) override;
H
A
D
SkModeColorFilter.cpp
54
buffer.
writeUInt
((int)fMode);
in flatten()
H
A
D
SkTextBlobTrace.cpp
89
fWriteBuffer.
writeUInt
(blob->uniqueID());
in capture()
H
A
D
SkPictureData.cpp
83
buffer.
writeUInt
(tag);
in write_tag_size()
84
buffer.
writeUInt
(SkToU32(size));
in write_tag_size()
H
A
D
SkWriteBuffer.cpp
67
void SkBinaryWriteBuffer::
writeUInt
(uint32_t value) {
in writeUInt()
function in SkBinaryWriteBuffer
H
A
D
SkPicture.cpp
303
buffer.
writeUInt
(info.getVersion());
in Flatten()
H
A
D
SkVertices.cpp
287
buffer.
writeUInt
(packed);
in encode()
H
A
D
SkImageFilter.cpp
219
buffer.
writeUInt
(fCropRect.flags());
in flatten()
H
A
D
SkBlurMF.cpp
582
buffer.
writeUInt
(fBlurStyle);
in flatten()
583
buffer.
writeUInt
(!fRespectCTM); // historically we recorded ignoreCTM
in flatten()
/third_party/skia/tools/debugger/
H
A
D
JsonWriteBuffer.h
29
void
writeUInt
(uint32_t value) override;
H
A
D
JsonWriteBuffer.cpp
72
void JsonWriteBuffer::
writeUInt
(uint32_t value) {
in writeUInt()
function in JsonWriteBuffer
/third_party/skia/src/gpu/
H
A
D
GrPersistentCacheUtils.cpp
40
writer.
writeUInt
(shaderType);
in PackCachedShaders()
/third_party/skia/src/effects/
H
A
D
SkTrimPathEffect.cpp
104
buffer.
writeUInt
(static_cast<uint32_t>(fMode));
H
A
D
SkDiscretePathEffect.cpp
149
buffer.
writeUInt
(fSeedAssist);
H
A
D
Sk1DPathEffect.cpp
120
buffer.
writeUInt
(fStyle);
/third_party/skia/src/gpu/gl/builders/
H
A
D
GrGLProgramBuilder.cpp
174
writer.
writeUInt
(kGLPB_Tag);
in storeShaderInCache()
182
writer.
writeUInt
(binaryFormat);
in storeShaderInCache()
/third_party/skia/src/image/
H
A
D
SkImage.cpp
763
buffer.
writeUInt
((unsigned)sampling.filter);
in Write()
764
buffer.
writeUInt
((unsigned)sampling.mipmap);
in Write()
/third_party/skia/src/shaders/
H
A
D
SkImageShader.cpp
128
buffer.
writeUInt
((unsigned)fTileModeX);
in flatten()
129
buffer.
writeUInt
((unsigned)fTileModeY);
in flatten()
/third_party/skia/src/shaders/gradients/
H
A
D
SkGradientShader.cpp
61
buffer.
writeUInt
(flags);
in flatten()
/third_party/astc-encoder/Source/
H
A
D
tinyexr.h
9070
static void
writeUInt
(char buf[4], unsigned int i) {
in writeUInt()
function
9111
writeUInt
(compressed, im);
in hufCompress()
9112
writeUInt
(compressed + 4, iM);
in hufCompress()
9113
writeUInt
(compressed + 8, tableLength);
in hufCompress()
9114
writeUInt
(compressed + 12, nBits);
in hufCompress()
9115
writeUInt
(compressed + 16, 0); // room for future extensions
in hufCompress()
Completed in 43 milliseconds