HomeSort by relevance Sort by last modified time
    Searched refs:NS_TIFF (Results 1 - 3 of 3) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSchemaRegistryImpl.java 215 registerNamespace(NS_TIFF, "tiff");
475 registerAlias(NS_TIFF, "Artist", NS_DC, "creator", aliasToArrayOrdered);
476 registerAlias(NS_TIFF, "Copyright", NS_DC, "rights", null);
477 registerAlias(NS_TIFF, "DateTime", NS_XMP, "ModifyDate", null);
478 registerAlias(NS_TIFF, "ImageDescription", NS_DC, "description", null);
479 registerAlias(NS_TIFF, "Software", NS_XMP, "CreatorTool", null);
Utils.java 190 else if (NS_TIFF.equals(schema))
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPConst.java 79 String NS_TIFF = "http://ns.adobe.com/tiff/1.0/";

Completed in 264 milliseconds