Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkScopeExit.h56 #define SK_AT_SCOPE_EXIT(stmt) \ macro
/third_party/flutter/skia/src/core/
DSkScopeExit.h56 #define SK_AT_SCOPE_EXIT(stmt) \ macro
/third_party/flutter/skia/src/pdf/
DSkPDFDevice.cpp853 SK_AT_SCOPE_EXIT(if (markId != -1) out->writeText("EMC\n")); in internalDrawGlyphRun()
855 SK_AT_SCOPE_EXIT(out->writeText("ET\n")); in internalDrawGlyphRun()
862 SK_AT_SCOPE_EXIT(if (clusterator.reversedChars()) { out->writeText("EMC\n"); } ); in internalDrawGlyphRun()
874 SK_AT_SCOPE_EXIT(if (actualText) { in internalDrawGlyphRun()
1590 SK_AT_SCOPE_EXIT(if (needToRestore) { this->cs().restore(); }); in internalDrawImageRect()
/third_party/skia/src/pdf/
DSkPDFDevice.cpp866 SK_AT_SCOPE_EXIT(out->writeText("ET\n")); in internalDrawGlyphRun()
875 SK_AT_SCOPE_EXIT(if (clusterator.reversedChars()) { out->writeText("EMC\n"); } ); in internalDrawGlyphRun()
887 SK_AT_SCOPE_EXIT(if (actualText) { in internalDrawGlyphRun()
1574 SK_AT_SCOPE_EXIT(if (needToRestore) { this->cs().restore(); }); in internalDrawImageRect()
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp887 SK_AT_SCOPE_EXIT(visited_set->remove(opaque_paint)); in colrv1_traverse_paint()
1107 SK_AT_SCOPE_EXIT(visited_set->remove(opaque_paint)); in colrv1_traverse_paint_bounds()
1118 SK_AT_SCOPE_EXIT(*ctm = restore_matrix); in colrv1_traverse_paint_bounds()
/third_party/skia/src/gpu/ops/
DOpsTask.cpp544 SK_AT_SCOPE_EXIT(proxy->clearArenas()); in onExecute()