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

  /external/chromium_org/third_party/skia/include/core/
SkRegion.h 420 * is empty or a rect. In those 2 cases, we use tmpStorage to hold the
423 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;
  /external/skia/include/core/
SkRegion.h 420 * is empty or a rect. In those 2 cases, we use tmpStorage to hold the
423 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;
  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 414 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[],
416 SkASSERT(tmpStorage && intervals);
417 const RunType* runs = tmpStorage;
420 tmpStorage[0] = kRunTypeSentinel;
423 BuildRectRuns(fBounds, tmpStorage);
    [all...]
  /external/skia/src/core/
SkRegion.cpp 414 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[],
416 SkASSERT(tmpStorage && intervals);
417 const RunType* runs = tmpStorage;
420 tmpStorage[0] = kRunTypeSentinel;
423 BuildRectRuns(fBounds, tmpStorage);
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeTokenizer.cpp 697 SkPdfAllocator tmpStorage; // keys will be stored in dict, we can free them after set.
703 start = readName(start, end, &key, &tmpStorage);
    [all...]
  /external/llvm/include/llvm/ADT/
DenseMap.h 843 AlignedCharArrayUnion<BucketT[InlineBuckets]> TmpStorage;
844 BucketT *TmpBegin = reinterpret_cast<BucketT *>(TmpStorage.buffer);
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeTokenizer.cpp 697 SkPdfAllocator tmpStorage; // keys will be stored in dict, we can free them after set.
703 start = readName(start, end, &key, &tmpStorage);
    [all...]

Completed in 2935 milliseconds