Home
last modified time | relevance | path

Searched refs:edge1 (Results 1 – 20 of 20) sorted by relevance

/external/freetype/src/autofit/
Dafcjk.c1841 AF_Edge edge1, edge2; in af_cjk_hint_edges() local
1848 edge1 = NULL; in af_cjk_hint_edges()
1853 edge1 = edge; in af_cjk_hint_edges()
1858 edge1 = edge2; in af_cjk_hint_edges()
1862 if ( !edge1 ) in af_cjk_hint_edges()
1868 edge1 - edges, edge1->fpos, edge1->opos / 64.0, in af_cjk_hint_edges()
1869 blue->fit / 64.0, edge1->pos / 64.0 )); in af_cjk_hint_edges()
1874 edge1->pos = blue->fit; in af_cjk_hint_edges()
1875 edge1->flags |= AF_EDGE_DONE; in af_cjk_hint_edges()
1879 af_cjk_align_linked_edge( hints, dim, edge1, edge2 ); in af_cjk_hint_edges()
[all …]
Daflatin2.c1885 AF_Edge edge1, edge2; in af_latin2_hint_edges() local
1892 edge1 = NULL; in af_latin2_hint_edges()
1897 edge1 = edge; in af_latin2_hint_edges()
1902 edge1 = edge2; in af_latin2_hint_edges()
1906 if ( !edge1 ) in af_latin2_hint_edges()
1911 edge1-edges, edge1->opos / 64.0, blue->fit / 64.0, in af_latin2_hint_edges()
1912 edge1->pos / 64.0 )); in af_latin2_hint_edges()
1914 edge1->pos = blue->fit; in af_latin2_hint_edges()
1915 edge1->flags |= AF_EDGE_DONE; in af_latin2_hint_edges()
1919 af_latin2_align_linked_edge( hints, dim, edge1, edge2 ); in af_latin2_hint_edges()
[all …]
Daflatin.c2983 AF_Edge edge1, edge2; /* these edges form the stem to check */ in af_latin_hint_edges() local
2989 edge1 = NULL; in af_latin_hint_edges()
3021 edge1 = edge; in af_latin_hint_edges()
3027 edge1 = edge2; in af_latin_hint_edges()
3031 if ( !edge1 ) in af_latin_hint_edges()
3038 edge1 - edges, edge1->opos / 64.0, blue->fit / 64.0, in af_latin_hint_edges()
3039 edge1->pos / 64.0, edge - edges )); in af_latin_hint_edges()
3043 edge1 - edges, edge1->opos / 64.0, blue->fit / 64.0, in af_latin_hint_edges()
3044 edge1->pos / 64.0 )); in af_latin_hint_edges()
3049 edge1->pos = blue->fit; in af_latin_hint_edges()
[all …]
Dafloader.c438 AF_Edge edge1 = axis->edges; /* leftmost edge */ in af_loader_load_glyph() local
439 AF_Edge edge2 = edge1 + in af_loader_load_glyph()
444 FT_Pos old_lsb = edge1->opos; /* - loader->pp1.x */ in af_loader_load_glyph()
445 FT_Pos new_lsb = edge1->pos; in af_loader_load_glyph()
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dmulti_connection_neighbor_engine_test.py68 edge1 = self.trt_incompatible_op(conv)
69 t = t - edge1
/external/skqp/samplecode/
DSamplePatch.cpp118 SkPoint* edge1 = edge0 + nu; in draw() local
119 SkPoint* edge2 = edge1 + nv; in draw()
124 eval_patch_edge(fPts + 3, edge1, nv); in draw()
147 r[nu] = edge1[row]; in draw()
/external/skia/samplecode/
DSamplePatch.cpp118 SkPoint* edge1 = edge0 + nu; in draw() local
119 SkPoint* edge2 = edge1 + nv; in draw()
124 eval_patch_edge(fPts + 3, edge1, nv); in draw()
147 r[nu] = edge1[row]; in draw()
/external/skqp/src/core/
DSkScan_Antihair.cpp912 static inline void align_thin_stroke(FDot8& edge1, FDot8& edge2) { in align_thin_stroke() argument
913 SkASSERT(edge1 <= edge2); in align_thin_stroke()
915 if (FDot8Floor(edge1) == FDot8Floor(edge2)) { in align_thin_stroke()
916 edge2 -= (edge1 & 0xFF); in align_thin_stroke()
917 edge1 &= ~0xFF; in align_thin_stroke()
/external/skia/src/core/
DSkScan_Antihair.cpp912 static inline void align_thin_stroke(FDot8& edge1, FDot8& edge2) { in align_thin_stroke() argument
913 SkASSERT(edge1 <= edge2); in align_thin_stroke()
915 if (FDot8Floor(edge1) == FDot8Floor(edge2)) { in align_thin_stroke()
916 edge2 -= (edge1 & 0xFF); in align_thin_stroke()
917 edge1 &= ~0xFF; in align_thin_stroke()
/external/deqp/framework/common/
DtcuVectorUtil.hpp71 inline float smoothStep (float edge0, float edge1, float x) in smoothStep() argument
74 if (x >= edge1) return 1.0f; in smoothStep()
75 float t = de::clamp((x - edge0) / (edge1 - edge0), 0.0f, 1.0f); in smoothStep()
/external/skia/src/sksl/
Dsksl.inc132 $genType smoothstep($genType edge0, $genType edge1, $genType x);
133 $genType smoothstep(float edge0, float edge1, $genType x);
134 $genHType smoothstep($genHType edge0, $genHType edge1, $genHType x);
135 $genHType smoothstep(half edge0, half edge1, $genHType x);
136 //$genDType smoothstep($genDType edge0, $genDType edge1, $genDType x);
137 //$genDType smoothstep(double edge0, double edge1, $genDType x);
/external/skqp/src/sksl/
Dsksl.inc90 $genType smoothstep($genType edge0, $genType edge1, $genType x);
91 $genType smoothstep(float edge0, float edge1, $genType x);
92 //$genDType smoothstep($genDType edge0, $genDType edge1, $genDType x);
93 //$genDType smoothstep(double edge0, double edge1, $genDType x);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4302 double applyExact (double edge0, double edge1) const in applyExact()
4304 return (edge0 >= edge1) ? TCU_NAN : 0.0; in applyExact()
4307 double precision (const EvalContext&, double, double edge0, double edge1) const in precision()
4309 return (edge0 >= edge1) ? TCU_NAN : 0.0; in precision()
4313 ExprP<deFloat16> nanIfGreaterOrEqual(const ExprP<deFloat16>& edge0, const ExprP<deFloat16>& edge1) in nanIfGreaterOrEqual() argument
4315 return app<NanIfGreaterOrEqual< Signature<deFloat16, deFloat16, deFloat16> > >(edge0, edge1); in nanIfGreaterOrEqual()
4318 ExprP<float> nanIfGreaterOrEqual(const ExprP<float>& edge0, const ExprP<float>& edge1) in nanIfGreaterOrEqual() argument
4320 return app<NanIfGreaterOrEqual< Signature<float, float, float> > >(edge0, edge1); in nanIfGreaterOrEqual()
4357 const ExprP<float>& edge1 = args.b; in doExpand() local
4359 const ExprP<float> tExpr = clamp((x - edge0) / (edge1 - edge0), constant(0.0f), constant(1.0f)) in doExpand()
[all …]
/external/swiftshader/src/Pipeline/
DShaderCore.cpp1208 …void ShaderCore::smooth(Vector4f &dst, const Vector4f &edge0, const Vector4f &edge1, const Vector4… in smooth() argument
1210 …Float4 tx = Min(Max((x.x - edge0.x) / (edge1.x - edge0.x), Float4(0.0f)), Float4(1.0f)); dst.x = t… in smooth()
1211 …Float4 ty = Min(Max((x.y - edge0.y) / (edge1.y - edge0.y), Float4(0.0f)), Float4(1.0f)); dst.y = t… in smooth()
1212 …Float4 tz = Min(Max((x.z - edge0.z) / (edge1.z - edge0.z), Float4(0.0f)), Float4(1.0f)); dst.z = t… in smooth()
1213 …Float4 tw = Min(Max((x.w - edge0.w) / (edge1.w - edge0.w), Float4(0.0f)), Float4(1.0f)); dst.w = t… in smooth()
/external/swiftshader/src/Shader/
DShaderCore.cpp1208 …void ShaderCore::smooth(Vector4f &dst, const Vector4f &edge0, const Vector4f &edge1, const Vector4… in smooth() argument
1210 …Float4 tx = Min(Max((x.x - edge0.x) / (edge1.x - edge0.x), Float4(0.0f)), Float4(1.0f)); dst.x = t… in smooth()
1211 …Float4 ty = Min(Max((x.y - edge0.y) / (edge1.y - edge0.y), Float4(0.0f)), Float4(1.0f)); dst.y = t… in smooth()
1212 …Float4 tz = Min(Max((x.z - edge0.z) / (edge1.z - edge0.z), Float4(0.0f)), Float4(1.0f)); dst.z = t… in smooth()
1213 …Float4 tw = Min(Max((x.w - edge0.w) / (edge1.w - edge0.w), Float4(0.0f)), Float4(1.0f)); dst.w = t… in smooth()
/external/clang/lib/Headers/
Dopencl-c.h11440 float __ovld __cnfn smoothstep(float edge0, float edge1, float x);
11441 float2 __ovld __cnfn smoothstep(float2 edge0, float2 edge1, float2 x);
11442 float3 __ovld __cnfn smoothstep(float3 edge0, float3 edge1, float3 x);
11443 float4 __ovld __cnfn smoothstep(float4 edge0, float4 edge1, float4 x);
11444 float8 __ovld __cnfn smoothstep(float8 edge0, float8 edge1, float8 x);
11445 float16 __ovld __cnfn smoothstep(float16 edge0, float16 edge1, float16 x);
11446 float2 __ovld __cnfn smoothstep(float edge0, float edge1, float2 x);
11447 float3 __ovld __cnfn smoothstep(float edge0, float edge1, float3 x);
11448 float4 __ovld __cnfn smoothstep(float edge0, float edge1, float4 x);
11449 float8 __ovld __cnfn smoothstep(float edge0, float edge1, float8 x);
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp13668 const fp16type edge1 (*in[1]); in calc() local
13672 if (edge0.isNaN() || edge1.isNaN() || x.isNaN() || edge0.asDouble() >= edge1.asDouble()) in calc()
13675 if (edge0.isInf() || edge1.isInf() || x.isInf()) in calc()
13681 const float edge1d (edge1.asFloat()); in calc()
13690 const double edge1d (edge1.asDouble()); in calc()
13713 const double edge1d (edge1.asDouble()); in calc()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3480 const ExprP<float>& edge1 = args.b; in doExpand() local
3482 const ExprP<float> tExpr = clamp((x - edge0) / (edge1 - edge0), in doExpand()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp4156 ir_variable *edge1 = in_var(edge_type, "edge1"); in _smoothstep() local
4158 MAKE_SIG(x_type, avail, 3, edge0, edge1, x); in _smoothstep()
4168 body.emit(assign(t, clamp(div(sub(x, edge0), sub(edge1, edge0)), in _smoothstep()
/external/freetype/
DChangeLog997 The declaration of `edge2' can be reached with `edge1 == NULL' and
1001 after checking `axis->num_edges > 1'. `edge1 != NULL' can be assumed.