Home | History | Annotate | Download | only in tests

Lines Matching defs:bitmap

48     {1, "http___accuweather_com_.skp"},  // Couldn't convert bitmap to texture.http___absoku072_com_
367 static void writePict(const SkBitmap& bitmap, const char* outDir, const char* pngName) {
369 if (!SkImageEncoder::EncodeFile(outFile.c_str(), bitmap,
372 bitmap.width(), bitmap.height());
421 SkBitmap bitmap;
426 bool success = bitmap.allocN32Pixels(dim.fX, dim.fY);
433 SkDebugf("unable to allocate bitmap for %s (w=%d h=%d) (sw=%d sh=%d)\n",
437 SkCanvas skCanvas(bitmap);
460 fPixelError = similarBits(grBitmap, bitmap);
468 writePict(bitmap, outSkDir, pngName);