HomeSort by relevance Sort by last modified time
    Searched full:fscratch (Results 1 - 7 of 7) sorted by null

  /external/skia/src/core/
SkPictureFlat.h 387 , fScratch(controller->getWriteBufferFlags())
489 // We have to delay fScratch's initialization until its first use; fController might not
498 fScratch.setBitmapHeap(fController->getBitmapHeap());
499 fScratch.setTypefaceRecorder(fController->getTypefaceSet());
500 fScratch.setNamedFactoryRecorder(fController->getNamedFactorySet());
525 // Layout of fScratch: [ SkFlatData header, 20 bytes ] [ data ..., 4-byte aligned ]
526 fScratch.reset();
527 fScratch.reserve(sizeof(SkFlatData));
528 Traits::Flatten(fScratch, element);
529 const size_t dataSize = fScratch.bytesWritten() - sizeof(SkFlatData)
    [all...]
  /external/skia/tests/
Float16Test.cpp 65 float fscratch[7]; local
66 SkOpts::half_to_float(fscratch, hs, 7);
67 REPORTER_ASSERT(reporter, 0 == memcmp(fscratch, fs, sizeof(fs)));
  /external/skia/src/gpu/
GrResourceCache.h 191 int fScratch;
203 fScratch = 0;
212 ++fScratch;
GrTest.cpp 228 stats.fAdopted, stats.fNumNonPurgeable, stats.fScratch, countUtilization,
248 keys->push_back(SkString("gpu_cache_scratch_entries")); values->push_back(stats.fScratch);
GrResourceCache.cpp 642 int fScratch;
663 ++fScratch;
719 SkASSERT(stats.fScratch + stats.fCouldBeScratch == fScratchMap.count());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libws2_32.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libws2_32.a     [all...]

Completed in 260 milliseconds