Searched refs:streamBitmap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DFontHostStreamTest.cpp83 SkBitmap streamBitmap; local
84 create(&streamBitmap, streamRect);
85 SkCanvas streamCanvas(streamBitmap);
113 compare(origBitmap, origRect, streamBitmap, streamRect));
/external/skia/tests/
H A DFontHostStreamTest.cpp82 SkBitmap streamBitmap; local
83 create(&streamBitmap, streamRect);
84 SkCanvas streamCanvas(streamBitmap);
106 compare(origBitmap, origRect, streamBitmap, streamRect));

Completed in 245 milliseconds