Home
last modified time | relevance | path

Searched refs:identityMatrix (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/graphics/pixie/Pixie/src/ri/
H A DrendererDeclerations.cpp272 defineCoordinateSystem(coordinateWorldSystem,identityMatrix,identityMatrix,COORDINATE_WORLD); in initDeclarations()
276 defineCoordinateSystem(coordinateNDCSystem,identityMatrix,identityMatrix,COORDINATE_NDC); in initDeclarations()
282 defineCoordinateSystem(colorRgbSystem,identityMatrix,identityMatrix,COLOR_RGB); in initDeclarations()
283 defineCoordinateSystem(colorHslSystem,identityMatrix,identityMatrix,COLOR_HSL); in initDeclarations()
284 defineCoordinateSystem(colorHsvSystem,identityMatrix,identityMatrix,COLOR_HSV); in initDeclarations()
285 defineCoordinateSystem(colorXyzSystem,identityMatrix,identityMatrix,COLOR_XYZ); in initDeclarations()
286 defineCoordinateSystem(colorCieSystem,identityMatrix,identityMatrix,COLOR_CIE); in initDeclarations()
287 defineCoordinateSystem(colorYiqSystem,identityMatrix,identityMatrix,COLOR_YIQ); in initDeclarations()
288 defineCoordinateSystem(colorXyySystem,identityMatrix,identityMatrix,COLOR_XYY); in initDeclarations()
368 from = identityMatrix; in findCoordinateSystem()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/common/
H A Dmatrix_utils_unittest.cpp123 std::vector<float> identityMatrix(identityElements, identityElements + numElements); variable
126 EXPECT_EQ(identityMatrix, result.elements());
146 std::vector<float> identityMatrix(identityElements, identityElements + numElements); variable
152 EXPECT_NEAR(resultElements[i], identityMatrix[i], floatFaultTolarance);
174 std::vector<float> identityMatrix(identityElements, identityElements + numElements); variable
180 EXPECT_NEAR(resultElements[i], identityMatrix[i], floatFaultTolarance);
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Daffinegeometry.hxx66 linalg::TemporaryMatrix<double> ret(identityMatrix<double>(3)); in translationMatrix2D()
79 linalg::TemporaryMatrix<double> ret(identityMatrix<double>(3)); in scalingMatrix2D()
92 linalg::TemporaryMatrix<double> ret(identityMatrix<double>(3)); in scalingMatrix2D()
105 linalg::TemporaryMatrix<double> ret(identityMatrix<double>(3)); in shearMatrix2D()
118 linalg::TemporaryMatrix<double> ret(identityMatrix<double>(3)); in rotationMatrix2DRadians()
/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dlinear_solve.hxx69 vigra_precondition(linearSolve(v, identityMatrix<T>(n), r),
96 TemporaryMatrix<T> ret = identityMatrix<T>(n);
108 vigra_precondition(linearSolve(v, identityMatrix<T>(n), v),
145 identityMatrix(q);
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/opengl/
H A DhoneycombGeometryShader.glsl35 mat4 identityMatrix(void)
45 mat4 matrix = identityMatrix();
54 mat4 matrix = identityMatrix();
H A DvortexGeometryShader.glsl32 mat4 identityMatrix(void)
42 mat4 matrix = identityMatrix();
51 mat4 matrix = identityMatrix();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/opengl/
H A DhoneycombGeometryShader.glsl35 mat4 identityMatrix(void)
45 mat4 matrix = identityMatrix();
54 mat4 matrix = identityMatrix();
H A DvortexGeometryShader.glsl32 mat4 identityMatrix(void)
42 mat4 matrix = identityMatrix();
51 mat4 matrix = identityMatrix();
/dports/graphics/poppler-qt5/poppler-21.12.0/splash/
H A DSplashFTFont.cc270 FT_Matrix identityMatrix; in getGlyphAdvance() local
275 identityMatrix.xx = 65536; // 1 in 16.16 format in getGlyphAdvance()
276 identityMatrix.xy = 0; in getGlyphAdvance()
277 identityMatrix.yx = 0; in getGlyphAdvance()
278 identityMatrix.yy = 65536; // 1 in 16.16 format in getGlyphAdvance()
285 FT_Set_Transform(ff->face, &identityMatrix, &offset); in getGlyphAdvance()
/dports/graphics/poppler-glib/poppler-21.12.0/splash/
H A DSplashFTFont.cc270 FT_Matrix identityMatrix; in getGlyphAdvance() local
275 identityMatrix.xx = 65536; // 1 in 16.16 format in getGlyphAdvance()
276 identityMatrix.xy = 0; in getGlyphAdvance()
277 identityMatrix.yx = 0; in getGlyphAdvance()
278 identityMatrix.yy = 65536; // 1 in 16.16 format in getGlyphAdvance()
285 FT_Set_Transform(ff->face, &identityMatrix, &offset); in getGlyphAdvance()
/dports/graphics/poppler/poppler-21.12.0/splash/
H A DSplashFTFont.cc270 FT_Matrix identityMatrix; in getGlyphAdvance() local
275 identityMatrix.xx = 65536; // 1 in 16.16 format in getGlyphAdvance()
276 identityMatrix.xy = 0; in getGlyphAdvance()
277 identityMatrix.yx = 0; in getGlyphAdvance()
278 identityMatrix.yy = 65536; // 1 in 16.16 format in getGlyphAdvance()
285 FT_Set_Transform(ff->face, &identityMatrix, &offset); in getGlyphAdvance()
/dports/graphics/poppler-utils/poppler-21.12.0/splash/
H A DSplashFTFont.cc270 FT_Matrix identityMatrix; in getGlyphAdvance() local
275 identityMatrix.xx = 65536; // 1 in 16.16 format in getGlyphAdvance()
276 identityMatrix.xy = 0; in getGlyphAdvance()
277 identityMatrix.yx = 0; in getGlyphAdvance()
278 identityMatrix.yy = 65536; // 1 in 16.16 format in getGlyphAdvance()
285 FT_Set_Transform(ff->face, &identityMatrix, &offset); in getGlyphAdvance()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/splash/
H A DSplashFTFont.cc263 FT_Matrix identityMatrix; in getGlyphAdvance() local
268 identityMatrix.xx = 65536; // 1 in 16.16 format in getGlyphAdvance()
269 identityMatrix.xy = 0; in getGlyphAdvance()
270 identityMatrix.yx = 0; in getGlyphAdvance()
271 identityMatrix.yy = 65536; // 1 in 16.16 format in getGlyphAdvance()
278 FT_Set_Transform(ff->face, &identityMatrix, &offset); in getGlyphAdvance()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/splash/
H A DSplashFTFont.cc351 FT_Matrix identityMatrix; in getGlyphAdvance() local
356 identityMatrix.xx = 65536; // 1 in 16.16 format in getGlyphAdvance()
357 identityMatrix.xy = 0; in getGlyphAdvance()
358 identityMatrix.yx = 0; in getGlyphAdvance()
359 identityMatrix.yy = 65536; // 1 in 16.16 format in getGlyphAdvance()
366 FT_Set_Transform(ff->face, &identityMatrix, &offset); in getGlyphAdvance()
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplashFTFont.cc351 FT_Matrix identityMatrix; in getGlyphAdvance() local
356 identityMatrix.xx = 65536; // 1 in 16.16 format in getGlyphAdvance()
357 identityMatrix.xy = 0; in getGlyphAdvance()
358 identityMatrix.yx = 0; in getGlyphAdvance()
359 identityMatrix.yy = 65536; // 1 in 16.16 format in getGlyphAdvance()
366 FT_Set_Transform(ff->face, &identityMatrix, &offset); in getGlyphAdvance()
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplashFTFont.cc351 FT_Matrix identityMatrix; in getGlyphAdvance() local
356 identityMatrix.xx = 65536; // 1 in 16.16 format in getGlyphAdvance()
357 identityMatrix.xy = 0; in getGlyphAdvance()
358 identityMatrix.yx = 0; in getGlyphAdvance()
359 identityMatrix.yy = 65536; // 1 in 16.16 format in getGlyphAdvance()
366 FT_Set_Transform(ff->face, &identityMatrix, &offset); in getGlyphAdvance()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DScaledFontBase.cpp67 cairo_matrix_t identityMatrix; in GetCairoScaledFont() local
70 cairo_matrix_init_identity(&identityMatrix); in GetCairoScaledFont()
73 fontFace, &sizeMatrix, &identityMatrix, fontOptions); in GetCairoScaledFont()
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGFEColorMatrixElement.cpp81 static const float identityMatrix[] = { in GetPrimitiveDescription() local
89 atts.mValues.AppendElements(identityMatrix, 20); in GetPrimitiveDescription()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGFEColorMatrixElement.cpp82 static const float identityMatrix[] = { in GetPrimitiveDescription() local
90 atts.mValues.AppendElements(identityMatrix, 20); in GetPrimitiveDescription()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGFEColorMatrixElement.cpp81 static const float identityMatrix[] = { in GetPrimitiveDescription() local
89 atts.mValues.AppendElements(identityMatrix, 20); in GetPrimitiveDescription()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGFEColorMatrixElement.cpp103 static const float identityMatrix[] = in GetPrimitiveDescription() local
108 descr.Attributes().Set(eColorMatrixValues, identityMatrix, 20); in GetPrimitiveDescription()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGFEColorMatrixElement.cpp82 static const float identityMatrix[] = { in GetPrimitiveDescription() local
90 descr.Attributes().Set(eColorMatrixValues, identityMatrix, 20); in GetPrimitiveDescription()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DScaledFontBase.cpp84 cairo_matrix_t identityMatrix; in GetCairoScaledFont() local
87 cairo_matrix_init_identity(&identityMatrix); in GetCairoScaledFont()
90 fontFace, &sizeMatrix, &identityMatrix, fontOptions); in GetCairoScaledFont()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DScaledFontBase.cpp84 cairo_matrix_t identityMatrix; in GetCairoScaledFont() local
87 cairo_matrix_init_identity(&identityMatrix); in GetCairoScaledFont()
90 fontFace, &sizeMatrix, &identityMatrix, fontOptions); in GetCairoScaledFont()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DScaledFontBase.cpp84 cairo_matrix_t identityMatrix; in GetCairoScaledFont() local
87 cairo_matrix_init_identity(&identityMatrix); in GetCairoScaledFont()
90 fontFace, &sizeMatrix, &identityMatrix, fontOptions); in GetCairoScaledFont()

12345678910