Searched defs:Rec (Results 1 - 25 of 62) sorted by relevance

123

/external/chromium_org/third_party/skia/src/core/
H A DSkTypefaceCache.h92 struct Rec { struct in class:SkTypefaceCache
97 SkTDArray<Rec> fArray;
H A DSkResourceCache.h60 struct Rec { struct in class:SkResourceCache
63 Rec() {} function in struct:SkResourceCache::Rec
64 virtual ~Rec() {}
73 static const Key& GetKey(const Rec& rec) { return rec.getKey(); }
76 Rec* fNext;
77 Rec* fPrev;
82 typedef const Rec* ID;
86 * specified Key, and will pass in the corresponding Rec, along with a caller-specified
87 * context. The function can read the data in Rec, and copy whatever it likes into context
90 * The return value determines what the cache will do with the Rec
[all...]
H A DSkTextToPathIter.h25 struct Rec { struct in class:SkTextToPathIter
H A DSkSmallAllocator.h44 Rec* rec = &fRecs[fNumObjects];
124 Rec* rec = &fRecs[fNumObjects];
153 Rec* rec = &fRecs[fNumObjects - 1];
161 struct Rec { struct in class:SkSmallAllocator
173 Rec fRecs[kMaxObjects];
/external/skia/src/core/
H A DSkTypefaceCache.h92 struct Rec { struct in class:SkTypefaceCache
97 SkTDArray<Rec> fArray;
H A DSkTextToPathIter.h25 struct Rec { struct in class:SkTextToPathIter
H A DSkSmallAllocator.h44 Rec* rec = &fRecs[fNumObjects];
124 Rec* rec = &fRecs[fNumObjects];
153 Rec* rec = &fRecs[fNumObjects - 1];
161 struct Rec { struct in class:SkSmallAllocator
173 Rec fRecs[kMaxObjects];
/external/chromium_org/third_party/skia/tests/
H A DBitmapGetColorTest.cpp14 static const struct Rec { struct
/external/skia/tests/
H A DBitmapGetColorTest.cpp14 static const struct Rec { struct
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkTDStackNester.h43 Rec* rec = fRec;
45 Rec* next = rec->fNext;
121 Rec* rec = new Rec();
173 Rec* rec = fRec->fNext;
185 // Number of objects held per Rec. Storing multiple objects in one Rec
190 struct Rec { struct in class:SkTDStackNester
191 Rec* fNext;
195 // First Rec, requirin
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkTDStack.h25 Rec* rec = fRec;
27 Rec* next = rec->fNext;
40 Rec* rec = (Rec*)sk_malloc_throw(sizeof(Rec));
83 Rec* rec = fRec->fNext;
98 struct Rec;
99 friend struct Rec;
101 struct Rec { struct in class:SkTDStack
102 Rec* fNex
[all...]
H A DSkMetaData.h128 struct Rec;
150 Rec* fRec;
154 struct Rec { struct in class:SkMetaData
155 Rec* fNext;
165 static Rec* Alloc(size_t);
166 static void Free(Rec*);
168 Rec* fRec;
170 const Rec* find(const char name[], Type) const;
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFCatalog.h92 struct Rec { struct in class:SkPDFCatalog
93 Rec(SkPDFObject* object, bool onFirstPage) function in struct:SkPDFCatalog::Rec
114 SkTDArray<struct Rec> fCatalog;
H A DSkPDFTypes.h438 struct Rec { struct in class:SkPDFDict
441 Rec(SkPDFName* k, SkPDFObject* v) : key(k), value(v) {} function in struct:SkPDFDict::Rec
447 SkTDArray<struct Rec> fValue;
/external/skia/experimental/PdfViewer/src/
H A DSkTDStackNester.h43 Rec* rec = fRec;
45 Rec* next = rec->fNext;
121 Rec* rec = new Rec();
173 Rec* rec = fRec->fNext;
185 // Number of objects held per Rec. Storing multiple objects in one Rec
190 struct Rec { struct in class:SkTDStackNester
191 Rec* fNext;
195 // First Rec, requirin
[all...]
/external/skia/include/core/
H A DSkTDStack.h25 Rec* rec = fRec;
27 Rec* next = rec->fNext;
40 Rec* rec = (Rec*)sk_malloc_throw(sizeof(Rec));
83 Rec* rec = fRec->fNext;
98 struct Rec;
99 friend struct Rec;
101 struct Rec { struct in class:SkTDStack
102 Rec* fNex
[all...]
H A DSkMetaData.h128 struct Rec;
150 Rec* fRec;
154 struct Rec { struct in class:SkMetaData
155 Rec* fNext;
165 static Rec* Alloc(size_t);
166 static void Free(Rec*);
168 Rec* fRec;
170 const Rec* find(const char name[], Type) const;
/external/skia/src/pdf/
H A DSkPDFCatalog.h92 struct Rec { struct in class:SkPDFCatalog
93 Rec(SkPDFObject* object, bool onFirstPage) function in struct:SkPDFCatalog::Rec
114 SkTDArray<struct Rec> fCatalog;
H A DSkPDFTypes.h428 struct Rec { struct in class:SkPDFDict
440 const Rec* fIter;
441 const Rec* fStop;
447 SkTDArray<struct Rec> fValue;
/external/chromium_org/third_party/skia/samplecode/
H A DSampleVertices.cpp134 struct Rec { struct in class:VerticesView
140 Rec() : fCount(0), fVerts(NULL), fTexs(NULL) {} function in struct:VerticesView::Rec
141 ~Rec() { delete[] fVerts; delete[] fTexs; }
144 void make_tris(Rec* rec) {
160 void make_fan(Rec* rec, int texWidth, int texHeight) {
190 void make_strip(Rec* rec, int texWidth, int texHeight) {
224 Rec fRecs[3];
/external/skia/samplecode/
H A DSampleVertices.cpp134 struct Rec { struct in class:VerticesView
140 Rec() : fCount(0), fVerts(NULL), fTexs(NULL) {} function in struct:VerticesView::Rec
141 ~Rec() { delete[] fVerts; delete[] fTexs; }
144 void make_tris(Rec* rec) {
160 void make_fan(Rec* rec, int texWidth, int texHeight) {
190 void make_strip(Rec* rec, int texWidth, int texHeight) {
224 Rec fRecs[3];
/external/chromium_org/third_party/skia/include/effects/
H A DSkLayerDrawLooper.h100 struct Rec { struct in class:SkLayerDrawLooper
101 Rec* fNext;
105 Rec* fRecs;
106 Rec* fTopRec;
118 Rec* fCurrRec;
163 Rec* fRecs;
164 Rec* fTopRec;
/external/chromium_org/third_party/skia/include/views/
H A DSkTouchGesture.h53 struct Rec { struct in class:SkTouchGesture
60 SkTDArray<Rec> fTouches;
72 float computePinch(const Rec&, const Rec&);
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.h39 const Record* Rec; member in class:llvm::X86Disassembler::RecognizableInstr
113 /// @param s - The string, as extracted by calling Rec->getName()
/external/skia/include/effects/
H A DSkLayerDrawLooper.h94 struct Rec { struct in class:SkLayerDrawLooper
95 Rec* fNext;
99 Rec* fRecs;
100 Rec* fTopRec;
112 Rec* fCurrRec;
157 Rec* fRecs;
158 Rec* fTopRec;

Completed in 4560 milliseconds

123