/external/fonttools/Lib/fontTools/varLib/ |
D | iup.py | 6 def iup_segment(coords, rc1, rd1, rc2, rd2): argument 44 def iup_contour(delta, coords): argument 78 def iup_delta(delta, coords, ends): argument 94 def can_iup_in_between(deltas, coords, i, j, tolerance): argument 103 def _iup_contour_bound_forced_set(delta, coords, tolerance=0): argument 171 def _iup_contour_optimize_dp(delta, coords, forced={}, tolerance=0, lookback=None): argument 221 def iup_contour_optimize(delta, coords, tolerance=0.): argument 293 def iup_delta_optimize(delta, coords, ends, tolerance=0.): argument
|
/external/eigen/bench/ |
D | sparse_setter.cpp | 68 Coordinates coords; in main() local 194 EIGEN_DONT_INLINE Scalar* setinnerrand_eigen(const Coordinates& coords, const Values& vals) in setinnerrand_eigen() 208 EIGEN_DONT_INLINE Scalar* setrand_eigen_dynamic(const Coordinates& coords, const Values& vals) in setrand_eigen_dynamic() 222 EIGEN_DONT_INLINE Scalar* setrand_eigen_sumeq(const Coordinates& coords, const Values& vals) in setrand_eigen_sumeq() 241 EIGEN_DONT_INLINE Scalar* setrand_eigen_compact(const Coordinates& coords, const Values& vals) in setrand_eigen_compact() 255 EIGEN_DONT_INLINE Scalar* setrand_eigen_gnu_hash(const Coordinates& coords, const Values& vals) in setrand_eigen_gnu_hash() 271 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_dense(const Coordinates& coords, const Values& vals) in setrand_eigen_google_dense() 284 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_sparse(const Coordinates& coords, const Values& vals) in setrand_eigen_google_sparse() 405 EIGEN_DONT_INLINE Scalar* setrand_scipy(const Coordinates& coords, const Values& vals) in setrand_scipy() 425 EIGEN_DONT_INLINE Scalar* setrand_ublas_mapped(const Coordinates& coords, const Values& vals) in setrand_ublas_mapped() [all …]
|
/external/freetype/src/base/ |
D | ftmm.c | 172 FT_Long* coords ) in FT_Set_MM_Design_Coordinates() 207 FT_Fixed* coords ) in FT_Set_Var_Design_Coordinates() 255 FT_Fixed* coords ) in FT_Get_Var_Design_Coordinates() 283 FT_Fixed* coords ) in FT_Set_MM_Blend_Coordinates() 334 FT_Fixed* coords ) in FT_Set_Var_Blend_Coordinates() 382 FT_Fixed* coords ) in FT_Get_MM_Blend_Coordinates() 413 FT_Fixed* coords ) in FT_Get_Var_Blend_Coordinates()
|
/external/mesa3d/src/mesa/main/ |
D | drawtex.c | 65 _mesa_DrawTexfvOES(const GLfloat *coords) in _mesa_DrawTexfvOES() 82 _mesa_DrawTexivOES(const GLint *coords) in _mesa_DrawTexivOES() 100 _mesa_DrawTexsvOES(const GLshort *coords) in _mesa_DrawTexsvOES() 122 _mesa_DrawTexxv(const GLfixed *coords) in _mesa_DrawTexxv()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | CachedPathIteratorFactory.java | 121 private static void quadCurveSegment(float[] coords, float t0, float t1) { in quadCurveSegment() 144 private static void cubicCurveSegment(float[] coords, float t0, float t1) { in cubicCurveSegment() 182 private static void getShapeEndPoint(int type, float[] coords, float[] point) { in getShapeEndPoint() 237 int type, float[] coords, float lastX, float lastY, float t, float[] point) { in getPointAtLength() 366 public int currentSegment(float[] coords) { in currentSegment() 372 public int currentSegment(double[] coords) { in currentSegment() 429 public int currentSegment(float[] coords, float length) { in currentSegment()
|
/external/skia/src/compute/skc/ |
D | path_builder.h | 36 skc_float * coords[4]; member 42 skc_float * coords[6]; member 48 skc_float * coords[8]; member
|
/external/skqp/src/compute/skc/ |
D | path_builder.h | 36 skc_float * coords[4]; member 42 skc_float * coords[6]; member 48 skc_float * coords[8]; member
|
/external/harfbuzz_ng/test/api/ |
D | test-ot-extents-cff.c | 142 float coords[2] = { 600.0f, 50.0f }; in test_extents_cff2() local 166 float coords[2] = { 800.0f, 50.0f }; in test_extents_cff2_vsindex() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderReturnTests.cpp | 145 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeConditionalReturnInFuncCase() local 201 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeOutputWriteReturnCase() local 247 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeReturnInLoopCase() local
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tgsi.c | 130 struct ureg_src coords, in vs_normalize_coords() 147 struct ureg_src coords, in linear_gradient() 198 struct ureg_src coords, in radial_gradient() 384 struct ureg_src coords, in xrender_tex() 541 struct ureg_src coords, const0124, matrow0, matrow1, matrow2; in create_fs() local
|
/external/harfbuzz_ng/src/ |
D | hb-shape-plan.cc | 57 const int *coords, in init() 193 const int *coords, in hb_shape_plan_create2() 443 const int *coords, in hb_shape_plan_create_cached2()
|
D | hb-ot-var.cc | 164 float *coords /* OUT */) in hb_ot_var_named_instance_get_design_coords() 179 int *coords, /* OUT */ in hb_ot_var_normalize_variations()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderReturnTests.cpp | 171 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeConditionalReturnInFuncCase() local 226 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeOutputWriteReturnCase() local 271 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeReturnInLoopCase() local
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemImageValidator.hpp | 39 tcu::Vec4 coords[4]; member
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderReturnTests.cpp | 156 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeConditionalReturnInFuncCase() local 211 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeOutputWriteReturnCase() local 257 const char* coords = isVertex ? "a_coords" : "v_coords"; in makeReturnInLoopCase() local
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | GlUtil.java | 50 public static FloatBuffer createFloatBuffer(float[] coords) { in createFloatBuffer()
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
D | LayoutManager.java | 96 PointF coords = widget.getElementCoordinates(elementHeight, in draw() local 160 protected void drawAnchor(Canvas canvas, PointF coords) { in drawAnchor()
|
/external/freetype/src/cff/ |
D | cffdrivr.c | 849 FT_Fixed* coords ) in cff_set_mm_blend() 861 FT_Fixed* coords ) in cff_get_mm_blend() 884 FT_Fixed* coords ) in cff_set_var_design() 896 FT_Fixed* coords ) in cff_get_var_design()
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 91 GrGLfloat coords[]) { in points_to_coords() 114 GrGLfloat coords[6]; in init_path_object_for_general_path() local
|
/external/skqp/src/gpu/gl/ |
D | GrGLPath.cpp | 91 GrGLfloat coords[]) { in points_to_coords() 114 GrGLfloat coords[6]; in init_path_object_for_general_path() local
|
/external/freetype/src/type1/ |
D | t1load.c | 369 FT_Fixed* coords ) in t1_set_mm_blend() 423 FT_Fixed* coords ) in T1_Set_MM_Blend() 444 FT_Fixed* coords ) in T1_Get_MM_Blend() 479 FT_Long* coords ) in T1_Set_MM_Design() 581 FT_Fixed* coords ) in T1_Set_Var_Design() 600 FT_Fixed* coords ) in T1_Get_Var_Design()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cDrawIndirectTests.cpp | 1985 CColorArray coords; in Run() local 2138 CColorArray coords; in Run() local 2456 CColorArray coords; in Run() local 2835 CColorArray coords; in Run() local 2928 CColorArray coords; in Run() local 3025 CColorArray coords; in Run() local 3118 CColorArray coords; in Run() local 3223 CColorArray coords; in Run() local 3333 CColorArray coords; in Run() local 3443 CColorArray coords; in Run() local [all …]
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d33_tex.c | 71 struct qreg coords[5]; in v3d33_vir_emit_tex() local
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLFragmentShaderBuilder.cpp | 82 SkString GrGLSLFragmentShaderBuilder::ensureCoords2D(const GrShaderVar& coords) { in ensureCoords2D()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 860 const LLVMValueRef *coords, in lp_build_sample_image_nearest() 1007 const LLVMValueRef *coords, in lp_build_sample_image_linear() 1750 const LLVMValueRef *coords, in lp_build_sample_mipmap() 1892 const LLVMValueRef *coords, in lp_build_sample_mipmap_both() 2043 LLVMValueRef *coords, in lp_build_sample_common() 2427 const LLVMValueRef *coords, in lp_build_sample_general() 2585 const LLVMValueRef *coords, in lp_build_fetch_texel() 2715 const LLVMValueRef *coords, in lp_build_sample_nop() 2746 const LLVMValueRef *coords, in lp_build_sample_soa_code() 3414 LLVMValueRef coords[5]; in lp_build_sample_gen_func() local [all …]
|