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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSchemaRegistryImpl.java 216 registerNamespace(NS_PNG, "png");
482 registerAlias(NS_PNG, "Author", NS_DC, "creator", aliasToArrayOrdered);
483 registerAlias(NS_PNG, "Copyright", NS_DC, "rights", aliasToArrayAltText);
484 registerAlias(NS_PNG, "CreationTime", NS_XMP, "CreateDate", null);
485 registerAlias(NS_PNG, "Description", NS_DC, "description", aliasToArrayAltText);
486 registerAlias(NS_PNG, "ModificationTime", NS_XMP, "ModifyDate", null);
487 registerAlias(NS_PNG, "Software", NS_XMP, "CreatorTool", null);
488 registerAlias(NS_PNG, "Title", NS_DC, "title", aliasToArrayAltText);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPConst.java 81 String NS_PNG = "http://ns.adobe.com/png/1.0/";

Completed in 49 milliseconds