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

  /external/skia/tests/
ImageNewShaderTest.cpp 53 SkCanvas* destinationCanvas = destinationSurface->getCanvas();
54 destinationCanvas->clear(SK_ColorTRANSPARENT);
55 destinationCanvas->drawPaint(paint);
77 destinationCanvas->clear(SK_ColorTRANSPARENT);
82 destinationCanvas->drawPaint(paintTranslated);
  /external/skqp/tests/
ImageNewShaderTest.cpp 53 SkCanvas* destinationCanvas = destinationSurface->getCanvas();
54 destinationCanvas->clear(SK_ColorTRANSPARENT);
55 destinationCanvas->drawPaint(paint);
77 destinationCanvas->clear(SK_ColorTRANSPARENT);
82 destinationCanvas->drawPaint(paintTranslated);

Completed in 417 milliseconds