Home
last modified time | relevance | path

Searched refs:shape (Results 1 – 25 of 52) sorted by relevance

123

/external/speex/libspeex/
Dcb_search_arm4.h93 const signed char *shape=shape_cb+k;
94 resj0 = MAC16_16(resj0,*shape,r[j-k]);
95 shape += subvect_size;
96 resj1 = MAC16_16(resj1,*shape,r[j-k]);
97 shape += subvect_size;
98 resj2 = MAC16_16(resj2,*shape,r[j-k]);
99 shape += subvect_size;
100 resj3 = MAC16_16(resj3,*shape,r[j-k]);
101 shape += subvect_size;
Dcb_search_sse.h59 VARDECL(__m128 *shape); in compute_weighted_codebook()
61 ALLOC(shape, subvect_size, __m128); in compute_weighted_codebook()
71shape[j] = _mm_setr_ps(0.03125*_shape[j], 0.03125*_shape[subvect_size+j], 0.03125*_shape[2*subvect… in compute_weighted_codebook()
77 resj = _mm_add_ps(resj, _mm_mul_ps(shape[k],r[j-k])); in compute_weighted_codebook()
Dcb_search.c56 VARDECL(spx_word16_t *shape); in compute_weighted_codebook()
57 ALLOC(shape, subvect_size, spx_word16_t); in compute_weighted_codebook()
64 shape[k] = (spx_word16_t)shape_cb[i*subvect_size+k]; in compute_weighted_codebook()
73 resj = MAC16_16(resj,shape[k],r[j-k]); in compute_weighted_codebook()
/external/webkit/WebCore/platform/qt/
DQWebPageClient.h64 if (!cursor().bitmap() && cursor().shape() == m_lastCursor.shape()) in resetCursor()
74 if (!cursor.bitmap() && cursor.shape() == this->cursor().shape()) in setCursor()
/external/webkit/WebCore/html/
DHTMLAreaElement.cpp119 Shape shape = m_shape; in getRegion() local
120 if (shape == Unknown) { in getRegion()
122 shape = Circle; in getRegion()
124 shape = Rect; in getRegion()
126 shape = Poly; in getRegion()
130 switch (shape) { in getRegion()
DHTMLAreaElement.idl29 attribute [ConvertNullToNullString, Reflect] DOMString shape;
DHTMLAttributeNames.in245 shape
DHTMLAnchorElement.idl32 attribute [ConvertNullToNullString, Reflect] DOMString shape;
/external/v8/benchmarks/
Draytrace.js459 info.shape = this;
518 info.shape = this;
556 shape: null, property in Flog.RayTracer.IntersectionInfo
717 var shape = scene.shapes[i];
719 if(shape != exclude){
720 var info = shape.intersect(ray);
744 var shininess = Math.pow(10, info.shape.material.gloss + 1);
775 if(this.options.renderReflections && info.shape.material.reflection > 0)
778 var refl = this.testIntersection(reflectionRay, scene, info.shape);
789 info.shape.material.reflection
[all …]
/external/webkit/SunSpider/tests/v8-v4/
Dv8-raytrace.js454 info.shape = this;
513 info.shape = this;
551 shape: null, property in Flog.RayTracer.IntersectionInfo
712 var shape = scene.shapes[i];
714 if(shape != exclude){
715 var info = shape.intersect(ray);
739 var shininess = Math.pow(10, info.shape.material.gloss + 1);
770 if(this.options.renderReflections && info.shape.material.reflection > 0)
773 var refl = this.testIntersection(reflectionRay, scene, info.shape);
784 info.shape.material.reflection
[all …]
/external/bison/src/
Dvcg.h71 enum shape enum
252 enum shape shape; member
559 enum shape shape; member
Dvcg.c67 g->shape = G_SHAPE; in new_graph()
157 n->shape = N_SHAPE; in new_node()
266 get_shape_str (enum shape shape) in get_shape_str() argument
268 switch (shape) in get_shape_str()
551 if (n->shape != N_SHAPE) in output_node()
552 fprintf (fout, "\t\tshape:\t%s\n", get_shape_str (n->shape)); in output_node()
675 if (g->shape != G_SHAPE) in output_graph()
676 fprintf (fout, "\tshape:\t%s\n", get_shape_str (g->shape)); in output_graph()
/external/icu4c/layout/
DArabicShaping.cpp116 FeatureMask shape = featureMask & SHAPE_MASK; in adjustTags() local
118 shape >>= shapeOffset; in adjustTags()
120 glyphStorage.setAuxData(outIndex, ((featureMask & ~SHAPE_MASK) | shape), success); in adjustTags()
123 void ArabicShaping::shape(const LEUnicode *chars, le_int32 offset, le_int32 charCount, le_int32 cha… in shape() function in ArabicShaping
DArabicShaping.h59 static void shape(const LEUnicode *chars, le_int32 offset, le_int32 charCount, le_int32 charMax,
DArabicLayoutEngine.cpp98 ArabicShaping::shape(chars, offset, count, max, rightToLeft, glyphStorage); in characterProcessing()
/external/skia/src/utils/
DSkDumpCanvas.cpp367 void SkDumpCanvas::drawShape(SkShape* shape) { in drawShape() argument
368 this->dump(kDrawShape_Verb, NULL, "drawShape(%p)", shape); in drawShape()
370 this->INHERITED::drawShape(shape); in drawShape()
372 this->dump(kDrawShape_Verb, NULL, "endShape(%p)", shape); in drawShape()
DSkProxyCanvas.cpp141 void SkProxyCanvas::drawShape(SkShape* shape) { in drawShape() argument
142 fProxy->drawShape(shape); in drawShape()
DSkNWayCanvas.cpp251 void SkNWayCanvas::drawShape(SkShape* shape) { in drawShape() argument
254 iter->drawShape(shape); in drawShape()
/external/webkit/WebCore/platform/graphics/win/
DUniscribeController.h57 bool shape(const UChar* str, int len, SCRIPT_ITEM item, const SimpleFontData* fontData,
DUniscribeController.cpp232 if (!shape(str, len, item, fontData, glyphs, clusters, visualAttributes)) in shapeAndPlaceItem()
402 bool UniscribeController::shape(const UChar* str, int len, SCRIPT_ITEM item, const SimpleFontData* … in shape() function in WebCore::UniscribeController
/external/webkit/WebCore/css/
DSVGCSSPropertyNames.in31 shape-rendering
/external/skia/src/core/
DSkPictureRecord.cpp365 void SkPictureRecord::drawShape(SkShape* shape) { in drawShape() argument
368 int index = fShapes.find(shape); in drawShape()
371 *fShapes.append() = shape; in drawShape()
372 shape->ref(); in drawShape()
/external/webkit/WebCore/platform/graphics/chromium/
DUniscribeHelper.h352 bool shape(const UChar* input, int itemLength, int numGlyphs, SCRIPT_ITEM& run, Shaping&);
DUniscribeHelper.cpp540 bool UniscribeHelper::shape(const UChar* input, in shape() function in WebCore::UniscribeHelper
729 if (!shape(&m_input[startItem], itemLength, numGlyphs, m_runs[i], shaping)) in fillShapes()
/external/webkit/WebCore/svg/
Dsvgattrs.in180 shape-rendering

123