OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_shape
(Results
1 - 4
of
4
) sorted by null
/external/speex/libspeex/
cb_search_sse.h
67
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/harfbuzz_ng/src/
hb-shape-plan.cc
63
shape_plan->shaper_func = _hb_##shaper##
_shape
; \
74
else if (shapers[i].func == _hb_##shaper##
_shape
) \
312
_hb_##shaper##
_shape
(shape_plan, font, buffer, features, num_features); \
318
else if (shape_plan->shaper_func == _hb_##shaper##
_shape
) \
436
proposal.shaper_func = _hb_##shaper##
_shape
; \
hb-shaper.cc
33
#define HB_SHAPER_IMPLEMENT(name) {#name, _hb_##name##
_shape
},
hb-shaper-private.hh
39
extern "C" HB_INTERNAL hb_shape_func_t _hb_##name##
_shape
;
Completed in 977 milliseconds