Searched defs:theAttr (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/coders/
H A Dmsl.c6800 theAttr = GetImageProperty(msl_info->attributes[j], "id",
6802 if (theAttr && LocaleCompare(theAttr, value) == 0)
6865 theAttr = GetImageProperty(msl_info->attributes[j], "id",
6867 if (theAttr && LocaleCompare(theAttr, value) == 0)
6794 theAttr = GetImageProperty(msl_info->attributes[j], "id", local
6859 theAttr = GetImageProperty(msl_info->attributes[j], "id", local
/external/gptfdisk/
H A Dgpt.cc2379 Attributes theAttr; local
2390 theAttr = partitions[partNum].GetAttributes();
2391 if (theAttr.OperateOnAttributes(partNum, command, bits)) {
2392 partitions[partNum].SetAttributes(theAttr.GetAttributes());

Completed in 141 milliseconds