Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMiniRecorder.cpp67 #define TRY_TO_STORE(Type, ...) \ macro
74 TRY_TO_STORE(DrawRect, paint, rect); in drawRect()
78 TRY_TO_STORE(DrawPath, paint, path); in drawPath()
82 TRY_TO_STORE(DrawTextBlob, p, sk_ref_sp(b), x, y); in drawTextBlob()
84 #undef TRY_TO_STORE