Searched refs:Normalize (Results 51 - 75 of 126) sorted by relevance

123456

/external/skia/samplecode/
H A DSampleWarp.cpp372 SkScalar length = SkPoint::Normalize(&delta);
393 SkScalar length = SkPoint::Normalize(&delta);
422 SkScalar length = SkPoint::Normalize(&delta);
/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/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);
/external/mesa3d/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);
/external/openfst/src/include/fst/
H A Dinterval-set.h131 void Normalize();
174 void IntervalSet<T>::Normalize() { function in class:fst::IntervalSet
/external/ceres-solver/examples/
H A Dbal_problem.cc215 void BALProblem::Normalize() { function in class:ceres::examples::BALProblem
H A Dbundle_adjuster.cc314 bal_problem.Normalize();
/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/chromium_org/third_party/webrtc/base/
H A Dpathutils.cc73 void Pathname::Normalize() { function in class:rtc::Pathname
/external/gtest/src/
H A Dgtest-filepath.cc351 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp122 // Normalize this SCEV by subtracting the expression for the final step.
149 case Normalize:
H A DIVUsers.cpp318 TransformForPostIncUse(Normalize, getReplacementExpr(IU),
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc347 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc349 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Wnd.cpp246 m_sPrivateParam.rcRectWnd.Normalize();
321 m_rcWindow.Normalize();
680 rcClient.Normalize();
936 m_rcClip.Normalize();
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc313 // Normalize removes any redundant separators that might be in the pathname.
316 void FilePath::Normalize() { function in class:testing::internal::FilePath
/external/skia/src/core/
H A DSkPoint.cpp107 SkScalar SkPoint::Normalize(SkPoint* pt) { function in class:SkPoint
/external/chromium_org/ui/gfx/
H A Dtransform_util.cc105 bool Normalize(SkMatrix44& m) { function in namespace:gfx::__anon16914
318 if (!Normalize(matrix))
/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp281 rcStream.Normalize();
458 rcAnnot.Normalize();
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.h751 void Normalize(string* number) const;
/external/chromium_org/third_party/skia/src/views/
H A DSkTouchGesture.cpp54 fSpeed0 = SkPoint::Normalize(&fDirection);
/external/skia/src/views/
H A DSkTouchGesture.cpp54 fSpeed0 = SkPoint::Normalize(&fDirection);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp391 rcBody.Normalize();
492 rcButton.Normalize();
495 rcEdit.Normalize();

Completed in 6120 milliseconds

123456