Lines Matching defs:resultBM
2027 SkBitmap resultBM;2046 if (resultImg->getROPixels(&resultBM)) {2047 this->drawSprite(resultBM, x + offset.x(), y + offset.y(), tmpUnfiltered);2051 if (srcImg->getROPixels(&resultBM)) {2052 this->drawSprite(resultBM, x, y, paint);