Searched defs:Normalize (Results 26 - 46 of 46) sorted by last modified time

12

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dattrib.c109 GLboolean Normalize; member in struct:gl_enable_attrib
302 attr->Normalize = ctx->Transform.Normalize;
577 TEST_AND_UPDATE(ctx->Transform.Normalize, enable->Normalize, GL_NORMALIZE);
1262 if (xform->Normalize != ctx->Transform.Normalize)
1263 _mesa_set_enable(ctx, GL_NORMALIZE,ctx->Transform.Normalize);
H A Dmtypes.h1481 GLboolean Normalize; /**< Normalize all normals? */ member in struct:gl_transform_attrib
/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/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.cc1364 // Normalize punctuation. We retain number grouping symbols such as " " only.
2226 // Normalize all decimal digits to ASCII digits.
2265 void PhoneNumberUtil::Normalize(string* number) const { function in class:i18n::phonenumbers::PhoneNumberUtil
2336 Normalize(number);
2342 Normalize(number);
/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/third_party/freetype/src/truetype/
H A Dttinterp.c155 Normalize( EXEC_ARG_ x, y, v )
2608 /* Normalize */
2624 /* In case Vx and Vy are both zero, Normalize() returns SUCCESS, and */
2628 Normalize( EXEC_OP_ FT_F26Dot6 Vx, function
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A Dvertexconversion.h65 struct Normalize struct in namespace:rx
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/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/WebKit/Source/wtf/text/
H A DStringUTF8Adaptor.h47 Normalize enumerator in enum:WTF::StringUTF8Adaptor::ShouldNormalize
64 if (normalize == Normalize)
/external/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc356 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/chromium_org/ui/gfx/
H A Dtransform_util.cc105 bool Normalize(SkMatrix44& m) { function in namespace:gfx::__anon16914
318 if (!Normalize(matrix))
/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/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/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/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/components/policy/core/common/
H A Dschema.cc853 bool Schema::Normalize(base::Value* value, function in class:policy::Schema
895 if (!subschema->Normalize(sub_value,
925 if (!sub_value || !GetItems().Normalize(sub_value,
/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/chrome/browser/supervised_user/
H A Dsupervised_user_url_filter.cc201 GURL SupervisedUserURLFilter::Normalize(const GURL& url) { function in class:SupervisedUserURLFilter
273 std::map<GURL, bool>::const_iterator url_it = url_map_.find(Normalize(url));
/external/ceres-solver/examples/
H A Dbal_problem.cc215 void BALProblem::Normalize() { function in class:ceres::examples::BALProblem

Completed in 4611 milliseconds

12