Searched refs:_shape (Results 1 - 7 of 7) sorted by relevance

/external/speex/libspeex/
H A Dcb_search_sse.h67 const signed char *_shape = shape_cb+i*subvect_size; local
71 shape[j] = _mm_setr_ps(0.03125*_shape[j], 0.03125*_shape[subvect_size+j], 0.03125*_shape[2*subvect_size+j], 0.03125*_shape[3*subvect_size+j]);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-shape-plan.cc52 shape_plan->shaper_func = _hb_##shaper##_shape; \
63 else if (shapers[i].func == _hb_##shaper##_shape) \
274 _hb_##shaper##_shape (shape_plan, font, buffer, features, num_features); \
280 else if (shape_plan->shaper_func == _hb_##shaper##_shape) \
356 proposal.shaper_func = _hb_##shaper##_shape; \
H A Dhb-shaper.cc33 #define HB_SHAPER_IMPLEMENT(name) {#name, _hb_##name##_shape},
H A Dhb-shaper-private.hh39 extern "C" HB_INTERNAL hb_shape_func_t _hb_##name##_shape;
/external/harfbuzz_ng/src/
H A Dhb-shape-plan.cc52 shape_plan->shaper_func = _hb_##shaper##_shape; \
63 else if (shapers[i].func == _hb_##shaper##_shape) \
194 _hb_##shaper##_shape (shape_plan, font, buffer, features, num_features); \
200 else if (shape_plan->shaper_func == _hb_##shaper##_shape) \
262 proposal.shaper_func = _hb_##shaper##_shape; \
H A Dhb-shaper.cc33 #define HB_SHAPER_IMPLEMENT(name) {#name, _hb_##name##_shape},
H A Dhb-shaper-private.hh39 extern "C" HB_INTERNAL hb_shape_func_t _hb_##name##_shape;

Completed in 143 milliseconds