Searched refs:Rec (Results 26 - 50 of 127) sorted by relevance

123456

/external/chromium_org/third_party/skia/bench/
H A DImageCacheBench.cpp22 struct TestRec : public SkResourceCache::Rec {
31 static bool Visitor(const SkResourceCache::Rec&, void*) {
/external/chromium_org/third_party/skia/src/core/
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];
H A DSkScalerContext.h112 typedef SkScalerContextRec Rec; typedef in class:SkScalerContext
197 const SkMatrix*, Rec* rec);
198 static inline void PostMakeRec(const SkPaint&, Rec*);
200 static SkMaskGamma::PreBlend GetMaskPreBlend(const Rec& rec);
203 Rec fRec;
/external/chromium_org/third_party/skia/tests/
H A DScalarTest.cpp128 struct Rec { struct
145 const Rec data[] = {
172 const Rec& rec = data[i];
179 const Rec& rec0 = data[i];
181 const Rec& rec1 = data[j];
H A DBitmapGetColorTest.cpp14 static const struct Rec { struct
H A DGrMemoryPoolTest.cpp180 struct Rec { struct
207 SkTDArray<Rec> instanceRecs;
212 Rec* rec = instanceRecs.append();
218 Rec& rec = instanceRecs[d];
225 Rec& rec = instanceRecs[r];
231 Rec& rec = instanceRecs[i];
H A DImageCacheTest.cpp22 struct TestingRec : public SkResourceCache::Rec {
31 static bool Visitor(const SkResourceCache::Rec& baseRec, void* context) {
/external/skia/src/core/
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];
H A DSkScalerContext.h117 typedef SkScalerContextRec Rec; typedef in class:SkScalerContext
207 const SkMatrix*, Rec* rec);
208 static inline void PostMakeRec(const SkPaint&, Rec*);
210 static SkMaskGamma::PreBlend GetMaskPreBlend(const Rec& rec);
213 Rec fRec;
/external/skia/tests/
H A DScalarTest.cpp128 struct Rec { struct
145 const Rec data[] = {
172 const Rec& rec = data[i];
179 const Rec& rec0 = data[i];
181 const Rec& rec1 = data[j];
H A DBitmapGetColorTest.cpp14 static const struct Rec { struct
H A DGrMemoryPoolTest.cpp180 struct Rec { struct
207 SkTDArray<Rec> instanceRecs;
212 Rec* rec = instanceRecs.append();
218 Rec& rec = instanceRecs[d];
225 Rec& rec = instanceRecs[r];
231 Rec& rec = instanceRecs[i];
/external/skia/src/effects/
H A DSkLayerDrawLooper.cpp31 Rec* rec = fRecs;
33 Rec* next = rec->fNext;
160 const Rec* rec = fRecs;
207 Rec* rec = fRecs;
219 Rec* rec = fRecs;
253 Rec* rec = looper->fRecs;
270 Rec* rec = fRecs;
331 Rec* rec = fRecs;
333 Rec* next = rec->fNext;
342 Rec* re
[all...]
/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/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp179 Rec = insn.TheDef;
180 Name = Rec->getName();
183 if (!Rec->isSubClassOf("X86Inst")) {
188 OpPrefix = byteFromRec(Rec, "OpPrefixBits");
189 OpMap = byteFromRec(Rec, "OpMapBits");
190 Opcode = byteFromRec(Rec, "Opcode");
191 Form = byteFromRec(Rec, "FormBits");
192 Encoding = byteFromRec(Rec, "OpEncBits");
194 OpSize = byteFromRec(Rec, "OpSizeBits");
195 HasAdSizePrefix = Rec
[all...]
H A DCodeGenInstruction.cpp67 Record *Rec = Arg->getDef(); local
73 if (Rec->isSubClassOf("RegisterOperand")) {
74 PrintMethod = Rec->getValueAsString("PrintMethod");
75 } else if (Rec->isSubClassOf("Operand")) {
76 PrintMethod = Rec->getValueAsString("PrintMethod");
77 OperandType = Rec->getValueAsString("OperandType");
79 EncoderMethod = Rec->getValueAsString("EncoderMethod");
80 MIOpInfo = Rec->getValueAsDag("MIOperandInfo");
85 PrintFatalError("Bad value for MIOperandInfo in operand '" + Rec->getName() +
93 if (Rec
[all...]
/external/chromium_org/third_party/skia/include/utils/
H A DSkCamera.h144 struct Rec { struct in class:Sk3DView
145 Rec* fNext;
148 Rec* fRec;
149 Rec fInitialRec;
/external/skia/include/utils/
H A DSkCamera.h144 struct Rec { struct in class:Sk3DView
145 Rec* fNext;
148 Rec* fRec;
149 Rec fInitialRec;
/external/chromium_org/third_party/skia/src/effects/
H A DSkLayerDrawLooper.cpp31 Rec* rec = fRecs;
33 Rec* next = rec->fNext;
160 const Rec* rec = fRecs;
205 Rec* rec = fRecs;
241 Rec* rec = fRecs;
302 Rec* rec = fRecs;
304 Rec* next = rec->fNext;
313 Rec* rec = SkNEW(Rec);
334 Rec* re
[all...]
/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/chromium_org/third_party/skia/src/views/
H A DSkTouchGesture.cpp137 Rec* rec = fTouches.append();
218 Rec& rec = fTouches[index];
242 const Rec& rec0 = fTouches[0];
243 const Rec& rec1 = fTouches[1];
268 const Rec& rec = fTouches[index];
298 float SkTouchGesture::computePinch(const Rec& rec0, const Rec& rec1) {
/external/skia/src/views/
H A DSkTouchGesture.cpp137 Rec* rec = fTouches.append();
216 Rec& rec = fTouches[index];
240 const Rec& rec0 = fTouches[0];
241 const Rec& rec1 = fTouches[1];
266 const Rec& rec = fTouches[index];
296 float SkTouchGesture::computePinch(const Rec& rec0, const Rec& rec1) {
/external/chromium_org/third_party/skia/include/core/
H A DSkString.h213 struct Rec { struct in class:SkString
222 Rec* fRec;
231 static const Rec gEmptyRec;
232 static Rec* AllocRec(const char text[], size_t len);
233 static Rec* RefRec(Rec*);
/external/skia/include/core/
H A DSkString.h212 struct Rec { struct in class:SkString
221 Rec* fRec;
230 static const Rec gEmptyRec;
231 static Rec* AllocRec(const char text[], size_t len);
232 static Rec* RefRec(Rec*);

Completed in 496 milliseconds

123456