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

  /external/skia/include/core/
SkRegion.h 419 * is empty or a rect. In those 2 cases, we use tmpStorage to hold the
422 const RunType* getRuns(RunType tmpStorage[], int* intervals) const;
  /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/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 5110 milliseconds