Home
last modified time | relevance | path

Searched refs:TRY_TO_STORE (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkMiniRecorder.cpp84 #define TRY_TO_STORE(Type, ...) \ macro
91 TRY_TO_STORE(DrawRect, paint, rect); in drawRect()
95 TRY_TO_STORE(DrawPath, paint, path); in drawPath()
99 TRY_TO_STORE(DrawTextBlob, p, sk_ref_sp(b), x, y); in drawTextBlob()
101 #undef TRY_TO_STORE