Searched refs:RasterBlob (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tests/ |
D | SkRemoteGlyphCacheTest.cpp | 174 SkBitmap RasterBlob(sk_sp<SkTextBlob> blob, int width, int height, const SkPaint& paint, in RasterBlob() function 230 SkBitmap expected = RasterBlob(serverBlob, 10, 10, paint, dContext); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 231 SkBitmap actual = RasterBlob(clientBlob, 10, 10, paint, dContext); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 493 SkBitmap expected = RasterBlob(serverBlob, 10, 10, paint, direct); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 494 SkBitmap actual = RasterBlob(clientBlob, 10, 10, paint, direct); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 570 SkBitmap expected = RasterBlob(serverBlob, 10, 10, paint, direct); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 571 SkBitmap actual = RasterBlob(clientBlob, 10, 10, paint, direct); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 641 SkBitmap expected = RasterBlob(serverBlob, 800, 800, paint, ctxInfo.grContext()); 642 SkBitmap actual = RasterBlob(clientBlob, 800, 800, paint, ctxInfo.grContext()); 682 SkBitmap expected = RasterBlob(serverBlob, 10, 10, paint, direct, nullptr, 0.5); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() [all …]
|