/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Private.h | 95 LVPSA_BPFilterPrecision_en *pBPFiltersPrecision; /* Points a nBands elements array that contains the filter precision for each band */ 96 Biquad_Instance_t *pBP_Instances; /* Points a nBands elements array that contains the band pass filter instance for each band */ 97 Biquad_1I_Order2_Taps_t *pBP_Taps; /* Points a nBands elements array that contains the band pass filter taps for each band */ 98 QPD_State_t *pQPD_States; /* Points a nBands elements array that contains the QPD filter instance for each band */ 99 QPD_Taps_t *pQPD_Taps; /* Points a nBands elements array that contains the QPD filter taps for each band */ 100 LVM_UINT16 *pPostGains; /* Points a nBands elements array that contains the post-filter gains for each band */ 120 LVM_UINT8 *pPreviousPeaks; /* Points to a nBands elements array that contains the previous peak value of the level
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
BC_QRDetector.cpp | 92 CFX_PtrArray* points = new CFX_PtrArray;
local 94 points->Add(bottomLeft.release());
95 points->Add(topLeft.release());
96 points->Add(topRight.release());
98 points->Add(bottomLeft.release());
99 points->Add(topLeft.release());
100 points->Add(topRight.release());
101 points->Add(alignmentPattern);
103 return new CBC_QRDetectorResult(bits, points);
|
/external/skia/include/core/ |
SkPathEffect.h | 80 kCircles_PointFlag = 0x01, // draw points as circles (instead of rects) 81 kUsePath_PointFlag = 0x02, // draw points as stamps of the returned path 82 kUseClip_PointFlag = 0x04, // apply 'fClipRect' before drawing the points 85 uint32_t fFlags; // flags that impact the drawing of the points 87 int fNumPoints; // number of points in fPoints 88 SkVector fSize; // the size to draw the points 89 SkRect fClipRect; // clip required to draw the points (if kUseClip is set) 97 * Does applying this path effect to 'src' yield a set of points? If so, 98 * optionally return the points in 'results'.
|
/external/ImageMagick/PerlMagick/demo/ |
annotate.pl | 19 $label->Draw(primitive=>'line',points=>"300,100 300,500",stroke=>'#600'); 20 $label->Draw(primitive=>'line',points=>"100,300 500,300",stroke=>'#600'); 21 $label->Draw(primitive=>'rectangle',points=>"100,100 500,500",fill=>'none',
|
composite.pl | 23 $thumbnail->Draw(primitive=>'line',points=>"300,100 300,500",stroke=>'#600'); 24 $thumbnail->Draw(primitive=>'line',points=>"100,300 500,300",stroke=>'#600'); 25 $thumbnail->Draw(primitive=>'rectangle',points=>"100,100 500,500",
|
tree.pl | 20 $im->Draw ( primitive=>'line', points=>join(' ',@_),
|
/external/chromium-trace/catapult/dashboard/dashboard/templates/ |
new_points.html | 11 <title>New Points</title> 40 <h1>New Points</h1> 46 <label>Number of points:
|
/external/icu/icu4c/source/common/ |
patternprops.h | 26 * Note: Both properties include ASCII as well as non-ASCII, non-Latin-1 code points, 27 * and both properties only include BMP code points (no supplementary ones). 28 * Pattern_Syntax includes some unassigned code points.
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/contacts/ |
ContactVelocityConstraint.java | 31 public VelocityConstraintPoint[] points = new VelocityConstraintPoint[Settings.maxManifoldPoints]; field in class:ContactVelocityConstraint 46 for (int i = 0; i < points.length; i++) { 47 points[i] = new VelocityConstraintPoint();
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
ttgxvar.c | 109 /* Read a set of points to which the following deltas will apply. */ 110 /* Points are packed with a run length encoding. */ 118 /* point_cnt :: The number of points read. A zero value means that */ 119 /* all points in the glyph will be affected, without */ 123 /* An array of FT_UShort containing the affected points or the */ 131 FT_UShort *points = NULL; local 157 FT_TRACE1(( "ft_var_readpackedpoints: number of points too large\n" )); 161 if ( FT_NEW_ARRAY( points, n ) ) 174 points[i++] = first; 183 points[i++] = first 1841 FT_UShort* points; local [all...] |
/external/mesa3d/src/gallium/docs/source/cso/ |
rasterizer.rst | 6 The rasterizer state controls the rendering of points, lines and triangles. 157 Points 163 Controls automatic texture coordinate generation for rendering sprite points. 195 Determines if points should be rasterized according to quad or point 198 OpenGL actually has quite different rasterization rules for points and 199 point sprites - hence this indicates if points should be rasterized as 200 points or according to point sprite (which decomposes them into quads, 204 points, regardless of whether point sprites are enabled or not. 212 Some renderers always internally translate points into quads; this state 216 Whether points should be smoothed. Point smoothing turns rectangula [all...] |
/external/opencv3/samples/python2/ |
stereo_match.py | 60 [0,-1, 0, 0.5*h], # turn points 180 deg around x-axis, 63 points = cv2.reprojectImageTo3D(disp, Q) variable 66 out_points = points[mask]
|
/external/skia/gm/ |
strokerect.cpp | 33 SkAutoTArray<SkPoint> points(n); 34 path.getPoints(points.get(), n); 35 canvas->drawPoints(SkCanvas::kPoints_PointMode, n, points.get(), paint);
|
/external/v8/test/mjsunit/ |
debug-ignore-breakpoints.js | 32 // Simple debug event handler which just counts the number of break points hit. 47 // This tests ignore of break points including the case with several 48 // break points in the same location.
|
/frameworks/av/media/libeffects/proxy/ |
EffectProxy.h | 67 sub_effect_entry_t** sube; // Points to the sub effects 68 effect_descriptor_t* desc; // Points to the sub effect descriptors 69 audio_effect_library_t** aeli; // Points to the sub effect aeli
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusgraphics.h | 195 Status DrawBeziers(const Pen *pen, const PointF *points, INT count) 199 points, count)); 201 Status DrawBeziers(const Pen *pen, const Point *points, INT count) 205 points, count)); 214 Status DrawClosedCurve(const Pen *pen, const PointF *points, INT count) 218 points, count)); 220 Status DrawClosedCurve(const Pen *pen, const Point *points, INT count) 224 points, count)); 226 Status DrawClosedCurve(const Pen *pen, const PointF *points, INT count, 231 points, count, tension)) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
BMPSet.java | 17 * Helper class for frozen UnicodeSets, implements contains() and span() optimized for BMP code points. 34 * One bit per code point from U+0000..U+07FF. The bits are organized vertically; consecutive code points 44 * One bit per 64 BMP code points. The bits are organized vertically; consecutive 64-code point blocks 47 * indicates if contains(c) for all code points in the 64-block. If the upper bit is 1, then the block is mixed 57 * U+2000, .., U+F000, U+10000). U+0800 is the first 3-byte-UTF-8 code point. Code points below U+0800 are 58 * always looked up in the bit tables. The last pair of indexes is for finding supplementary code points. 64 * supplementary code points. The list is terminated with list[listLength-1]=0x110000. 79 * first 3-byte-UTF-8 code point. Lower code points are looked up in the bit tables. The last pair of 80 * indexes is for finding supplementary code points. 110 // All 64 code points with the same bits 15.. [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
BMPSet.java | 16 * Helper class for frozen UnicodeSets, implements contains() and span() optimized for BMP code points. 32 * One bit per code point from U+0000..U+07FF. The bits are organized vertically; consecutive code points 42 * One bit per 64 BMP code points. The bits are organized vertically; consecutive 64-code point blocks 45 * indicates if contains(c) for all code points in the 64-block. If the upper bit is 1, then the block is mixed 55 * U+2000, .., U+F000, U+10000). U+0800 is the first 3-byte-UTF-8 code point. Code points below U+0800 are 56 * always looked up in the bit tables. The last pair of indexes is for finding supplementary code points. 62 * supplementary code points. The list is terminated with list[listLength-1]=0x110000. 77 * first 3-byte-UTF-8 code point. Lower code points are looked up in the bit tables. The last pair of 78 * indexes is for finding supplementary code points. 108 // All 64 code points with the same bits 15.. [all...] |
/external/pdfium/core/src/fxge/win32/ |
fx_win32_gdipext.cpp | 1124 PointF* points = FX_Alloc(PointF, nPoints); local [all...] |
/external/freetype/src/truetype/ |
ttgxvar.c | 109 /* Read a set of points to which the following deltas will apply. */ 110 /* Points are packed with a run length encoding. */ 116 /* point_cnt :: The number of points read. A zero value means that */ 117 /* all points in the glyph will be affected, without */ 121 /* An array of FT_UShort containing the affected points or the */ 128 FT_UShort *points = NULL; local 152 if ( FT_NEW_ARRAY( points, n ) ) 165 points[i++] = first; 174 points[i++] = first; 180 points[i++] = first 1785 FT_UShort* points; local [all...] |
/external/pdfium/third_party/freetype/src/truetype/ |
ttgxvar.c | 109 /* Read a set of points to which the following deltas will apply. */ 110 /* Points are packed with a run length encoding. */ 116 /* point_cnt :: The number of points read. A zero value means that */ 117 /* all points in the glyph will be affected, without */ 121 /* An array of FT_UShort containing the affected points or the */ 128 FT_UShort *points = NULL; local 152 if ( FT_NEW_ARRAY( points, n ) ) 165 points[i++] = first; 174 points[i++] = first; 180 points[i++] = first 1786 FT_UShort* points; local [all...] |
/development/samples/browseable/XYZTouristAttractions/ |
_index.jd | 15 notable points of interest.
|
/device/sample/products/ |
backup_overlay.mk | 18 # default backup transport. In this example, the configuration points
|
location_overlay.mk | 18 # default backup transport. In this example, the configuration points
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/ |
EuclideanIntegerPoint.java | 26 * A simple implementation of {@link Clusterable} for points with integer coordinates. 61 public EuclideanIntegerPoint centroidOf(final Collection<EuclideanIntegerPoint> points) { 63 for (EuclideanIntegerPoint p : points) { 69 centroid[i] /= points.size();
|