Searched refs:VG_OBJECT_PATH (Results 1 – 6 of 6) sorted by relevance
89 !vg_context_is_object_valid(ctx, VG_OBJECT_PATH, path)) { in vegaSetGlyphToPath()
135 ctx->owned_objects[VG_OBJECT_PATH] = cso_hash_create(); in vg_create_context()175 cso_hash_delete(ctx->owned_objects[VG_OBJECT_PATH]); in vg_destroy_context()
78 VG_OBJECT_PATH, enumerator
132 if (!vg_object_is_valid(path, VG_OBJECT_PATH)) { in vegaRenderToMask()
105 if (glyph->object->type == VG_OBJECT_PATH) { in vg_render_glyph()
193 vg_init_object(&path->base, vg_current_context(), VG_OBJECT_PATH); in path_create()