HomeSort by relevance Sort by last modified time
    Searched refs:Normalize (Results 1 - 13 of 13) sorted by null

  /external/gtest/include/gtest/internal/
gtest-filepath.h 65 Normalize();
69 Normalize();
193 void Normalize();
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
Normalize.java 39 * The "normalize()" method puts all the nodes in the full
50 * @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>
54 public final class Normalize extends DOMTestCase {
83 method = "normalize",
96 root.normalize();
AllTests.java 95 suite.addTestSuite(Normalize.class);
  /external/gtest/src/
gtest-filepath.cc 316 // Normalize removes any redundant separators that might be in the pathname.
319 void FilePath::Normalize() {
  /external/skia/include/core/
SkPoint.h 165 bool normalize();
278 /** Normalize pt, returning its previous length. If the prev length is too
281 static SkScalar Normalize(SkPoint* pt);
  /external/skia/src/core/
SkPoint.cpp 64 bool SkPoint::normalize() { function in class:SkPoint
82 SkScalar SkPoint::Normalize(SkPoint* pt) {
187 /* We "normalize" x,y to be .14 values (so we can square them and stay 32bits.
235 Normalize x,y, and then scale them by length.
251 We normalize by first shifting x,y so that at least one of them
  /external/freetype/src/truetype/
ttinterp.c 149 #define NORMalize( x, y, v ) \
150 Normalize( EXEC_ARG_ x, y, v )
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 243 milliseconds