Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleTextBox.cpp47 void drawTest(SkCanvas* canvas, SkScalar w, SkScalar h, SkColor fg, SkColor bg) { in drawTest() function in TextBoxView
103 drawTest(canvas, width, this->height(), SK_ColorBLACK, SK_ColorWHITE); in onDrawContent()
105 drawTest(canvas, width, this->height(), SK_ColorWHITE, SK_ColorBLACK); in onDrawContent()
107 drawTest(canvas, width, this->height()/2, SK_ColorGRAY, SK_ColorWHITE); in onDrawContent()
109 drawTest(canvas, width, this->height()/2, SK_ColorGRAY, SK_ColorBLACK); in onDrawContent()
129 void drawTest(SkCanvas* canvas, const char str[], SkScalar size, in drawTest() function in SampleShaper
178 this->drawTest(canvas, text, size, SkShaper::Make()); in onDrawContent()
181 this->drawTest(canvas, text, size, SkShaper::MakeCoreText()); in onDrawContent()
/external/skqp/samplecode/
DSampleTextBox.cpp68 void drawTest(SkCanvas* canvas, SkScalar w, SkScalar h, SkColor fg, SkColor bg) { in drawTest() function in TextBoxView
96 drawTest(canvas, width, this->height(), SK_ColorBLACK, SK_ColorWHITE); in onDrawContent()
98 drawTest(canvas, width, this->height(), SK_ColorWHITE, SK_ColorBLACK); in onDrawContent()
100 drawTest(canvas, width, this->height()/2, SK_ColorGRAY, SK_ColorWHITE); in onDrawContent()
102 drawTest(canvas, width, this->height()/2, SK_ColorGRAY, SK_ColorBLACK); in onDrawContent()
/external/angle/src/tests/gl_tests/
DBlendFuncExtendedTest.cpp153 void drawTest() in drawTest() function in __anonf928ee2e0111::EXTBlendFuncExtendedDrawTest
401 drawTest(); in TEST_P()
428 drawTest(); in TEST_P()
453 drawTest(); in TEST_P()
483 drawTest(); in TEST_P()
513 drawTest(); in TEST_P()
561 drawTest(); in TEST_P()
868 drawTest(); in TEST_P()
925 drawTest(); in TEST_P()
/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp585 …e() == ComputeShader) ? &LayoutBindingBaseCase::drawTestCompute : &LayoutBindingBaseCase::drawTest; in init()
1021 virtual LayoutBindingTestResult drawTest(glw::GLint program, int binding);
1248 LayoutBindingTestResult LayoutBindingBaseCase::drawTest(glw::GLint program, int binding) in drawTest() function in glcts::LayoutBindingBaseCase
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp72 void drawTest(SkCanvas* canvas, SkScalar w, SkScalar h, SkColor fg, SkColor bg) { in drawTest() function in __anon297213a70111::ParagraphView1
167 drawTest(canvas, this->width(), this->height(), SK_ColorRED, SK_ColorWHITE); in onDrawContent()