HomeSort by relevance Sort by last modified time
    Searched refs:Normalize (Results 101 - 125 of 149) sorted by null

1 2 3 45 6

  /external/chromium_org/chrome/browser/chromeos/policy/
device_policy_decoder_chromeos.cc 76 if (!schema.Normalize(
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
ContentSecurityPolicy.cpp 323 StringUTF8Adaptor normalizedSource(source, StringUTF8Adaptor::Normalize, WTF::EntitiesForUnencodables);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
formatutils9.cpp 504 // BYTE-norm FLOAT (Normalize) (can't be exactly represented as SHORT-norm)
506 // UNSIGNED_BYTE-norm UBYTE4N (Identity) or FLOAT (Normalize)
508 // SHORT-norm SHORT-norm (Identity) or FLOAT (Normalize)
510 // UNSIGNED_SHORT-norm USHORT-norm (Identity) or FLOAT (Normalize)
590 template <> struct VertexTypeMapping<GL_BYTE, true> : VertexTypeMappingBase<D3DVT_FLOAT> { }; // Normalize
592 template <> struct VertexTypeMapping<GL_UNSIGNED_BYTE, true> : VertexTypeMappingBase<D3DVT_UBYTE_NORM, D3DVT_FLOAT> { }; // Identity, Normalize
594 template <> struct VertexTypeMapping<GL_SHORT, true> : VertexTypeMappingBase<D3DVT_SHORT_NORM, D3DVT_FLOAT> { }; // Cast, Normalize
596 template <> struct VertexTypeMapping<GL_UNSIGNED_SHORT, true> : VertexTypeMappingBase<D3DVT_USHORT_NORM, D3DVT_FLOAT> { }; // Cast, Normalize
601 // Given a GL type & norm flag and a D3D type, ConversionRule provides the type conversion rule (Cast, Normalize, Identity, FixedToFloat).
608 // All conversions from normalized types to float use the Normalize operator
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 100 rcPDF.Normalize();
fsdk_baseform.cpp 475 rcDevice.Normalize();
1041 rcButton.Normalize();
1057 rcEdit.Normalize();
    [all...]
  /frameworks/rs/api/
rs_core_math.spec 1316 name: normalize
1320 Normalize a vector.
1390 Approximately normalize a vector.
1737 Normalize a vector.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dtypes.h 133 friend _D3DVECTOR Normalize(const _D3DVECTOR& v);
    [all...]
  /build/core/
config.mk 310 # Normalize WITH_STATIC_ANALYZER and WITH_SYNTAX_CHECK
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 708 // Normalize `auto_detect`
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
filter.js 439 // Normalize the weights to sum to 1.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
filter.js 439 // Normalize the weights to sum to 1.
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 173 rect.Normalize();
    [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 734 rcPageView.Normalize();
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c 60 unsigned normalize:1; member in struct:state_key
218 if (ctx->Transform.Normalize)
219 key->normalize = 1;
791 !p->state->normalize &&
812 /* Normalize/Rescale:
814 if (p->state->normalize) {
1140 /* Normalize VPpli. The dist value also used in
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 60 unsigned normalize:1; member in struct:state_key
218 if (ctx->Transform.Normalize)
219 key->normalize = 1;
791 !p->state->normalize &&
812 /* Normalize/Rescale:
814 if (p->state->normalize) {
1140 /* Normalize VPpli. The dist value also used in
    [all...]
mtypes.h     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 372 image_rect.Normalize();
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 154 #define NORMalize( x, y, v ) \
155 Normalize( EXEC_ARG_ x, y, v )
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 154 #define NORMalize( x, y, v ) \
155 Normalize( EXEC_ARG_ x, y, v )
    [all...]

Completed in 2405 milliseconds

1 2 3 45 6