Searched defs:Geometry (Results 1 - 5 of 5) sorted by path
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
H A D | Geometry.js | 31 WebInspector.Geometry = {}; 36 WebInspector.Geometry._Eps = 1e-5; 44 WebInspector.Geometry.Vector = function(x, y, z) 51 WebInspector.Geometry.Vector.prototype = { 63 if (length <= WebInspector.Geometry._Eps) 78 WebInspector.Geometry.EulerAngles = function(alpha, beta, gamma) 87 * @return {!WebInspector.Geometry.EulerAngles} 89 WebInspector.Geometry.EulerAngles.fromRotationMatrix = function(rotationMatrix) 94 return new WebInspector.Geometry.EulerAngles(WebInspector.Geometry [all...] |
/external/deqp/modules/gles3/performance/ |
H A D | es3pDepthTests.cpp | 89 typedef vector<float> Geometry; typedef in namespace:deqp::gles3::Performance::__anon20237 94 Geometry geometry; 96 ObjectData (const ProgramSources& shader_, const Geometry& geometry_) : shader(shader_), geometry(geometry_) {} 681 log << TestLog::Section("Geometry", "Geometry"); 686 log << TestLog::Image("Test Geometry", "Test Geometry", sample); 1146 log << TestLog::Message << "Geometry consists of two fullsceen quads. The first (occluding) is rendered once, the second (occluded) is rendered repeatedly" << TestLog::EndMessage; 1178 log << TestLog::Message << "Geometry consists of two fullsceen quads. The first (occluding) is rendered once, the second (occluded) is rendered repeatedly" << TestLog::EndMessage; 1210 log << TestLog::Message << "Geometry consist [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.jface_3.6.1.M20100825-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/ |
H A D | lcms2.h | 992 cmsUInt32Number Geometry; // 0=unknown, 1=45/0, 0/45 2=0d, d/0 member in struct:__anon28633
|
/external/skia/include/core/ |
H A D | SkDeviceProperties.h | 8 struct Geometry { struct in struct:SkDeviceProperties 70 static Geometry MakeDefault() { 73 Geometry ret = { SkToU8(orientation | layout) }; 77 static Geometry Make(Orientation orientation, Layout layout) { 78 Geometry ret = { SkToU8(orientation | layout) }; 86 SkDeviceProperties ret = { Geometry::MakeDefault(), SK_GAMMA_EXPONENT }; 90 static SkDeviceProperties Make(Geometry geometry, SkScalar gamma) { 97 Geometry fGeometry;
|
Completed in 312 milliseconds