OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_shapers
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-shaper.cc
32
static const hb_shaper_pair_t
all_shapers
[] = {
variable
46
if (unlikely (static_shapers !=
all_shapers
))
60
(void) hb_atomic_ptr_cmpexch (&static_shapers, NULL, &
all_shapers
[0]);
61
return (const hb_shaper_pair_t *)
all_shapers
;
65
shapers = (hb_shaper_pair_t *) malloc (sizeof (
all_shapers
));
67
(void) hb_atomic_ptr_cmpexch (&static_shapers, NULL, &
all_shapers
[0]);
68
return (const hb_shaper_pair_t *)
all_shapers
;
71
memcpy (shapers,
all_shapers
, sizeof (
all_shapers
));
81
for (unsigned int j = i; j < ARRAY_LENGTH (
all_shapers
); j++
[
all
...]
/external/harfbuzz_ng/src/
hb-shaper.cc
32
static const hb_shaper_pair_t
all_shapers
[] = {
variable
46
if (unlikely (static_shapers !=
all_shapers
))
60
(void) hb_atomic_ptr_cmpexch (&static_shapers, NULL, &
all_shapers
[0]);
61
return (const hb_shaper_pair_t *)
all_shapers
;
65
shapers = (hb_shaper_pair_t *) malloc (sizeof (
all_shapers
));
67
(void) hb_atomic_ptr_cmpexch (&static_shapers, NULL, &
all_shapers
[0]);
68
return (const hb_shaper_pair_t *)
all_shapers
;
71
memcpy (shapers,
all_shapers
, sizeof (
all_shapers
));
81
for (unsigned int j = i; j < ARRAY_LENGTH (
all_shapers
); j++
[
all
...]
Completed in 159 milliseconds