HomeSort by relevance Sort by last modified time
    Searched refs:normalize (Results 476 - 500 of 1394) sorted by null

<<11121314151617181920>>

  /external/skia/include/core/
SkPoint.h 339 bool normalize();
528 Note that normalize() is faster if prior length is not required.
533 static SkScalar Normalize(SkVector* vec);
  /external/skia/src/core/
SkPoint.cpp 39 bool SkPoint::normalize() { function in class:SkPoint
68 SkScalar SkPoint::Normalize(SkPoint* pt) {
  /external/skia/src/gpu/effects/
GrConvexPolyEffect.cpp 139 v.normalize();
  /external/skia/src/gpu/ops/
GrAAConvexPathRenderer.cpp 145 segb.fNorms[p].normalize();
165 segb.fMid.normalize();
198 data->fLineNormal.normalize();
470 midVec.normalize();
    [all...]
  /external/skqp/include/core/
SkPoint.h 337 bool normalize();
526 Note that normalize() is faster if prior length is not required.
531 static SkScalar Normalize(SkVector* vec);
  /external/skqp/src/core/
SkPoint.cpp 39 bool SkPoint::normalize() { function in class:SkPoint
68 SkScalar SkPoint::Normalize(SkPoint* pt) {
  /external/skqp/src/gpu/effects/
GrConvexPolyEffect.cpp 139 v.normalize();
  /external/skqp/src/gpu/ops/
GrAAConvexPathRenderer.cpp 145 segb.fNorms[p].normalize();
165 segb.fMid.normalize();
198 data->fLineNormal.normalize();
470 midVec.normalize();
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 393 opStatus normalize(roundingMode, lostFraction);
  /external/swiftshader/third_party/LLVM/tools/lli/
lli.cpp 208 Mod->setTargetTriple(Triple::normalize(TargetTriple));
  /external/vulkan-validation-layers/libs/glm/gtx/
dual_quaternion.hpp 145 GLM_FUNC_DECL detail::tdualquat<T, P> normalize(
simd_vec4.hpp 494 detail::fvec4SIMD normalize(
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java 1168 void normalize(ParseOptions options) throws XMPException; method in interface:XMPMeta
    [all...]
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 509 String result = Normalizer.normalize(sDeadKeyBuilder, Normalizer.Form.NFC);
  /frameworks/base/core/java/com/android/internal/widget/
LinearSmoothScroller.java 239 normalize(scrollVector);
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 950 bool normalize) {
959 attrib.normalized = normalize;
976 bool normalize) {
985 attrib.normalized = normalize;
    [all...]
  /frameworks/native/libs/math/include/math/
quat.h 134 return TQuaternion(std::sin(angle*0.5) * normalize(axis), std::cos(angle*0.5));
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
vr.rs 60 mLight = normalize(mLight);
255 float3 dv = normalize(v - vn);
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
LinearSmoothScroller.java 240 normalize(scrollVector);
  /hardware/google/av/codec2/include/
C2Buffer.h 325 inline constexpr C2Segment normalize() const { function in struct:C2Segment
1430 inline constexpr C2Rect normalize() const { function in struct:C2Rect
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodenormalize01.java 34 * The method "normalize" puts all Text nodes in the full depth of the sub-tree underneath
41 * before and after normalize has been called.
44 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize</a>
162 newDoc.normalize();
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeNormalize.java 39 * The method "normalize" puts all Text nodes in the full depth of the sub-tree
47 * the length of the node list of each before and after normalize has been
53 * href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-normalize</a>
180 newDoc.normalize();
  /libcore/ojluni/src/main/java/java/io/
UnixFileSystem.java 65 public String normalize(String pathname) { method in class:UnixFileSystem
  /libcore/ojluni/src/main/java/sun/util/calendar/
AbstractCalendar.java 279 normalize(ndate);
  /packages/apps/Calendar/src/com/android/calendar/
DayFragment.java 67 mSelectedDay.normalize(true);

Completed in 1213 milliseconds

<<11121314151617181920>>