OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeToMemory
(Results
1 - 25
of
42
) sorted by null
1
2
/external/chromium_org/third_party/skia/src/core/
SkFlattenableSerialization.cpp
20
writer.
writeToMemory
(data);
SkOrderedWriteBuffer.h
39
// (You may be able to use this to avoid a call to
writeToMemory
.)
42
void
writeToMemory
(void* dst) { fWriter.flatten(dst); }
SkPictureFlat.cpp
118
buffer.
writeToMemory
(result->data());
/external/skia/src/core/
SkFlattenableSerialization.cpp
20
writer.
writeToMemory
(data);
SkOrderedWriteBuffer.h
39
// (You may be able to use this to avoid a call to
writeToMemory
.)
42
void
writeToMemory
(void* dst) { fWriter.flatten(dst); }
SkPictureFlat.cpp
118
buffer.
writeToMemory
(result->data());
/external/chromium_org/third_party/skia/include/core/
SkWriter32.h
123
rrect.
writeToMemory
(this->reserve(SkRRect::kSizeInMemory));
127
size_t size = path.
writeToMemory
(NULL);
129
path.
writeToMemory
(this->reserve(size));
133
size_t size = matrix.
writeToMemory
(NULL);
135
matrix.
writeToMemory
(this->reserve(size));
139
size_t size = rgn.
writeToMemory
(NULL);
141
rgn.
writeToMemory
(this->reserve(size));
SkRRect.h
248
size_t
writeToMemory
(void* buffer) const;
SkRegion.h
364
size_t
writeToMemory
(void* buffer) const;
SkMatrix.h
562
size_t
writeToMemory
(void* buffer) const;
SkPath.h
[
all
...]
/external/skia/include/core/
SkWriter32.h
123
rrect.
writeToMemory
(this->reserve(SkRRect::kSizeInMemory));
127
size_t size = path.
writeToMemory
(NULL);
129
path.
writeToMemory
(this->reserve(size));
133
size_t size = matrix.
writeToMemory
(NULL);
135
matrix.
writeToMemory
(this->reserve(size));
139
size_t size = rgn.
writeToMemory
(NULL);
141
rgn.
writeToMemory
(this->reserve(size));
SkRRect.h
248
size_t
writeToMemory
(void* buffer) const;
SkRegion.h
364
size_t
writeToMemory
(void* buffer) const;
/external/chromium_org/third_party/skia/include/ports/
SkFontConfigInterface.h
65
size_t
writeToMemory
(void* buffer = NULL) const;
/external/skia/include/ports/
SkFontConfigInterface.h
65
size_t
writeToMemory
(void* buffer = NULL) const;
/external/skia/tests/
AndroidPaintTest.cpp
17
writer.
writeToMemory
(bytes.get());
SerializationTest.cpp
24
size_t bytesWrittenToMemory = testObj->
writeToMemory
(dataWritten);
121
writer.
writeToMemory
(dataWritten);
153
writer.
writeToMemory
(dataWritten);
192
writer.
writeToMemory
(dataWritten);
ColorFilterTest.cpp
26
wb.
writeToMemory
(storage.get());
MatrixTest.cpp
118
size_t size1 = m.
writeToMemory
(NULL);
119
size_t size2 = m.
writeToMemory
(buffer);
129
size3 = m2.
writeToMemory
(buffer2);
/external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp
388
buffer.
writeToMemory
(dst);
627
if (this->needOpBytes(matrix.
writeToMemory
(NULL))) {
637
if (this->needOpBytes(matrix.
writeToMemory
(NULL))) {
669
if (this->needOpBytes(path.
writeToMemory
(NULL))) {
680
if (this->needOpBytes(region.
writeToMemory
(NULL))) {
754
if (this->needOpBytes(path.
writeToMemory
(NULL))) {
819
size_t opBytesNeeded = matrix.
writeToMemory
(NULL);
906
size_t size = 4 + SkAlign4(byteLength) + path.
writeToMemory
(NULL);
909
size += matrix->
writeToMemory
(NULL);
[
all
...]
/external/skia/src/pipe/
SkGPipeWrite.cpp
388
buffer.
writeToMemory
(dst);
627
if (this->needOpBytes(matrix.
writeToMemory
(NULL))) {
637
if (this->needOpBytes(matrix.
writeToMemory
(NULL))) {
669
if (this->needOpBytes(path.
writeToMemory
(NULL))) {
680
if (this->needOpBytes(region.
writeToMemory
(NULL))) {
754
if (this->needOpBytes(path.
writeToMemory
(NULL))) {
819
size_t opBytesNeeded = matrix.
writeToMemory
(NULL);
906
size_t size = 4 + SkAlign4(byteLength) + path.
writeToMemory
(NULL);
909
size += matrix->
writeToMemory
(NULL);
[
all
...]
/frameworks/base/core/jni/android/graphics/
Region.cpp
193
size_t size = region->
writeToMemory
(NULL);
195
region->
writeToMemory
(p->writeInplace(size));
/external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp
20
size_t SkFontConfigInterface::FontIdentity::
writeToMemory
(void* addr) const {
74
size_t size0 = iden0.
writeToMemory
(NULL);
79
size_t size1 = iden0.
writeToMemory
(storage.get());
/external/skia/src/ports/
SkFontConfigInterface_direct.cpp
20
size_t SkFontConfigInterface::FontIdentity::
writeToMemory
(void* addr) const {
74
size_t size0 = iden0.
writeToMemory
(NULL);
79
size_t size1 = iden0.
writeToMemory
(storage.get());
Completed in 85 milliseconds
1
2