Searched refs:Normalize (Results 76 - 100 of 126) sorted by relevance

123456

/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,
H A Dschema_unittest.cc153 // Test that Schema::Normalize() will return the same value as
159 schema.Normalize(cloned_value.get(), strategy, NULL, &error, &touched);
165 // Test that Schema::Normalize() have actually dropped invalid and unknown
172 schema.Normalize(cloned_value.get(), SCHEMA_STRICT, NULL, &error, NULL))
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ScrollBar.cpp803 rcMinArea.Normalize();
804 rcMaxArea.Normalize();
1264 rcArea.Normalize();
/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_handler.cc374 schema_.Normalize(output->get(), strategy_, &error_path, &error, NULL);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c192 PUSH_DATAb(push, ctx->Transform.Normalize);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmatrix.c775 ctx->Transform.Normalize = GL_FALSE;
H A Denable.c591 if (ctx->Transform.Normalize == state)
594 ctx->Transform.Normalize = state;
1381 return ctx->Transform.Normalize;
/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h416 /** Normalize pt, returning its previous length. If the prev length is too
425 static SkScalar Normalize(SkPoint* pt);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c192 PUSH_DATAb(push, ctx->Transform.Normalize);
/external/mesa3d/src/mesa/main/
H A Dmatrix.c775 ctx->Transform.Normalize = GL_FALSE;
H A Denable.c591 if (ctx->Transform.Normalize == state)
594 ctx->Transform.Normalize = state;
1381 return ctx->Transform.Normalize;
/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp87 rect.Normalize();
H A Dfsdk_mgr.cpp100 rcPDF.Normalize();
/external/skia/include/core/
H A DSkPoint.h416 /** Normalize pt, returning its previous length. If the prev length is too
425 static SkScalar Normalize(SkPoint* pt);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service.cc620 SupervisedUserURLFilter::Normalize(url),
642 GURL normalized_url = SupervisedUserURLFilter::Normalize(url);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_path.cpp559 pRect->Normalize();
590 pRect->Normalize();
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp293 rect.Normalize();
295 info_curchar.m_CharBox.Normalize();
333 charrect.Normalize();
427 curRect.Normalize();
429 info_curchar.m_CharBox.Normalize();
810 rect.Normalize();
1866 v.Normalize();
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_annot.cpp176 rect.Normalize();
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp859 mediabox.Normalize();
867 m_BBox.Normalize();
/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/chrome/browser/chromeos/policy/
H A Ddevice_policy_decoder_chromeos.cc76 if (!schema.Normalize(
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DContentSecurityPolicy.cpp371 StringUTF8Adaptor normalizedSource(source, StringUTF8Adaptor::Normalize, WTF::EntitiesForUnencodables);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Dformatutils9.cpp330 // BYTE-norm FLOAT (Normalize) (can't be exactly represented as SHORT-norm)
332 // UNSIGNED_BYTE-norm UBYTE4N (Identity) or FLOAT (Normalize)
334 // SHORT-norm SHORT-norm (Identity) or FLOAT (Normalize)
336 // UNSIGNED_SHORT-norm USHORT-norm (Identity) or FLOAT (Normalize)
416 template <> struct VertexTypeMapping<GL_BYTE, true> : VertexTypeMappingBase<D3DVT_FLOAT> { }; // Normalize
418 template <> struct VertexTypeMapping<GL_UNSIGNED_BYTE, true> : VertexTypeMappingBase<D3DVT_UBYTE_NORM, D3DVT_FLOAT> { }; // Identity, Normalize
420 template <> struct VertexTypeMapping<GL_SHORT, true> : VertexTypeMappingBase<D3DVT_SHORT_NORM, D3DVT_FLOAT> { }; // Cast, Normalize
422 template <> struct VertexTypeMapping<GL_UNSIGNED_SHORT, true> : VertexTypeMappingBase<D3DVT_USHORT_NORM, D3DVT_FLOAT> { }; // Cast, Normalize
427 // Given a GL type & norm flag and a D3D type, ConversionRule provides the type conversion rule (Cast, Normalize, Identity, FixedToFloat).
434 // All conversions from normalized types to float use the Normalize operato
[all...]
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2943 class Normalize : public DerivedFunc< class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
2948 typedef typename Normalize::Ret Ret;
2949 typedef typename Normalize::ArgExprs ArgExprs;
5130 funcs->addFactory(SharedPtr<const CaseFactory>(new TemplateFuncCaseFactory<Normalize>()));
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_transform.cpp173 rect.Normalize();

Completed in 598 milliseconds

123456