Lines Matching defs:const
40 SkIPoint getTrans() const { return fTrans; }
42 bool operator==(const MCState& other) const;
44 const std::vector<sk_sp<ClipCmd>>& cmds() const { return fCmds; }
46 sk_sp<FakeMCBlob> getCached() const {
66 FakeMCBlob(const std::vector<MCState>& stack);
68 int count() const { return fStack.size(); }
69 int id() const { return fID; }
70 SkIPoint ctm() const { return fCTM; }
71 const std::vector<MCState>& mcStates() const { return fStack; }
72 const MCState& operator[](int index) const { return fStack[index]; }
73 SkIRect scissor() const { return fScissor; }
81 const int fID;
151 SkColor getColor() const {
168 SkColor c0() const { return fColor0; }
169 SkColor c1() const { return fColor1; }
171 bool isTransparent() const {
180 int toID() const;
182 SkColor evalColor(int x, int y) const;
219 void getOrder(std::vector<ID>*) const;
269 std::vector<ID> getOrder() const;
280 PaintersOrder peekPaintersOrder() const {