OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kern1
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc
468
hb_position_t
kern1
= x_kern >> 1;
local
469
hb_position_t kern2 = x_kern -
kern1
;
470
pos[idx].x_advance +=
kern1
;
477
hb_position_t
kern1
= y_kern >> 1;
local
478
hb_position_t kern2 = y_kern -
kern1
;
479
pos[idx].y_advance +=
kern1
;
/frameworks/rs/tests/cppbasic/
mono.rs
74
int RS_KERNEL
kern1
(int i, uint32_t x, uint32_t y) {
/frameworks/rs/tests/cppbasic-shared/
mono.rs
74
int RS_KERNEL
kern1
(int i, uint32_t x, uint32_t y) {
Completed in 3015 milliseconds