Lines Matching full:tablekey
42 void pushBool(bool, const char tableKey[] = NULL);
43 void pushString(const char[], const char tableKey[] = NULL);
44 void pushString(const char[], size_t len, const char tableKey[] = NULL);
45 void pushString(const SkString&, const char tableKey[] = NULL);
46 void pushArrayU16(const uint16_t[], int count, const char tableKey[] = NULL);
47 void pushColor(SkColor, const char tableKey[] = NULL);
48 void pushU32(uint32_t, const char tableKey[] = NULL);
49 void pushScalar(SkScalar, const char tableKey[] = NULL);
50 void pushRect(const SkRect&, const char tableKey[] = NULL);
51 void pushRRect(const SkRRect&, const char tableKey[] = NULL);
52 void pushMatrix(const SkMatrix&, const char tableKey[] = NULL);
53 void pushPaint(const SkPaint&, const char tableKey[] = NULL);
54 void pushPath(const SkPath&, const char tableKey[] = NULL);
55 void pushCanvas(SkCanvas*, const char tableKey[] = NULL);