Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftoutln.c390 FT_Int is_owner; in FT_Outline_Copy() local
413 is_owner = target->flags & FT_OUTLINE_OWNER; in FT_Outline_Copy()
417 target->flags |= is_owner; in FT_Outline_Copy()
/third_party/freetype/src/base/
Dftoutln.c389 FT_Int is_owner; in FT_Outline_Copy() local
412 is_owner = target->flags & FT_OUTLINE_OWNER; in FT_Outline_Copy()
416 target->flags |= is_owner; in FT_Outline_Copy()
/third_party/skia/third_party/externals/freetype/src/base/
Dftoutln.c389 FT_Int is_owner; in FT_Outline_Copy() local
412 is_owner = target->flags & FT_OUTLINE_OWNER; in FT_Outline_Copy()
416 target->flags |= is_owner; in FT_Outline_Copy()
/third_party/glib/glib/
Dgmain.c4808 gboolean is_owner; in g_main_context_is_owner() local
4814 is_owner = context->owner == G_THREAD_SELF; in g_main_context_is_owner()
4817 return is_owner; in g_main_context_is_owner()