HomeSort by relevance Sort by last modified time
    Searched full:mat2 (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataCairoWin.cpp 78 MAT2 mat = { 1, 0, 0, 1 };
SimpleFontDataWin.cpp 82 MAT2 mat = { 1, 0, 0, 1 };
FontCGWin.cpp 54 static const MAT2 identity = { 0, 1, 0, 0, 0, 0, 0, 1 };
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 304 Matcher mat2 = pat.matcher(testString2); local
309 assertTrue("Should find given pattern in 2 string", mat2.lookingAt());
347 Matcher mat2 = pat2.matcher(testString); local
352 mat2.find(i);
353 assertEquals(testString.substring(i, i + length), mat2.group(1));
  /external/libvpx/examples/includes/geshi/geshi/
glsl.php 71 'mat2', 'mat3', 'mat4', 'mat2x2', 'mat3x2', 'mat4x2',
  /external/webkit/WebCore/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp 82 MAT2 identityMatrix = {{0, 1}, {0, 0}, {0, 0}, {0, 1}};
  /external/icu4c/samples/layout/
GDIFontInstance.cpp 369 MAT2 identity = {{0, 1}, {0, 0}, {0, 0}, {0, 1}};
  /external/webkit/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 147 MAT2 mat = {{0, 1}, {0, 0}, {0, 0}, {0, 1}}; // Each one is (fract,value).
  /prebuilt/windows/sdl/host/lib/
libSDL.a     [all...]
libSDLmain.a     [all...]

Completed in 713 milliseconds