Searched refs:ortho (Results 1 – 8 of 8) sorted by relevance
/external/srec/tools/cmd/ |
D | srecres2utd.pl | 64 $token{ortho} = normalize($1); 145 my $ortho = lc($token->{ortho}); 148 $ortho =~ s/_/ /g; 151 $ortho =~ s/\s\s+/ /g; 155 } elsif($topch eq $ortho) { 185 if($choice eq $ortho) {
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | GLUtils.cpp | 93 void GLUtils::setOrthographicMatrix(TransformationMatrix& ortho, float left, float top, in setOrthographicMatrix() argument 102 ortho.setM11(2.0f / deltaX); in setOrthographicMatrix() 103 ortho.setM41(-(right + left) / deltaX); in setOrthographicMatrix() 104 ortho.setM22(2.0f / deltaY); in setOrthographicMatrix() 105 ortho.setM42(-(top + bottom) / deltaY); in setOrthographicMatrix() 106 ortho.setM33(-2.0f / deltaZ); in setOrthographicMatrix() 107 ortho.setM43(-(nearZ + farZ) / deltaZ); in setOrthographicMatrix()
|
D | GLUtils.h | 57 static void setOrthographicMatrix(TransformationMatrix& ortho, float left, float top,
|
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/ |
D | ShadowUtil.java | 278 boolean ortho = shadowCam.isParallelProjection(); in updateShadowCamera() 281 if (ortho) { in updateShadowCamera() 353 boolean ortho = shadowCam.isParallelProjection(); in updateShadowCamera() 357 if (ortho) { in updateShadowCamera() 438 if (!ortho) { in updateShadowCamera()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | LayerRendererChromium.cpp | 66 TransformationMatrix ortho; in orthoMatrix() local 68 return ortho; in orthoMatrix() 69 ortho.setM11(2.0f / deltaX); in orthoMatrix() 70 ortho.setM41(-(right + left) / deltaX); in orthoMatrix() 71 ortho.setM22(2.0f / deltaY); in orthoMatrix() 72 ortho.setM42(-(top + bottom) / deltaY); in orthoMatrix() 76 ortho.setM33(0); in orthoMatrix() 78 return ortho; in orthoMatrix()
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
D | RenderManager.java | 976 private void setViewProjection(Camera cam, boolean ortho) { in setViewProjection() argument 978 if (ortho) { in setViewProjection() 996 if (ortho) { in setViewProjection() 1023 public void setCamera(Camera cam, boolean ortho) { in setCamera() argument 1025 setViewProjection(cam, ortho); in setCamera()
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 5052 http://emotionalliteracyeducation.com/abraham-maslow-emotional-literacy-ortho-education.shtml 13303 http://ortho.smith-nephew.com/ca_en/Standard.asp?NodeId=3417 55895 http://www.med.ufl.edu/ortho/mspathcdreview.htm
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 82503 Correct the ortho projection matrix for the root layer, which was
|