Lines Matching full:static
18 static void compose_pe(SkPaint* paint) {
31 static void hair_pe(SkPaint* paint) {
35 static void hair2_pe(SkPaint* paint) {
40 static void stroke_pe(SkPaint* paint) {
45 static void dash_pe(SkPaint* paint) {
53 static const int gXY[] = {
57 static void scale(SkPath* path, SkScalar scale) {
63 static void one_d_pe(SkPaint* paint) {
78 static const PE_Proc gPE[] = { hair_pe, hair2_pe, stroke_pe, dash_pe, one_d_pe };
80 static void fill_pe(SkPaint* paint) {
85 static void discrete_pe(SkPaint* paint) {
89 static SkPathEffect* MakeTileEffect() {
99 static void tile_pe(SkPaint* paint) {
103 static const PE_Proc gPE2[] = { fill_pe, discrete_pe, tile_pe };
167 static GM* PathEffectFactory(void*) { return new PathEffectGM; }
168 static GMRegistry regPathEffect(PathEffectFactory);