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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPConst.java 121 String TYPE_IMAGE = "http://ns.adobe.com/xap/1.0/g/img/";
  /external/chromium_org/ppapi/proxy/
compositor_layer_resource.h 42 TYPE_IMAGE,
compositor_layer_resource.cc 199 int32_t rv = CheckForSetTextureAndImage(TYPE_IMAGE, release_callback);
350 if (type == TYPE_IMAGE) {
  /external/deqp/executor/
xeTestCaseResult.hpp 140 TYPE_IMAGE,
260 Image (void) : Item(TYPE_IMAGE), width(0), height(0), format(FORMAT_LAST), compression(COMPRESSION_LAST) {}
xeTestResultParser.cpp 108 { 0x0d656c88, "Image", ri::TYPE_IMAGE },
524 case ri::TYPE_IMAGE:
792 case ri::TYPE_IMAGE:
xeTestLogWriter.cpp 263 case ri::TYPE_IMAGE:
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 86 private static final String TYPE_IMAGE = "image";
146 AUTHORITY, getDocIdForIdent(TYPE_IMAGE, id));
219 } else if (TYPE_IMAGE.equals(ident.type)) {
424 if (TYPE_IMAGE.equals(ident.type) && ident.id != -1) {
457 } else if (TYPE_IMAGE.equals(ident.type)) {
602 final String docId = getDocIdForIdent(TYPE_IMAGE, id);
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
Utils.java 246 else if (TYPE_IMAGE.equals(schema))
XMPSchemaRegistryImpl.java 233 registerNamespace(TYPE_IMAGE, "xmpGImg");
  /external/pdfium/core/src/reflow/
reflowedpage.h 293 #define TYPE_IMAGE 3

Completed in 571 milliseconds