HomeSort by relevance Sort by last modified time
    Searched refs:points (Results 101 - 125 of 367) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/test/mjsunit/
debug-script-breakpoints.js 41 // Set three script break points for named scripts.
46 // Check the content of the script break points.
64 // Remove script break points (in another order than they where added).
82 // Set three script break points for script ids.
87 // Check the content of the script break points.
105 // Remove script break points (in another order than they where added).
  /external/freetype/src/base/
ftgloadr.c 109 FT_FREE( loader->base.outline.points );
148 current->points = base->points + base->n_points;
152 /* handle extra points table - if any */
197 /* it DOESN'T change the number of points within the loader! */
213 /* check points & tags */
224 if ( FT_RENEW_ARRAY( base->points, old_max, new_max ) ||
375 FT_ARRAY_COPY( out->points, in->points,
382 /* do we need to copy the extra points? *
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp 189 // Draw only a straight line to p1 if any of the points are equal or the radius is zero
190 // or the points are collinear (triangle that the points form has area of zero value).
203 // all points on a line logic
325 FloatPoint points[3]; local
326 pelement.points = points;
333 pelement.points[0] = FloatPoint(data[1].point.x,data[1].point.y);
338 pelement.points[0] = FloatPoint(data[1].point.x,data[1].point.y);
343 pelement.points[0] = FloatPoint(data[1].point.x,data[1].point.y)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
PathQt.cpp 80 // null border doesn't contain points
90 // Once we know that the points are collinear we
206 // The points p0, p1, and p2 are on the same straight line (HTML5, 4.8.11.1.8)
359 FloatPoint points[3]; local
360 pelement.points = points;
367 pelement.points[0] = QPointF(cur);
372 pelement.points[0] = QPointF(cur);
384 pelement.points[0] = QPointF(cur);
385 pelement.points[1] = QPointF(c1)
    [all...]
  /external/libvorbis/lib/
mdct.c 219 int points){
221 DATA_TYPE *x1 = x + points - 8;
222 DATA_TYPE *x2 = x + (points>>1) - 8;
266 int points,
269 DATA_TYPE *x1 = x + points - 8;
270 DATA_TYPE *x2 = x + (points>>1) - 8;
319 int points){
326 mdct_butterfly_first(T,x,points);
331 mdct_butterfly_generic(T,x+(points>>i)*j,points>>i,4<<i)
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 40 #define COMPUTE_INFLEXS /* compute inflection points to optimize `S' */
889 /***** POINTS INTERPOLATION ROUTINES *****/
1029 /* compute all inflex points in a given glyph */
1044 /* we need at least 4 points to create an inflection point */
1147 FT_FREE( glyph->points );
1188 FT_Vector* vec = glyph->outline->points;
1189 PSH_Point point = glyph->points;
1283 PSH_Point points = glyph->points; local
1322 PSH_Point points = glyph->points; local
1894 PSH_Point points = glyph->points; local
    [all...]
  /external/flac/libFLAC/
metadata_object.c 463 object->data.seek_table.points = 0;
557 if(!copy_bytes_((FLAC__byte**)&to->data.seek_table.points, (FLAC__byte*)object->data.seek_table.points, object->data.seek_table.num_points * sizeof(FLAC__StreamMetadata_SeekPoint))) {
646 if(0 != object->data.seek_table.points) {
647 free(object->data.seek_table.points);
648 object->data.seek_table.points = 0;
743 if(0 != block1->points && 0 != block2->points) {
745 if(block1->points[i].sample_number != block2->points[i].sample_number
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
topmidbottomview.js 41 // Calculate the vertical split points.
46 // Position the boxes using calculated split points.
  /external/libvorbis/vq/
vqgen.h 34 long points; member in struct:vqgen
  /external/skia/legacy/src/animator/
SkDrawGradient.cpp 159 SK_MEMBER_ARRAY(points, Float),
171 if (points.count() != 4)
184 if (addPrelude() == 0 || points.count() != 4)
186 SkShader* shader = SkGradientShader::CreateLinear((SkPoint*)points.begin(),
  /external/skia/src/animator/
SkDrawGradient.cpp 158 SK_MEMBER_ARRAY(points, Float),
170 if (points.count() != 4)
183 if (addPrelude() == 0 || points.count() != 4)
185 SkShader* shader = SkGradientShader::CreateLinear((SkPoint*)points.begin(),
SkDrawPath.h 57 SkTDScalarArray points; member in class:SkPolyline
  /external/skia/src/utils/win/
SkDWriteGeometrySink.h 38 virtual void STDMETHODCALLTYPE AddLines(const D2D1_POINT_2F *points, UINT pointsCount) SK_OVERRIDE;
  /external/webkit/Source/WebCore/svg/
SVGParserUtilities.cpp 185 bool pointsListFromSVGData(SVGPointList& pointsList, const String& points)
187 if (points.isEmpty())
189 const UChar* cur = points.characters();
190 const UChar* end = cur + points.length();
SVGParserUtilities.h 66 bool pointsListFromSVGData(SVGPointList& pointsList, const String& points);
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
ViewfinderView.java 36 * transparency outside it, as well as the laser scanner animation and result points.
172 * Draw a bitmap with the result points highlighted instead of the live scanning display.
182 List<ResultPoint> points = possibleResultPoints; local
184 points.add(point);
185 int size = points.size();
188 points.subList(0, size - MAX_RESULT_POINTS / 2).clear();
  /frameworks/base/media/mca/filterfw/native/core/
geometry.h 64 const std::vector<Point>& points() const { return points_; } function in class:android::filterfw::Quad
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 64 const std::vector<Point>& points() const { return points_; } function in class:android::filterfw::Quad
  /external/openssl/crypto/ec/
ec_lcl.h 162 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
293 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
397 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
403 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
412 int ec_GFp_nistp224_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
413 int ec_GFp_nistp224_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx);
421 int ec_GFp_nistp256_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
422 int ec_GFp_nistp256_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx);
430 int ec_GFp_nistp521_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
431 int ec_GFp_nistp521_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)
    [all...]
  /external/tremolo/Tremolo/
mdct.c 197 STIN void mdct_butterfly_generic(DATA_TYPE *x,int points,int step){
199 DATA_TYPE *x1 = x + points - 4;
200 DATA_TYPE *x2 = x + (points>>1) - 4;
213 x1 = x + (points>>1) + (points>>2) - 4;
214 x2 = x + (points>>2) - 4;
228 STIN void mdct_butterflies(DATA_TYPE *x,int points,int shift){
236 mdct_butterfly_generic(x+(points>>i)*j,points>>i,4<<(i+shift));
240 for(j=0;j<points;j+=32
    [all...]
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 147 FloatPoint points[4]; local
149 points[0].setX(m_rect.location().x() + m_buttonPosition + half);
150 points[0].setY(m_rect.location().y());
151 points[1].setX(m_rect.location().x() + m_buttonPosition + m_buttonSize);
152 points[1].setY(m_rect.location().y() + half);
153 points[2].setX(m_rect.location().x() + m_buttonPosition + half);
154 points[2].setY(m_rect.location().y() + m_buttonSize);
155 points[3].setX(m_rect.location().x() + m_buttonPosition);
156 points[3].setY(m_rect.location().y() + half);
157 context.drawConvexPolygon(4, points, true)
    [all...]
  /external/freetype/src/autofit/
afwarp.c 169 AF_Point points; local
202 points = hints->points;
213 X1 = X2 = points[0].fx;
216 FT_Int X = points[nn].fx;
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 72 // webkit wants to know if we have any points, including any moveTos.
74 // call getPoints(NULL), which returns the number of points,
255 elem.points = setfpts(fpts, &pts[0], 1);
259 elem.points = setfpts(fpts, &pts[1], 1);
263 elem.points = setfpts(fpts, &pts[1], 2);
267 elem.points = setfpts(fpts, &pts[1], 3);
271 elem.points = setfpts(fpts, 0, 0);
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 218 private void generateSpiral(ScriptField_VertexColor_s points, float depth, float radius,
222 int size = points.getAllocation().getType().getX();
243 points.set_position(i, position, false);
244 points.set_color(i, color, false);
251 points.copyAll();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGeometry.java 220 protected static Path drawClosedPath(Canvas canvas, Paint paint, float[] points) {
222 crop.moveTo(points[0], points[1]);
223 crop.lineTo(points[2], points[3]);
224 crop.lineTo(points[4], points[5]);
225 crop.lineTo(points[6], points[7]);

Completed in 897 milliseconds

1 2 3 45 6 7 8 91011>>