Searched refs:maximum_length (Results 1 – 6 of 6) sorted by relevance
24 maximum_length 20; # maximum padding length.
83 ACCESSORS(WasmTableObject, maximum_length, Object, kMaximumLengthOffset) in ACCESSORS()
245 DECL_ACCESSORS(maximum_length, Object)
1150 int64_t max_size64 = receiver->maximum_length()->Number(); in WebAssemblyTableGrow()
1556 table_instance.table_object->maximum_length()->Number(); in ProcessImports()
1732 maximum_length, in DrawDashPolygon() local1801 maximum_length=0.0; in DrawDashPolygon()1807 maximum_length=hypot(dx,dy); in DrawDashPolygon()1808 if (maximum_length > MaxBezierCoordinates) in DrawDashPolygon()1818 for (total_length=0.0; (length >= 0.0) && (maximum_length >= (total_length+length)); ) in DrawDashPolygon()1825 total_length*PerceptibleReciprocal(maximum_length)); in DrawDashPolygon()1827 total_length*PerceptibleReciprocal(maximum_length)); in DrawDashPolygon()1836 total_length*PerceptibleReciprocal(maximum_length)); in DrawDashPolygon()1838 total_length*PerceptibleReciprocal(maximum_length)); in DrawDashPolygon()1851 length-=(maximum_length-total_length); in DrawDashPolygon()[all …]