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