Searched refs:correspondence (Results 1 – 25 of 99) sorted by relevance
1234
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttgxvar.c | 415 FT_QNEW_ARRAY( segment->correspondence, segment->pairCount ) ) in ft_var_load_avar() 421 FT_FREE( blend->avar_segment[j].correspondence ); in ft_var_load_avar() 430 segment->correspondence[j].fromCoord = in ft_var_load_avar() 432 segment->correspondence[j].toCoord = in ft_var_load_avar() 436 segment->correspondence[j].fromCoord / 65536.0, in ft_var_load_avar() 437 segment->correspondence[j].toCoord / 65536.0 )); in ft_var_load_avar() 1962 if ( normalized[i] < av->correspondence[j].fromCoord ) in ft_var_to_normalized() 1967 FT_MulDiv( normalized[i] - av->correspondence[j - 1].fromCoord, in ft_var_to_normalized() 1968 av->correspondence[j].toCoord - in ft_var_to_normalized() 1969 av->correspondence[j - 1].toCoord, in ft_var_to_normalized() [all …]
|
D | ttgxvar.h | 60 GX_AVarCorrespondence correspondence; /* array with pairCount entries */ member
|
/third_party/PyYAML/.github/ |
D | SECURITY.md | 9 public issues, pull requests, or discussion. Non-security correspondence to
|
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/ |
D | INTEL_texture_scissor.txt | 56 the definition of clip planes in GL, because there is a linear correspondence 61 linear correspondence between the texture coordinate 'w' and the spatial
|
/third_party/openGLES/extensions/INTEL/ |
D | INTEL_texture_scissor.txt | 56 the definition of clip planes in GL, because there is a linear correspondence 61 linear correspondence between the texture coordinate 'w' and the spatial
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 77 Even though there is a one-to-one correspondence between Cfgs and assembler
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_get_image.txt | 140 PACK_IMAGE_HEIGHT and PACK_SKIP_IMAGES are applied. The correspondence of texels
|
/third_party/python/Doc/distutils/ |
D | setupscript.rst | 70 correspondence between package names and directories in the filesystem. The 71 default correspondence is the most obvious one, i.e. package :mod:`distutils` is 125 package/directory correspondence using the ``package_dir`` option.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_snorm.txt | 125 format of the texture. The correspondence between internal format
|
D | WGL_EXT_display_color_table.txt | 234 If 2**B == N, then there is a one-to-one correspondence between the
|
D | EXT_texture_integer.txt | 183 correspondence between the twenty type token values and the GL 292 the internalformat of the texture. The correspondence between
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_snorm.txt | 125 format of the texture. The correspondence between internal format
|
D | WGL_EXT_display_color_table.txt | 234 If 2**B == N, then there is a one-to-one correspondence between the
|
D | EXT_texture_integer.txt | 183 correspondence between the twenty type token values and the GL 292 the internalformat of the texture. The correspondence between
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | DOCGUIDE | 136 header needs to be added, note the following correspondence to HTML tags:
|
/third_party/openGLES/extensions/NV/ |
D | NV_texture_compression_vtc.txt | 53 RESOLVED: Yes and yes. There is such a close correspondence
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_texture_compression_vtc.txt | 53 RESOLVED: Yes and yes. There is such a close correspondence
|
/third_party/openssl/doc/man3/ |
D | ASYNC_WAIT_CTX_new.pod | 53 this would have a one-to-one correspondence with an SSL connection.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
D | SGIS_texture4D.txt | 144 correspondence of texels to memory locations is as defined for
|
/third_party/openGLES/extensions/SGIS/ |
D | SGIS_texture4D.txt | 144 correspondence of texels to memory locations is as defined for
|
/third_party/mesa3d/docs/isl/ |
D | ccs.rst | 65 What is the correspondence between bits and cache-line pairs? The best model I
|
/third_party/icu/icu4j/perf-tests/data/udhr/ |
D | udhr_eng.txt | 62 …ubjected to arbitrary interference with his privacy, family, home or correspondence, nor to attack…
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_compressed_texture_pixel_storage.txt | 239 correspondence of texels to memory locations is as defined for
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_compressed_texture_pixel_storage.txt | 249 correspondence of texels to memory locations is as defined for
|
/third_party/mindspore/ |
D | README.md | 62 …pore IR is a functional intermediate expression, it has an intuitive correspondence with the compo…
|
1234