Searched defs:Normalize (Results 1 - 25 of 46) sorted by relevance

12

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_coords.cpp8 void FX_RECT::Normalize() function in class:FX_RECT
24 src_n.Normalize();
25 Normalize();
36 Normalize();
38 other.Normalize();
73 void CFX_FloatRect::Normalize()
89 Normalize();
91 other.Normalize();
102 Normalize();
104 other.Normalize();
[all...]
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionNormalization.h53 /// Normalize - Normalize according to the given loops.
54 Normalize, enumerator in enum:llvm::TransformKind
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringUTF8Adaptor.h47 Normalize enumerator in enum:WTF::StringUTF8Adaptor::ShouldNormalize
64 if (normalize == Normalize)
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Daddress_normalizer.cc41 void AddressNormalizer::Normalize(AddressData* address) const { function in class:i18n::addressinput::AddressNormalizer
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dvector2.h38 // Normalize this vector in-place. If the vector is degenerate (size 0)
40 void Normalize() { function in class:Vector2
58 Scale(max_mag / mag); // Does Normalize() followed by Scale(max_mag).
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Ddiy-fp.h79 void Normalize() { function in class:WTF::double_conversion::DiyFp
99 static DiyFp Normalize(const DiyFp& a) { function in class:WTF::double_conversion::DiyFp
101 result.Normalize();
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dnormalizedunicodetext.cc86 DWORD NormalizedUnicodeText::Normalize(NORM_FORM normalization_form, function in class:NormalizedUnicodeText
/external/chromium_org/v8/src/
H A Ddiy-fp.h53 void Normalize() { function in class:v8::internal::DiyFp
73 static DiyFp Normalize(const DiyFp& a) { function in class:v8::internal::DiyFp
75 result.Normalize();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dpath.cc51 paths_ = Normalize(paths_);
67 paths_ = Normalize(paths);
73 paths_ = Normalize(paths);
104 StringArray_t Path::Normalize(const StringArray_t& paths) { function in class:nacl_io::Path
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A Dvertexconversion.h65 struct Normalize struct in namespace:rx
/external/chromium_org/third_party/webrtc/base/
H A Dpathutils.cc73 void Pathname::Normalize() { function in class:rtc::Pathname
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoder.cs152 public void Normalize() method in class:SevenZip.Compression.RangeCoder.Decoder
179 Normalize();
228 Normalize();
/external/skia/src/core/
H A DSkPoint.cpp107 SkScalar SkPoint::Normalize(SkPoint* pt) { function in class:SkPoint
/external/ceres-solver/examples/
H A Dbal_problem.cc215 void BALProblem::Normalize() { function in class:ceres::examples::BALProblem
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator.cc384 if (Normalize(start, length, word_string)) {
400 bool SpellcheckWordIterator::Normalize(int input_start, function in class:SpellcheckWordIterator
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_index.cc31 base::string16 Normalize(const base::string16& text) { function in namespace:bookmarks::__anon6359
113 ExtractQueryWords(Normalize(node->GetTitle()));
127 ExtractQueryWords(Normalize(node->GetTitle()));
139 const base::string16 query = Normalize(input_query);
212 base::i18n::ToLower(Normalize(node->GetTitle()));
/external/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc356 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-filepath.cc349 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/chromium_org/third_party/skia/src/core/
H A DSkPoint.cpp108 SkScalar SkPoint::Normalize(SkPoint* pt) { function in class:SkPoint
/external/gtest/src/
H A Dgtest-filepath.cc351 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc347 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/lzma/CPP/7zip/Compress/
H A DRangeCoder.h117 void Normalize() function in class:NCompress::NRangeCoder::CDecoder
147 Normalize();
196 Normalize();
/external/lzma/CPP/7zip/UI/Console/
H A DBenchCon.cpp24 void Normalize() function in struct:CTotalBenchRes
48 void Normalize() { EncodeRes.Normalize(); DecodeRes.Normalize(); } function in struct:CBenchCallback
221 callback.Normalize();
/external/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs69 Normalize();
357 void Normalize() method in class:SevenZip.Compression.LZ.BinTree
/external/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java69 Normalize();
357 void Normalize() method in class:BinTree

Completed in 771 milliseconds

12