Lines Matching full:static
14 static void makebm(SkBitmap* bm, SkBitmap::Config config, int w, int h) {
21 static const SkPoint kPts0[] = { { 0, 0 }, { s, s } };
22 static const SkPoint kPts1[] = { { s/2, 0 }, { s/2, s } };
23 static const SkScalar kPos[] = { 0, SK_Scalar1/2, SK_Scalar1 };
24 static const SkColor kColors0[] = {0x80F00080, 0xF0F08000, 0x800080F0 };
25 static const SkColor kColors1[] = {0xF08000F0, 0x8080F000, 0xF000F080 };
66 static const char kText[] = "B";
67 static const int kTextLen = SK_ARRAY_COUNT(kText) - 1;
68 static const int kPointSize = 300;
70 static SkBitmap bmp;
92 static const SkShader::TileMode kTileModes[] = {
141 static GM* MyFactory(void*) { return new ShaderText3GM; }
142 static GMRegistry reg(MyFactory);