Searched refs:translation (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/freetype/dist/src/psaux/
H A Dpsintrp.h70 const FT_Vector* translation,
H A Dpsfont.c336 /* include Fontmatrix but ignore translation */
342 /* save client transform, without the translation */
493 FT_Vector translation; local in function:cf2_getGlyphOutline
506 translation.x = transform->tx;
507 translation.y = transform->ty;
525 /* build the outline, passing the full translation */
529 &translation,
556 /* FreeType just wants the advance width; there is no translation */
H A Dpsintrp.c474 const FT_Vector* translation,
567 translation );
1446 translation,
1479 translation,
2550 translation,
2566 translation,
471 cf2_interpT2CharString(CF2_Font font,CF2_Buffer buf,CF2_OutlineCallbacks callbacks,const FT_Vector * translation,FT_Bool doingSeac,CF2_Fixed curX,CF2_Fixed curY,CF2_Fixed * width) argument
/xsrc/external/mit/libXaw/dist/examples/
H A Dsimple.c47 static char translation[] = local in function:main
71 XtNtranslations,XtParseTranslationTable(translation),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/hgl/
H A Dbitmap_wrapper.cpp33 #include <translation/BitmapStream.h>
34 #include <translation/TranslatorRoster.h>
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/hgl/
H A Dbitmap_wrapper.cpp33 #include <translation/BitmapStream.h>
34 #include <translation/TranslatorRoster.h>
/xsrc/external/mit/xsm/dist/
H A Dxsm.c433 char translation[64];
435 snprintf (translation, sizeof(translation),
437 XtOverrideTranslations (widget, XtParseTranslationTable (translation));
430 char translation[64]; local in function:SetWM_DELETE_WINDOW
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.1.4.rst116 - r600g/radeonsi: send endian info to format translation functions
H A D18.1.8.rst93 - meson: Actually load translation files
H A D21.3.5.rst102 - util/vbuf: fix buffer translation sizing
H A D11.2.2.rst135 - r600g/radeonsi: send endian info to format translation functions
H A D20.0.5.rst82 - st/mesa: Update shader info of ffvp/ARB_vp after translation to NIR
H A D9.1.1.rst108 - st/mesa: fix polygon offset state translation logic
H A D7.9.2.rst143 - st/mesa: fix incorrect fragcoord.x translation
H A D7.10.1.rst149 - st/mesa: fix incorrect fragcoord.x translation
H A D7.11.rst285 [wine] Devil May Cry 4: TXD tgsi opcode unsupported / translation
H A D19.0.0.rst879 - xmlpool: update translation po files
1626 - spirv: Eliminate dead input/output variables after translation.
1756 - winsys/amdgpu: overallocate buffers for faster address translation on
1765 translation on Gfx9"
H A D20.2.0.rst1945 - driconf: drop 28% catalan translation
1946 - driconf: drop 15% german translation
1947 - driconf: drop 26% spanish translation
1948 - driconf: drop 6% french translation
1949 - driconf: drop 8% dutch translation
1950 - driconf: drop 9% swedish translation
1951 - driconf: drop now unused translation facility
2760 - turnip: move enum translation functions to a common header
3518 - zink: handle more glsl->spirv builtin translation
/xsrc/external/mit/MesaLib/dist/docs/
H A Dsourcetree.rst76 - **math** - vertex array translation and transformation code
H A Dfaq.rst256 translation of (0.375, 0.375, 0.0) to your coordinates will fix the
H A Denvvars.rst975 Log generic translation messages
/xsrc/external/mit/fontconfig/dist/
H A Dconfig.h.in15 /* Define to 1 if translation of program messages to the user's native
/xsrc/external/mit/fontconfig/dist/m4/
H A Dgettext.m4306 [Define to 1 if translation of program messages to the user's native language
/xsrc/external/mit/xterm/dist/
H A Dconfigure.in1033 [ --disable-luit enable luit filter (Unicode translation)],
1038 AC_DEFINE(OPT_LUIT_PROG,1,[Define to 1 to enable luit filter (Unicode translation)])
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline_rt.c361 nir_build_vec3_mat_mult(nir_builder *b, nir_ssa_def *vec, nir_ssa_def *matrix[], bool translation) argument
372 result_components[i] = (translation || j) ? nir_fadd(b, result_components[i], v) : v;

Completed in 66 milliseconds

12