Home | History | Annotate | Download | only in lib

Lines Matching refs:constOptions

222   _imgRef->options(new Options(*image_.constOptions()));
296 return(constOptions()->adjoin());
393 return(constOptions()->backgroundColor());
404 return(constOptions()->backgroundTexture());
446 return(constOptions()->borderColor());
468 return(constOptions()->boxColor());
539 return(constOptions()->colorFuzz());
590 return(constOptions()->colorspaceType());
653 return(constOptions()->debug());
693 return(constOptions()->density());
780 return(constOptions()->fileName());
796 return(constOptions()->fillColor());
807 return constOptions()->fillRule();
828 tmpTexture=constOptions()->fillPattern();
862 return(constOptions()->font());
873 return(constOptions()->fontFamily());
884 return(constOptions()->fontPointsize());
895 return(constOptions()->fontStyle());
906 return(constOptions()->fontWeight());
1156 return(constOptions()->magick());
1192 return(constOptions()->monochrome());
1261 return(constOptions()->quantizeColors());
1273 return(constOptions()->quantizeColorSpace());
1284 return(constOptions()->quantizeDither());
1295 return(constOptions()->quantizeDitherMethod());
1306 return(constOptions()->quantizeTreeDepth());
1317 return(constOptions()->quiet());
1382 return(constOptions()->strokeAntiAlias());
1398 return(constOptions()->strokeColor());
1409 return(constOptions()->strokeDashArray());
1420 return(constOptions()->strokeDashOffset());
1431 return(constOptions()->strokeLineCap());
1442 return(constOptions()->strokeLineJoin());
1453 return(constOptions()->strokeMiterLimit());
1474 tmpTexture=constOptions()->strokePattern();
1502 return(constOptions()->strokeWidth());
1513 return(constOptions()->subImage());
1524 return(constOptions()->subRange());
1535 return(constOptions()->textAntiAlias());
1546 return(constOptions()->textDirection());
1557 return(constOptions()->textEncoding());
1568 return(constOptions()->textGravity());
1579 return(constOptions()->textInterlineSpacing());
1590 return(constOptions()->textInterwordSpacing());
1601 return(constOptions()->textKerning());
1612 return(constOptions()->textUnderColor());
1646 if (constOptions()->type() != UndefinedType)
1647 return(constOptions()->type());
1668 return(constOptions()->verbose());
1693 return(constOptions()->x11Display());
4611 color=static_cast<PixelInfo>(constOptions()->fillColor());
4965 const Magick::Options *Magick::Image::constOptions(void) const