OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpStorage
(Results
1 - 3
of
3
) 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/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/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
...]
Completed in 51 milliseconds