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

12

/external/chromium_org/third_party/skia/src/core/
H A DSkTypefaceCache.h86 struct Rec { struct in class:SkTypefaceCache
91 SkTDArray<Rec> fArray;
H A DSkTextToPathIter.h25 struct Rec { struct in class:SkTextToPathIter
H A DSkScaledImageCache.cpp97 struct SkScaledImageCache::Rec { struct in class:SkScaledImageCache
98 Rec(const Key& key, const SkBitmap& bm) : fKey(key), fBitmap(bm) { function in struct:SkScaledImageCache::Rec
103 Rec(const Key& key, const SkMipMap* mip) : fKey(key) { function in struct:SkScaledImageCache::Rec
109 ~Rec() {
117 Rec* fNext;
118 Rec* fPrev;
133 const Key& key_from_rec(const SkScaledImageCache::Rec& rec) {
141 bool eq_rec_key(const SkScaledImageCache::Rec& rec, const Key& key) {
146 class SkScaledImageCache::Hash : public SkTDynamicHash<SkScaledImageCache::Rec,
169 Rec* re
[all...]
/external/skia/src/core/
H A DSkTypefaceCache.h86 struct Rec { struct in class:SkTypefaceCache
91 SkTDArray<Rec> fArray;
H A DSkTextToPathIter.h25 struct Rec { struct in class:SkTextToPathIter
H A DSkScaledImageCache.cpp97 struct SkScaledImageCache::Rec { struct in class:SkScaledImageCache
98 Rec(const Key& key, const SkBitmap& bm) : fKey(key), fBitmap(bm) { function in struct:SkScaledImageCache::Rec
103 Rec(const Key& key, const SkMipMap* mip) : fKey(key) { function in struct:SkScaledImageCache::Rec
109 ~Rec() {
117 Rec* fNext;
118 Rec* fPrev;
133 const Key& key_from_rec(const SkScaledImageCache::Rec& rec) {
141 bool eq_rec_key(const SkScaledImageCache::Rec& rec, const Key& key) {
146 class SkScaledImageCache::Hash : public SkTDynamicHash<SkScaledImageCache::Rec,
169 Rec* re
[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.h420 struct Rec { struct in class:SkPDFDict
432 const Rec* fIter;
433 const Rec* fStop;
439 SkTDArray<struct Rec> fValue;
/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.h420 struct Rec { struct in class:SkPDFDict
432 const Rec* fIter;
433 const Rec* fStop;
439 SkTDArray<struct Rec> fValue;
/external/skia/tests/
H A DBitmapGetColorTest.cpp75 static const struct Rec { struct
/external/chromium_org/third_party/skia/include/effects/
H A DSkLayerDrawLooper.h117 struct Rec { struct in class:SkLayerDrawLooper
118 Rec* fNext;
122 Rec* fRecs;
123 Rec* fTopRec;
127 Rec* fCurrRec;
/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/skia/include/effects/
H A DSkLayerDrawLooper.h117 struct Rec { struct in class:SkLayerDrawLooper
118 Rec* fNext;
122 Rec* fRecs;
123 Rec* fTopRec;
127 Rec* fCurrRec;
/external/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/chromium_org/third_party/skia/include/utils/
H A DSkCamera.h166 struct Rec { struct in class:Sk3DView
167 Rec* fNext;
170 Rec* fRec;
171 Rec fInitialRec;
/external/chromium_org/third_party/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp116 struct Rec { struct in class:SkFontStyleSet_FC
121 Rec* fRecs;
148 fRecs = SkNEW_ARRAY(Rec, count);
/external/clang/include/clang/AST/
H A DCXXInheritance.h222 void setOrigin(CXXRecordDecl *Rec) { Origin = Rec; } argument
/external/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp185 Expr *Rec = E->getInstanceReceiver(); local
186 if (!Rec)
189 Decl *RefD = getReferencedDecl(Rec);
206 Expr *Rec = E->getInstanceReceiver(); local
207 if (!Rec)
210 Decl *RefD = getReferencedDecl(Rec);
332 Expr *&Rec, SourceRange &RecRange) {
384 Rec = Init->IgnoreParenImpCasts();
385 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Rec))
386 Rec
331 checkForGCDOrXPC(ObjCMessageExpr *Msg, Expr *&RecContainer, Expr *&Rec, SourceRange &RecRange) argument
[all...]
/external/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp54 unsigned addDagOperandMapping(Record *Rec, DagInit *Dag,
73 addDagOperandMapping(Record *Rec, DagInit *Dag, CodeGenInstruction &Insn, argument
92 if (DI->getDef() != Insn.Operands[BaseIdx + i].Rec)
93 PrintFatalError(Rec->getLoc(),
96 Insn.Operands[BaseIdx + i].Rec->getName() + "'");
111 addDagOperandMapping(Rec, SubDag, Insn, OperandMap, BaseIdx + i);
121 void PseudoLoweringEmitter::evaluateExpansion(Record *Rec) { argument
122 DEBUG(dbgs() << "Pseudo definition: " << Rec->getName() << "\n");
126 DagInit *Dag = Rec->getValueAsDag("ResultInst");
132 PrintFatalError(Rec
[all...]
H A DSetTheory.cpp214 Record *Rec = Records.getDef(OS.str()); local
215 if (!Rec)
218 // Try to reevaluate Rec in case it is a set.
219 if (const RecVec *Result = ST.expand(Rec))
222 Elts.insert(Rec);

Completed in 1449 milliseconds

12