OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fFlatSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPictureFlat.cpp
129
SkOrderedReadBuffer buffer(this->data(),
fFlatSize
);
139
SkASSERT(
fFlatSize
== (int32_t)buffer.offset());
SkPictureFlat.h
290
size_t flatSize() const { return
fFlatSize
; }
324
fFlatSize
= size;
330
int32_t
fFlatSize
;
/external/skia/src/core/
SkPictureFlat.cpp
129
SkOrderedReadBuffer buffer(this->data(),
fFlatSize
);
139
SkASSERT(
fFlatSize
== (int32_t)buffer.offset());
SkPictureFlat.h
290
size_t flatSize() const { return
fFlatSize
; }
324
fFlatSize
= size;
330
int32_t
fFlatSize
;
Completed in 23 milliseconds