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/icu/icu4c/source/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
224
*x = font->em_scale_x (
xCoordinate
);
235
SHORT
xCoordinate
; /* Horizontal value--in design units */
253
*x = ret && x_ppem ? cx : font->em_scale_x (
xCoordinate
);
264
SHORT
xCoordinate
; /* Horizontal value--in design units */
276
*x = font->em_scale_x (
xCoordinate
);
292
SHORT
xCoordinate
; /* Horizontal value--in design units */
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
224
*x = font->em_scale_x (
xCoordinate
);
235
SHORT
xCoordinate
; /* Horizontal value--in design units */
253
*x = ret && x_ppem ? cx : font->em_scale_x (
xCoordinate
);
264
SHORT
xCoordinate
; /* Horizontal value--in design units */
276
*x = font->em_scale_x (
xCoordinate
);
292
SHORT
xCoordinate
; /* Horizontal value--in design units */
[
all
...]
Completed in 500 milliseconds