Searched refs:flatSize (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h311 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; } function in class:SkFlatData
/external/skia/src/core/
H A DSkPictureFlat.h308 if (this->checksum() != that.checksum() || this->flatSize() != that.flatSize()) {
311 return memcmp(this->data(), that.data(), this->flatSize()) == 0;
316 size_t flatSize() const { return fFlatSize; } function in class:SkFlatData
/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipeWrite.cpp422 size_t flatSize = flat->flatSize(); local
423 if (this->needOpBytes(flatSize)) {
425 fWriter.write(flat->data(), flatSize);
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp411 size_t flatSize = flat->flatSize(); local
412 if (this->needOpBytes(flatSize)) {
414 fWriter.write(flat->data(), flatSize);
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js239 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/
H A Dgnuplot-4.6.3-emscripten.js297 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 412 milliseconds