Searched refs:TRY_TO_STORE (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkMiniRecorder.cpp | 70 #define TRY_TO_STORE(Type, ...) \ macro 87 TRY_TO_STORE(DrawBitmapRectFixedSize, *p, bm, *src, dst, constraint); in drawBitmapRect() 91 TRY_TO_STORE(DrawRect, paint, rect); in drawRect() 95 TRY_TO_STORE(DrawPath, paint, path); in drawPath() 99 TRY_TO_STORE(DrawTextBlob, p, b, x, y); in drawTextBlob() 101 #undef TRY_TO_STORE
|