Searched refs:VG_OBJECT_FONT (Results 1 – 4 of 4) sorted by relevance
59 if (!vg_object_is_valid(f, VG_OBJECT_FONT)) { in vegaDestroyFont()79 !vg_context_is_object_valid(ctx, VG_OBJECT_FONT, font)) { in vegaSetGlyphToPath()112 !vg_context_is_object_valid(ctx, VG_OBJECT_FONT, font)) { in vegaSetGlyphToImage()
77 VG_OBJECT_FONT, enumerator
134 ctx->owned_objects[VG_OBJECT_FONT] = cso_hash_create(); in vg_create_context()174 cso_hash_delete(ctx->owned_objects[VG_OBJECT_FONT]); in vg_destroy_context()
138 vg_init_object(&font->base, ctx, VG_OBJECT_FONT); in font_create()