OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_shape
(Results
1 - 7
of
7
) 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/chromium_org/third_party/harfbuzz-ng/src/
hb-shape-plan.cc
52
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
; \
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
;
/external/harfbuzz_ng/src/
hb-shape-plan.cc
52
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
; \
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 74 milliseconds