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

  /external/ImageMagick/Magick++/lib/Magick++/
ImageRef.h 60 // Image signature. Set force_ to true in order to re-calculate
63 std::string signature(const bool force_=false);
Image.h     [all...]
  /external/libchrome/mojo/public/cpp/bindings/tests/
struct_with_traits_impl.h 198 StructForceSerializeImpl& force() { return force_; }
199 const StructForceSerializeImpl& force() const { return force_; }
208 StructForceSerializeImpl force_; member in class:mojo::test::EnumWithTraitsImpl::StructNestedForceSerializeImpl
  /external/ImageMagick/Magick++/lib/
ImageRef.cpp 126 std::string Magick::ImageRef::signature(const bool force_)
135 if (!force_ && (_image->taint == MagickFalse))
Image.cpp     [all...]

Completed in 709 milliseconds