Lines Matching refs:tableKey
44 void pushBool(bool, const char tableKey[] = nullptr);
45 void pushString(const char[], const char tableKey[] = nullptr);
46 void pushString(const char[], size_t len, const char tableKey[] = nullptr);
47 void pushString(const SkString&, const char tableKey[] = nullptr);
48 void pushArrayU16(const uint16_t[], int count, const char tableKey[] = nullptr);
51 void pushColor(SkColor, const char tableKey[] = nullptr);
52 void pushU32(uint32_t, const char tableKey[] = nullptr);
53 void pushScalar(SkScalar, const char tableKey[] = nullptr);
54 void pushRect(const SkRect&, const char tableKey[] = nullptr);
55 void pushRRect(const SkRRect&, const char tableKey[] = nullptr);
56 void pushDash(const SkPathEffect::DashInfo&, const char tableKey[] = nullptr);
57 void pushMatrix(const SkMatrix&, const char tableKey[] = nullptr);
58 void pushPaint(const SkPaint&, const char tableKey[] = nullptr);
59 void pushPath(const SkPath&, const char tableKey[] = nullptr);
60 void pushCanvas(SkCanvas*, const char tableKey[] = nullptr);
61 void pushTextBlob(const SkTextBlob*, const char tableKey[] = nullptr);