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

  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 348 , fScratch(AllocScratch(fScratchSize))
367 sk_free(fScratch);
523 // Flatten element into fWriteBuffer (using fScratch as storage).
524 fWriteBuffer.reset(fScratch->data(), fScratchSize);
528 // If all the flattened bytes fit into fScratch, we can skip a call to writeToMemory.
537 sk_free(fScratch);
539 fScratch = larger;
542 // The data is in fScratch now but we need to stamp its header.
543 fScratch->stampHeader(index, bytesWritten);
544 return *fScratch;
    [all...]
  /external/skia/src/core/
SkPictureFlat.h 348 , fScratch(AllocScratch(fScratchSize))
367 sk_free(fScratch);
523 // Flatten element into fWriteBuffer (using fScratch as storage).
524 fWriteBuffer.reset(fScratch->data(), fScratchSize);
528 // If all the flattened bytes fit into fScratch, we can skip a call to writeToMemory.
537 sk_free(fScratch);
539 fScratch = larger;
542 // The data is in fScratch now but we need to stamp its header.
543 fScratch->stampHeader(index, bytesWritten);
544 return *fScratch;
    [all...]

Completed in 26 milliseconds