OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flatSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h
311
if (this->checksum() != that.checksum() || this->
flatSize
() != that.
flatSize
()) {
314
return memcmp(this->data(), that.data(), this->
flatSize
()) == 0;
319
size_t
flatSize
() const { return fFlatSize; }
/external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp
422
size_t
flatSize
= flat->
flatSize
();
423
if (this->needOpBytes(
flatSize
)) {
425
fWriter.write(flat->data(),
flatSize
);
[
all
...]
Completed in 51 milliseconds