OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flatSize
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h
282
if (this->checksum() != that.checksum() || this->
flatSize
() != that.
flatSize
()) {
285
return memcmp(this->data(), that.data(), this->
flatSize
()) == 0;
290
size_t
flatSize
() const { return fFlatSize; }
552
const size_t paddedSize = SizeWithPadding(fScratch->
flatSize
());
/external/skia/src/core/
SkPictureFlat.h
282
if (this->checksum() != that.checksum() || this->
flatSize
() != that.
flatSize
()) {
285
return memcmp(this->data(), that.data(), this->
flatSize
()) == 0;
290
size_t
flatSize
() const { return fFlatSize; }
552
const size_t paddedSize = SizeWithPadding(fScratch->
flatSize
());
/external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp
412
size_t
flatSize
= flat->
flatSize
();
413
if (this->needOpBytes(
flatSize
)) {
415
fWriter.write(flat->data(),
flatSize
);
[
all
...]
/external/skia/src/pipe/
SkGPipeWrite.cpp
412
size_t
flatSize
= flat->
flatSize
();
413
if (this->needOpBytes(
flatSize
)) {
415
fWriter.write(flat->data(),
flatSize
);
[
all
...]
/external/chromium_org/tools/win/split_link/viz.js/
viz.js
239
type.
flatSize
= 0;
249
size = Types.types[field].
flatSize
;
260
var curr = Runtime.alignMemory(type.
flatSize
, alignSize); // if necessary, place this on aligned memory
261
type.
flatSize
= curr + size;
268
type.
flatSize
= Runtime.alignMemory(type.
flatSize
, type.alignSize);
270
type.flatFactor = type.
flatSize
;
293
__size__: type.
flatSize
[
all
...]
/external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js
297
type.
flatSize
= 0;
307
size = Types.types[field].
flatSize
;
318
var curr = Runtime.alignMemory(type.
flatSize
, alignSize); // if necessary, place this on aligned memory
319
type.
flatSize
= curr + size;
326
type.
flatSize
= Runtime.alignMemory(type.
flatSize
, type.alignSize);
328
type.flatFactor = type.
flatSize
;
351
__size__: type.
flatSize
[
all
...]
Completed in 97 milliseconds