Home
last modified time | relevance | path

Searched refs:make_paint (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/resources/lua/
Dslides.lua21 function make_paint(typefacename, style, size, color) function
111 title[1] = make_paint("Arial", bold, 45, { a=1, r=1, g=1, b=1 })
113 title[2] = make_paint("Arial", bold, 25, { a=1, r=.75, g=.75, b=.75 })
120 slide[1] = make_tmpl(make_paint("Arial", bold, 35, { a=1, r=1, g=1, b=1 }), 18)
121 slide[2] = make_tmpl(make_paint("Arial", normal, 25, { a=1, r=1, g=1, b=1 }), 10)
122 slide[3] = make_tmpl(make_paint("Arial", normal, 20, { a=1, r=.9, g=.9, b=.9 }), 5)
127 codePaint = make_paint("Courier", normal, 20, { a=1, r=.9, g=.9, b=.9 }),
/third_party/flutter/skia/samplecode/
DSampleRepeatTile.cpp34 static void make_paint(SkPaint* paint, SkTileMode tm) { in make_paint() function
52 make_paint(&paint, SkTileMode::kRepeat); in onDrawContent()
DSampleLayers.cpp26 static void make_paint(SkPaint* paint, const SkMatrix& localMatrix) { in make_paint() function
87 make_paint(&paint, m); in test_fade()
/third_party/skia/samplecode/
DSampleRepeatTile.cpp34 static void make_paint(SkPaint* paint, SkTileMode tm) { in make_paint() function
52 make_paint(&paint, SkTileMode::kRepeat); in onDrawContent()
DSampleLayers.cpp23 static void make_paint(SkPaint* paint, const SkMatrix& localMatrix) { in make_paint() function
81 make_paint(&paint, m); in test_fade()