Lines Matching defs:const
40 PathDrawList(const SkMatrix& pathMatrix,
41 const SkPath& path,
42 const SkPMColor4f& color,
53 bool operator!=(const Iter& b) const { return fHead != b.fHead; }
54 std::tuple<const SkMatrix&, const SkPath&, const SkPMColor4f&> operator*() const {
57 const PathDrawList* fHead;
59 Iter begin() const { return {this}; }
60 Iter end() const { return {nullptr}; }
65 PatchAttribs patchAttribs() const { return fAttribs; }
70 virtual int patchPreallocCount(int totalCombinedPathVerbCnt) const = 0;
79 const SkMatrix& shaderMatrix,
80 const PathDrawList&) = 0;
89 const SkMatrix& shaderMatrix,
90 const PathDrawList& pathDrawList,
104 virtual void drawTessellated(GrOpFlushState*) const = 0;
108 virtual void drawFixedCount(GrOpFlushState*) const = 0;
158 sk_sp<const GrGpuBuffer> fFixedVertexBuffer;
159 sk_sp<const GrGpuBuffer> fFixedIndexBuffer;