Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleTextBox.cpp72 void drawTest(SkCanvas* canvas, SkScalar w, SkScalar h, SkColor fg, SkColor bg) { in drawTest() function in TextBoxView
99 drawTest(canvas, width, this->height(), SK_ColorBLACK, SK_ColorWHITE); in onDrawContent()
101 drawTest(canvas, width, this->height(), SK_ColorWHITE, SK_ColorBLACK); in onDrawContent()
103 drawTest(canvas, width, this->height()/2, SK_ColorGRAY, SK_ColorWHITE); in onDrawContent()
105 drawTest(canvas, width, this->height()/2, SK_ColorGRAY, SK_ColorBLACK); in onDrawContent()