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

  /external/skia/src/core/
SkBitmapDevice.cpp 636 SkBitmap resultBM;
637 if (src->getROPixels(&resultBM)) {
638 this->drawSprite(resultBM, x, y, *paint);
  /external/skqp/src/core/
SkBitmapDevice.cpp 650 SkBitmap resultBM;
651 if (src->getROPixels(&resultBM)) {
652 this->drawSprite(resultBM, x, y, *paint);
  /external/skia/tests/
ImageFilterTest.cpp 658 SkBitmap resultBM;
660 REPORTER_ASSERT(reporter, result->getROPixels(&resultBM));
662 for (int y = 0; y < resultBM.height(); y++) {
663 for (int x = 0; x < resultBM.width(); x++) {
664 bool diff = *resultBM.getAddr32(x, y) != SK_ColorGREEN;
697 SkBitmap resultBM;
698 REPORTER_ASSERT(reporter, result->getROPixels(&resultBM));
699 REPORTER_ASSERT(reporter, *resultBM.getAddr32(0, 0) == SK_ColorGREEN);
    [all...]
  /external/skqp/tests/
ImageFilterTest.cpp 658 SkBitmap resultBM;
660 REPORTER_ASSERT(reporter, result->getROPixels(&resultBM));
662 for (int y = 0; y < resultBM.height(); y++) {
663 for (int x = 0; x < resultBM.width(); x++) {
664 bool diff = *resultBM.getAddr32(x, y) != SK_ColorGREEN;
697 SkBitmap resultBM;
698 REPORTER_ASSERT(reporter, result->getROPixels(&resultBM));
699 REPORTER_ASSERT(reporter, *resultBM.getAddr32(0, 0) == SK_ColorGREEN);
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/skqp/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 5648 milliseconds