Home | History | Annotate | Download | only in tests

Lines Matching defs:bitmap

53     {1, "http___accuweather_com_.skp"},  // Couldn't convert bitmap to texture.http___absoku072_com_
371 static void writePict(const SkBitmap& bitmap, const char* outDir, const char* pngName) {
373 if (!SkImageEncoder::EncodeFile(outFile.c_str(), bitmap,
376 bitmap.width(), bitmap.height());
425 SkBitmap bitmap;
430 bool success = bitmap.allocN32Pixels(dim.fX, dim.fY);
437 SkDebugf("unable to allocate bitmap for %s (w=%d h=%d) (sw=%d sh=%d)\n",
441 SkCanvas skCanvas(bitmap);
464 fPixelError = similarBits(grBitmap, bitmap);
472 writePict(bitmap, outSkDir, pngName);