OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xCoordinate
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/layout/
AnchorTables.cpp
54
le_int16 x = SWAPW(
xCoordinate
);
68
le_int16 x = SWAPW(
xCoordinate
);
80
le_int16 x = SWAPW(
xCoordinate
);
AnchorTables.h
24
le_int16
xCoordinate
;
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh
218
*x = font->em_scale_x (
xCoordinate
);
229
SHORT
xCoordinate
; /* Horizontal value--in design units */
247
*x = x_ppem && ret ? cx : font->em_scale_x (
xCoordinate
);
258
SHORT
xCoordinate
; /* Horizontal value--in design units */
270
*x = font->em_scale_x (
xCoordinate
);
286
SHORT
xCoordinate
; /* Horizontal value--in design units */
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
218
*x = font->em_scale_x (
xCoordinate
);
229
SHORT
xCoordinate
; /* Horizontal value--in design units */
247
*x = x_ppem && ret ? cx : font->em_scale_x (
xCoordinate
);
258
SHORT
xCoordinate
; /* Horizontal value--in design units */
270
*x = font->em_scale_x (
xCoordinate
);
286
SHORT
xCoordinate
; /* Horizontal value--in design units */
[
all
...]
Completed in 95 milliseconds