Searched refs:TRY_TO_STORE (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkMiniRecorder.cpp | 78 #define TRY_TO_STORE(Type, ...) \ macro 85 TRY_TO_STORE(DrawRect, paint, rect); in drawRect() 89 TRY_TO_STORE(DrawPath, paint, path); in drawPath() 93 TRY_TO_STORE(DrawTextBlob, p, sk_ref_sp(b), x, y); in drawTextBlob() 95 #undef TRY_TO_STORE
|
/external/skia/src/core/ |
D | SkMiniRecorder.cpp | 78 #define TRY_TO_STORE(Type, ...) \ macro 85 TRY_TO_STORE(DrawRect, paint, rect); in drawRect() 89 TRY_TO_STORE(DrawPath, paint, path); in drawPath() 93 TRY_TO_STORE(DrawTextBlob, p, sk_ref_sp(b), x, y); in drawTextBlob() 95 #undef TRY_TO_STORE
|