Home
last modified time | relevance | path

Searched defs:Rec (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/include/core/
DSkRasterHandleAllocator.h43 struct Rec { struct
62 virtual bool allocHandle(const SkImageInfo&, Rec*) = 0; argument
DSkString.h242 struct Rec { struct
244 constexpr Rec(uint32_t len, int32_t refCnt) : fLength(len), fRefCnt(refCnt) {} in Rec() argument
263 sk_sp<Rec> fRec; argument
/third_party/skia/src/core/
DSkMarkerStack.h26 struct Rec { struct
32 std::vector<Rec> fStack; argument
DSkResourceCache.h74 struct Rec { struct
77 Rec() {} in Rec() argument
78 virtual ~Rec() {} in ~Rec() argument
85 // Called if the cache needs to purge/remove/delete the Rec. Default returns true. argument
106 Rec* fNext; argument
107 Rec* fPrev; argument
118 typedef const Rec* ID; argument
DSkRasterClipStack.h99 struct Rec { struct
103 Rec(const SkRasterClip& rc) : fRC(rc), fDeferredCount(0) {} in Rec() argument
DSkEdgeBuilder.cpp297 struct Rec { in build() struct
298 SkEdgeBuilder* fBuilder; in build()
299 bool fIsFinite; in build()
DSkBitmapCache.h48 class Rec; variable
/third_party/skia/tools/viewer/
DTouchGesture.h47 struct Rec { struct
54 SkTDArray<Rec> fTouches; argument
DSlideDir.cpp117 struct SlideDir::Rec { struct in SlideDir
118 sk_sp<Slide> fSlide;
119 sk_sp<sksg::RenderNode> fSlideRoot;
120 sk_sp<sksg::Matrix<SkMatrix>> fMatrix;
121 SkRect fRect;
/third_party/skia/tools/
DSkMetaData.h91 struct Rec { struct
92 Rec* fNext; argument
102 static Rec* Alloc(size_t); argument
/third_party/skia/tests/
DBitmapGetColorTest.cpp16 static const struct Rec { in DEF_TEST() struct
17 SkColorType fColorType; in DEF_TEST()
18 SkColor fInColor; in DEF_TEST()
19 SkColor fOutColor; in DEF_TEST()
DAnimatedImageTest.cpp98 const struct Rec { in DEF_TEST() struct
99 bool valid; in DEF_TEST()
100 SkISize scaledSize; in DEF_TEST()
101 SkIRect cropRect; in DEF_TEST()
DScalarTest.cpp128 struct Rec { in test_isfinite() struct
129 float fValue; in test_isfinite()
130 bool fIsFinite; in test_isfinite()
DGrMemoryPoolTest.cpp170 struct Rec { struct
171 A* fInstance;
172 int fValue;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiHashing.cpp27 static uint32_t getHashForUdt(const TagRecord &Rec, in getHashForUdt()
43 static Expected<uint32_t> getHashForUdt(const CVType &Rec) { in getHashForUdt()
52 static Expected<TagRecordHash> getTagRecordHashForUdt(const CVType &Rec) { in getTagRecordHashForUdt()
78 static Expected<uint32_t> getSourceLineHash(const CVType &Rec) { in getSourceLineHash()
105 Expected<uint32_t> llvm::pdb::hashTypeRecord(const CVType &Rec) { in hashTypeRecord()
/third_party/skia/samplecode/
DSampleAtlas.cpp78 struct Rec { struct in DrawAtlasDrawable
79 SkPoint fCenter;
80 SkVector fVelocity;
81 SkScalar fScale;
82 SkScalar fDScale;
83 SkScalar fRadian;
84 SkScalar fDRadian;
85 SkScalar fAlpha;
86 SkScalar fDAlpha;
88 void advance(const SkRect& bounds) { in advance()
[all …]
DSampleVertices.cpp113 struct Rec { struct in VerticesView
114 SkVertices::VertexMode fMode;
115 int fCount;
116 SkPoint* fVerts;
117 SkPoint* fTexs;
119 Rec() : fCount(0), fVerts(nullptr), fTexs(nullptr) {} in Rec() argument
120 ~Rec() { delete[] fVerts; delete[] fTexs; } in ~Rec()
DSampleXfer.cpp205 struct Rec { struct in CubicResamplerDemo
206 sk_sp<SkImage> fImage;
207 SkRect fBounds;
209 void draw(SkCanvas* canvas, SkCubicResampler cubic) const { in draw()
/third_party/skia/bench/
DCmapBench.cpp21 struct Rec { struct
22 const SkCharToGlyphCache& fCache;
23 int fLoops;
24 const SkFont& fFont;
25 const SkUnichar* fText;
26 int fCount;
/third_party/skia/src/gpu/
DGrWindowRectangles.h49 struct GrWindowRectangles::Rec : public GrNonAtomicRef<Rec> { struct
50 Rec(const SkIRect* windows, int numWindows) { in Rec() function
56 SkIRect fData[kMaxWindows]; argument
/third_party/skia/include/effects/
DSkLayerDrawLooper.h94 struct Rec { struct
95 Rec* fNext; argument
99 Rec* fRecs; argument
/third_party/skia/modules/sksg/include/
DSkSGMerge.h39 struct Rec { struct
44 static sk_sp<Merge> Make(std::vector<Rec>&& recs) { in Make() argument
/third_party/skia/include/utils/
DSkCamera.h96 struct Rec { struct
97 Rec* fNext; argument
100 Rec* fRec; argument
/third_party/skia/src/utils/
DSkTextUtils.cpp33 struct Rec { in GetPath() struct
34 SkPath* fDst; in GetPath()
35 const SkPoint* fPos; in GetPath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.h46 std::unique_ptr<Record> Rec; member
122 Record Rec; // Placeholder for template args and Name. member

12