Searched defs:attributes (Results 1 - 25 of 379) sorted by path

1234567891011>>

/external/ImageMagick/Magick++/demo/
H A Danalyze.cpp28 std::list<std::string> attributes; local
30 attributes.push_back("TopLeftColor");
31 attributes.push_back("TopRightColor");
32 attributes.push_back("BottomLeftColor");
33 attributes.push_back("BottomRightColor");
34 attributes.push_back("filter:brightness:mean");
35 attributes.push_back("filter:brightness:standard-deviation");
36 attributes.push_back("filter:brightness:kurtosis");
37 attributes.push_back("filter:brightness:skewness");
38 attributes
[all...]
/external/ImageMagick/MagickCore/
H A Ddelegate.c170 % provides a mapping between delegate attributes and a delegate name.
1590 attributes;
1602 status=GetPathAttributes(destination,&attributes);
1616 if ((fstat(source_file,&attributes) == 0) && (attributes.st_size > 0))
1617 quantum=MagickMin((size_t) attributes.st_size,MagickMaxBufferExtent);
1993 % mapping between delegate attributes and a delegate name.
1572 attributes; local
H A Ddisplay.c1930 windows->image.attributes.event_mask | PointerMotionMask);
2243 windows->image.attributes.event_mask);
2945 windows->image.attributes.event_mask | PointerMotionMask);
3104 windows->image.attributes.event_mask);
3389 windows->image.attributes.event_mask | PointerMotionMask);
3879 windows->image.attributes.event_mask);
4018 windows->image.attributes.event_mask | PointerMotionMask);
4270 windows->image.attributes.event_mask);
4693 windows->image.attributes.event_mask | PointerMotionMask);
4869 windows->image.attributes
14471 attributes; local
[all...]
H A Ddistribute-cache.c507 Deserialize the image attributes.
905 attributes;
977 pthread_attr_init(&attributes);
992 status=pthread_create(&threads,&attributes,DistributePixelCacheClient,
1161 Serialize image attributes (see ValidatePixelCacheMorphology()).
900 attributes; local
H A Dopencl.c288 attributes;
307 status=GetPathAttributes(path,&attributes);
317 status=GetPathAttributes(path,&attributes);
337 status=GetPathAttributes(path,&attributes);
347 status=GetPathAttributes(path,&attributes);
287 attributes; local
H A Dresize.c2058 Initialize magnified image attributes.
2293 Initialize sampled image attributes.
3011 Initialize sampled image attributes.
3234 Initialize scaled image attributes.
3668 attributes;
3723 if ( GetPathAttributes(image->filename,&attributes) != MagickFalse )
3726 attributes.st_mtime);
3730 attributes.st_mtime);
3649 attributes; local
H A Dresource.c410 attributes;
448 status=GetPathAttributes(directory,&attributes);
449 if ((status == MagickFalse) || !S_ISDIR(attributes.st_mode))
404 attributes; local
H A Dutility-private.h261 static inline int stat_utf8(const char *path,struct stat *attributes) argument
264 return(stat(path,attributes));
275 status=wstat(path_wide,attributes);
H A Dutility.c173 attributes;
213 if ((fstat(source_file,&attributes) == 0) && (attributes.st_size > 0))
214 quantum=(size_t) MagickMin(attributes.st_size,MagickMaxBufferExtent);
1151 % GetPathAttributes() returns attributes (e.g. size of file) about a path.
1155 % MagickBooleanType GetPathAttributes(const char *path,void *attributes)
1161 % o attributes: the path attributes are returned here.
1165 void *attributes)
1175 (void) ResetMagickMemory(attributes,
168 attributes; local
1150 GetPathAttributes(const char *path, void *attributes) argument
1457 attributes; local
1502 attributes; local
[all...]
H A Dxml-tree.c43 % retrieving nodes and attributes from an XML string.
83 **attributes,
123 ***attributes;
184 child->attributes=sentinel;
446 static char **DestroyXMLTreeAttributes(char **attributes)
454 if ((attributes == (char **) NULL) || (attributes == sentinel))
456 for (i=0; attributes[i] != (char *) NULL; i+=2)
461 if (attributes[i] != (char *) NULL)
462 attributes[
80 **attributes, member in struct:_XMLTreeInfo
120 ***attributes; member in struct:_XMLTreeRoot
438 DestroyXMLTreeAttributes(char **attributes) argument
497 **attributes; local
848 GetXMLTreeAttributes(const XMLTreeInfo *xml_info, SplayTreeInfo *attributes) argument
1904 ParseOpenTag(XMLTreeRoot *root,char *tag,char **attributes) argument
1946 **attributes, local
2640 XMLTreeTagToXML(XMLTreeInfo *xml_info,char **source,size_t *length, size_t *extent,size_t start,char ***attributes) argument
[all...]
H A Dxwindow-private.h411 attributes; member in struct:_XWindowInfo
/external/ImageMagick/coders/
H A Dgif.c1235 Read image attributes.
1742 attributes[MagickPathExtent];
1756 count=FormatLocaleString(attributes,MagickPathExtent,"gamma=%g",
1759 (void) WriteBlob(image,(size_t) count,(unsigned char *) attributes);
1730 attributes[MagickPathExtent]; local
H A Dmpeg.c231 % RegisterMPEGImage() adds attributes for the MPEG image format to
232 % the list of supported formats. The attributes include the image format
388 attributes;
398 status=GetPathAttributes(destination,&attributes);
399 if ((status != MagickFalse) && (attributes.st_size > 0))
414 if ((fstat(source_file,&attributes) == 0) && (attributes.st_size > 0))
415 quantum=(size_t) MagickMin((double) attributes.st_size,
381 attributes; local
H A Dmsl.c142 **attributes,
243 attributes;
247 status=GetPathAttributes(path,&attributes);
250 if (S_ISDIR(attributes.st_mode) == 0)
569 msl_info->attributes=(Image **) ResizeQuantumMemory(msl_info->attributes,
570 (n+1),sizeof(*msl_info->attributes));
575 (msl_info->attributes == (Image **) NULL) ||
582 msl_info->attributes[n]=AcquireImage(msl_info->image_info[n],
585 msl_info->attributes[
139 **attributes, member in struct:_MSLInfo
237 attributes; local
602 MSLStartElement(void *context,const xmlChar *tag, const xmlChar **attributes) argument
7918 *attributes; local
[all...]
H A Dpdb.c88 attributes,
276 attributes,
341 pdb_info.attributes=(short) ReadBlobMSBShort(image);
363 attributes=(unsigned char) ReadBlobByte(image);
364 (void) attributes;
371 attributes=(unsigned char) ReadBlobByte(image);
782 pdb_info.attributes=0;
797 (void) WriteBlobMSBShort(image,(unsigned short) pdb_info.attributes);
86 attributes, member in struct:_PDBInfo
271 attributes, local
H A Dpdf.c367 attributes;
371 status=GetPathAttributes(path,&attributes);
372 if ((status != MagickFalse) && S_ISREG(attributes.st_mode) &&
373 (attributes.st_size > 0))
361 attributes; local
H A Dps.c358 attributes;
362 status=GetPathAttributes(path,&attributes);
363 if ((status != MagickFalse) && S_ISREG(attributes.st_mode) &&
364 (attributes.st_size > 0))
353 attributes; local
H A Dsvg.c788 const xmlChar **attributes)
834 if (attributes != (const xmlChar **) NULL)
835 for (i=0; (attributes[i] != (const xmlChar *) NULL); i+=2)
837 keyword=(const char *) attributes[i];
838 value=(const char *) attributes[i+1];
1156 if (attributes != (const xmlChar **) NULL)
1157 for (i=0; (attributes[i] != (const xmlChar *) NULL); i+=2)
1159 keyword=(const char *) attributes[i];
1160 value=(const char *) attributes[i+1];
2201 if (attributes !
783 SVGStartElement(void *context,const xmlChar *name, const xmlChar **attributes) argument
2866 attributes; local
[all...]
H A Dtga.c111 attributes;
235 tga_info.attributes=(unsigned char) ReadBlobByte(image);
246 alpha_bits=(tga_info.attributes & 0x0FU);
308 if (tga_info.attributes & (1UL << 4))
310 if (tga_info.attributes & (1UL << 5))
317 if (tga_info.attributes & (1UL << 5))
423 if (((unsigned char) (tga_info.attributes & 0x20) >> 5) == 0)
539 if (((unsigned char) (tga_info.attributes & 0xc0) >> 6) == 4)
543 if (((unsigned char) (tga_info.attributes & 0xc0) >> 6) == 2)
796 tga_info.attributes
110 attributes; member in struct:_TGAInfo
[all...]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
H A DPieChart.java52 public PieChart(Context context, AttributeSet attributes) { argument
53 super(context, attributes);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYPlot.java149 public XYPlot(Context context, AttributeSet attributes) { argument
150 super(context, attributes);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAttributeScope.java36 /** Track the attributes within a scope. A named scoped has just its list
37 * of attributes. Each rule has potentially 3 scopes: return values,
45 * of predefined attributes. I keep this out of the runtime.Token
83 protected LinkedHashMap<String,Attribute> attributes = new LinkedHashMap(); field in class:AttributeScope
108 /** From a chunk of text holding the definitions of the attributes,
110 * the list of attributes for this scope. Pass in the character
133 attributes.put(attr.name, attr);
138 attributes.put(name, new Attribute(name,decl));
159 return (Attribute)attributes.get(name);
162 /** Used by templates to get all attributes */
[all...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java216 public Struct createStruct(String typeName, Object[] attributes) argument

Completed in 674 milliseconds

1234567891011>>