OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XMPUtils
(Results
1 - 2
of
2
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPUtils.java
24
public class
XMPUtils
27
private
XMPUtils
()
164
* <p>
XMPUtils
#appendProperties was created to support the File Info dialog's Append button, and
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java
23
import com.adobe.xmp.
XMPUtils
;
459
binGPSStamp =
XMPUtils
.convertToDate(gpsDateTime.getValue());
474
binOtherDate =
XMPUtils
.convertToDate(otherDate.getValue());
480
gpsDateTime.setValue(
XMPUtils
.convertFromDate (binGPSStamp));
Completed in 34 milliseconds