Searched refs:objtable (Results 1 – 2 of 2) sorted by relevance
554 struct emfplus_object *object = &metafile->objtable[id]; in metafile_free_object_table_entry()609 for (i = 0; i < ARRAY_SIZE(metafile->objtable); i++) in METAFILE_Free()1722 metafile->objtable[id].type = type; in metafile_set_object_table_entry()1723 metafile->objtable[id].u.object = object; in metafile_set_object_table_entry()2598 brush = real_metafile->objtable[record->BrushID].u.brush; in GdipPlayMetafileRecord()3084 brush = real_metafile->objtable[fill->data.BrushId].u.brush; in GdipPlayMetafileRecord()3132 brush = real_metafile->objtable[fill->BrushId].u.brush; in GdipPlayMetafileRecord()3197 brush = real_metafile->objtable[fill->BrushId].u.brush; in GdipPlayMetafileRecord()3236 brush = real_metafile->objtable[fill->BrushId].u.brush; in GdipPlayMetafileRecord()3262 if (real_metafile->objtable[path].type != ObjectTypePath || in GdipPlayMetafileRecord()[all …]
423 struct emfplus_object objtable[EmfPlusObjectTableSize]; member