/external/python/cpython2/Doc/library/ |
D | colorsys.rst | 17 0 and 1, but the I and Q coordinates can be positive or negative. In all other 18 spaces, the coordinates are all between 0 and 1. 31 Convert the color from RGB coordinates to YIQ coordinates. 36 Convert the color from YIQ coordinates to RGB coordinates. 41 Convert the color from RGB coordinates to HLS coordinates. 46 Convert the color from HLS coordinates to RGB coordinates. 51 Convert the color from RGB coordinates to HSV coordinates. 56 Convert the color from HSV coordinates to RGB coordinates.
|
D | cmath.rst | 25 Conversions to and from polar coordinates 29 or *Cartesian* coordinates. It is completely determined by its *real 35 *Polar coordinates* give an alternative way to represent a complex 36 number. In polar coordinates, a complex number *z* is defined by the 43 rectangular coordinates to polar coordinates and back. 73 Return the representation of *x* in polar coordinates. Returns a 83 Return the complex number *x* with polar coordinates *r* and *phi*.
|
/external/skia/include/core/ |
D | SkFontArguments.h | 21 const Coordinate* coordinates; member 44 fVariationDesignPosition.coordinates = in setAxes() 58 fVariationDesignPosition.coordinates = position.coordinates; in setVariationDesignPosition() 69 return reinterpret_cast<const Axis*>(fVariationDesignPosition.coordinates); in getAxes()
|
D | SkTypeface.h | 92 int getVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate coordinates[], 355 SkFontArguments::VariationPosition::Coordinate coordinates[],
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_generator.cpp | 17 float operator()(const array<Eigen::DenseIndex, 1>& coordinates) const { in operator ()() 18 return coordinates[0]; in operator ()() 37 float operator()(const array<Eigen::DenseIndex, 2>& coordinates) const { in operator ()() 38 return 3 * coordinates[0] + 11 * coordinates[1]; in operator ()()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_l_y_f.py | 274 ("x", self.coordinates[j][0]), 275 ("y", self.coordinates[j][1]), 292 coordinates = GlyphCoordinates() 300 coordinates.append((safeEval(attrs["x"]), safeEval(attrs["y"]))) 304 self.coordinates = coordinates 306 self.endPtsOfContours = [len(coordinates)-1] 308 self.coordinates.extend (coordinates) 310 self.endPtsOfContours.append(len(self.coordinates)-1) 347 return len(self.coordinates), len(self.endPtsOfContours) 385 self.coordinates = coordinates = GlyphCoordinates.zeros(nCoordinates) [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/ |
D | EuclideanIntegerPoint.java | 109 final int[] coordinates = getPoint(); in toString() local 110 for (int i = 0; i < coordinates.length; i++) { in toString() 111 buff.append(coordinates[i]); in toString() 112 if (i < coordinates.length - 1) { in toString()
|
/external/ImageMagick/MagickCore/ |
D | draw.c | 727 coordinates, in ConvertPrimitiveToPath() local 749 coordinates=0; in ConvertPrimitiveToPath() 759 if (coordinates <= 0) in ConvertPrimitiveToPath() 761 coordinates=(ssize_t) primitive_info[i].coordinates; in ConvertPrimitiveToPath() 766 coordinates--; in ConvertPrimitiveToPath() 778 if (coordinates > 0) in ConvertPrimitiveToPath() 1277 coordinates; in DrawBoundingRectangles() local 1345 coordinates=(ssize_t) primitive_info[0].coordinates; in DrawBoundingRectangles() 1346 primitive_info[coordinates].primitive=UndefinedPrimitive; in DrawBoundingRectangles() 1359 coordinates=(ssize_t) primitive_info[0].coordinates; in DrawBoundingRectangles() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-var-fvar-table.hh | 41 c->check_array (coordinates, coordinates[0].static_size, axis_count)); in sanitize() 48 Fixed coordinates[VAR];/* The coordinates array for this instance. */ member 54 DEFINE_SIZE_ARRAY (4, coordinates);
|
/external/mesa3d/docs/specs/OLD/ |
D | MESA_sprite_point.spec | 53 texture coordinates. The r and q coordinates may have been computed 74 texture and appropriate texture r coordinates could be used to 125 texture coordinates are computed as follows: 134 point's 3rd and 4th texture coordinates and r is half the point's
|
/external/skia/gm/ |
D | fontscalerdistortable.cpp | 52 SkFontArguments::VariationPosition::Coordinate coordinates[] = {{tag, styleValue}}; in onDraw() local 54 { coordinates, SK_ARRAY_COUNT(coordinates) }; in onDraw()
|
/external/mesa3d/src/gallium/docs/source/ |
D | resources.rst | 83 1D surface accessed with normalized coordinates. 92 - Must use normalized coordinates 107 - Must use unnormalized coordinates 114 D3D11: not supported (only PIPE_TEXTURE_2D with normalized coordinates is supported) 118 2D surface accessed with normalized coordinates. 126 - Must use normalized coordinates 143 Mipmap dimensions are reduced in all 3 coordinates. 148 - Must use normalized coordinates 174 - Must use normalized coordinates
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.vertex_arrays.multiple_attributes.txt | 36 as coordinates and must have two or more components to form distinct coordinates. 37 First two components are coordinates and six subsequent attributes form two triangles
|
D | functional.vertex_arrays.single_attribute.txt | 42 have two or more components to form distinct coordinates. First two components 43 are coordinates and six subsequent attributes form two triangles which define a
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.vertex_arrays.multiple_attributes.txt | 36 as coordinates and must have two or more components to form distinct coordinates. 37 First two components are coordinates and six subsequent attributes form two triangles
|
D | functional.vertex_arrays.single_attribute.txt | 45 have two or more components to form distinct coordinates. First two components 46 are coordinates and six subsequent attributes form two triangles which define a
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | sampler.rst | 9 Texture coordinates are always treated as four-dimensional, and referred to 84 If set, the incoming texture coordinates (nominally in the range [0,1]) 94 the texture coordinates and/or the fragment shader TEX/TXB/TXL 102 Color union used for texel coordinates that are outside the [0,width-1],
|
/external/deqp/framework/referencerenderer/ |
D | design.txt | 76 + coordinates after viewport transform 85 + base coordinates
|
/external/skia/src/core/ |
D | SkTypeface.cpp | 76 int onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate coordinates[], in onGetVariationDesignPosition() argument 211 SkFontArguments::VariationPosition::Coordinate coordinates[], int coordinateCount) const in getVariationDesignPosition() argument 213 return this->onGetVariationDesignPosition(coordinates, coordinateCount); in getVariationDesignPosition()
|
/external/pdfium/third_party/lcms2-2.6/ |
D | 0013-utf8.patch | 38 //coordinates for 7-bit ASCII color names. For each named color, a PCS and optional 41 … components?//field in the namedColor2Type. If this field is 0, device coordinates are not provide… 45 +//field in the namedColor2Type. If this field is 0, device coordinates are not provided.
|
D | 0006-memory-leak-Type_NamedColor_Read.patch | 8 …cmsSignalError(self->ContextID, cmsERROR_RANGE, "Too many device coordinates '%d'", nDeviceCoords);
|
/external/skia/src/sfnt/ |
D | SkOTTable_fvar.h | 44 SK_OT_Fixed coordinates[AxisCount]; member
|
/external/ImageMagick/Magick++/lib/ |
D | Drawable.cpp | 284 PointInfo *coordinates = new PointInfo[num_coords]; in operator ()() local 286 PointInfo *q = coordinates; in operator ()() 297 DrawBezier( context_, num_coords, coordinates ); in operator ()() 298 delete [] coordinates; in operator ()() 967 PointInfo *coordinates = new PointInfo[num_coords]; in operator ()() local 969 PointInfo *q = coordinates; in operator ()() 980 DrawPolygon( context_, num_coords, coordinates ); in operator ()() 981 delete [] coordinates; in operator ()() 1007 PointInfo *coordinates = new PointInfo[num_coords]; in operator ()() local 1009 PointInfo *q = coordinates; in operator ()() [all …]
|
/external/skia/src/fonts/ |
D | SkRandomScalerContext.h | 42 int onGetVariationDesignPosition(SkFontArguments::VariationPosition::Coordinate coordinates[],
|
/external/walt/docs/ |
D | DragLatency.md | 29 The app collects all the motion events reported by Android with their coordinates and timestamps. T… 39 …)). This has the opposite requirement of some considerable spread of the collected _x_ coordinates.
|