Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleSubpixelTranslate.cpp22 class SubpixelTranslateView : public SampleView { class
24 SubpixelTranslateView(const char imageFilename[], in SubpixelTranslateView() function in SubpixelTranslateView
121 static SkView* MyFactory() { return new SubpixelTranslateView("mandrill_256.png", .05f, .05f); } in MyFactory()