Searched refs:tmpStorage (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkRegion.h420 * 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/
H A DSkRegion.h420 * 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/
H A DSkRegion.cpp414 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], argument
416 SkASSERT(tmpStorage && intervals);
417 const RunType* runs = tmpStorage;
420 tmpStorage[0] = kRunTypeSentinel;
423 BuildRectRuns(fBounds, tmpStorage);
/external/skia/src/core/
H A DSkRegion.cpp414 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], argument
416 SkASSERT(tmpStorage && intervals);
417 const RunType* runs = tmpStorage;
420 tmpStorage[0] = kRunTypeSentinel;
423 BuildRectRuns(fBounds, tmpStorage);
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeTokenizer.cpp697 SkPdfAllocator tmpStorage; // keys will be stored in dict, we can free them after set. local
703 start = readName(start, end, &key, &tmpStorage);
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeTokenizer.cpp697 SkPdfAllocator tmpStorage; // keys will be stored in dict, we can free them after set. local
703 start = readName(start, end, &key, &tmpStorage);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1187 SkGlyphStorage tmpStorage(0);
1196 tmpStorage.reset(numGlyphs);
1197 paint.textToGlyphs(text, len, tmpStorage.get());
1198 glyphIDs = tmpStorage.get();

Completed in 2423 milliseconds