HomeSort by relevance Sort by last modified time
    Searched defs:make_paint (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/samplecode/
SampleRepeatTile.cpp 36 static void make_paint(SkPaint* paint, SkShader::TileMode tm) { function
62 make_paint(&paint, SkShader::kRepeat_TileMode);
SampleLayers.cpp 30 static void make_paint(SkPaint* paint, const SkMatrix& localMatrix) { function
113 make_paint(&paint, m);

Completed in 2130 milliseconds