HomeSort by relevance Sort by last modified time
    Searched refs:TRY_TO_STORE (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkMiniRecorder.cpp 78 #define TRY_TO_STORE(Type, ...) \
85 TRY_TO_STORE(DrawRect, paint, rect);
89 TRY_TO_STORE(DrawPath, paint, path);
93 TRY_TO_STORE(DrawTextBlob, p, sk_ref_sp(b), x, y);
95 #undef TRY_TO_STORE
  /external/skqp/src/core/
SkMiniRecorder.cpp 78 #define TRY_TO_STORE(Type, ...) \
85 TRY_TO_STORE(DrawRect, paint, rect);
89 TRY_TO_STORE(DrawPath, paint, path);
93 TRY_TO_STORE(DrawTextBlob, p, sk_ref_sp(b), x, y);
95 #undef TRY_TO_STORE

Completed in 191 milliseconds