HomeSort by relevance Sort by last modified time
    Searched refs:flatSize (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 308 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; }
  /external/skia/src/core/
SkPictureFlat.h 308 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; }
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 411 size_t flatSize = flat->flatSize();
412 if (this->needOpBytes(flatSize)) {
414 fWriter.write(flat->data(), flatSize);
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 411 size_t flatSize = flat->flatSize();
412 if (this->needOpBytes(flatSize)) {
414 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 665 milliseconds