Searched refs:yCoordinate (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | AnchorTables.cpp | 55 le_int16 y = SWAPW(yCoordinate); in getAnchor() 69 le_int16 y = SWAPW(yCoordinate); in getAnchor() 81 le_int16 y = SWAPW(yCoordinate); in getAnchor()
|
D | AnchorTables.h | 25 le_int16 yCoordinate; member
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 238 *y = font->em_scale_y (yCoordinate); in get_anchor() 250 SHORT yCoordinate; /* Vertical value--in design units */ member 268 *y = ret && y_ppem ? cy : font->em_scale_y (yCoordinate); in get_anchor() 280 SHORT yCoordinate; /* Vertical value--in design units */ member 292 *y = font->em_scale_y (yCoordinate); in get_anchor() 309 SHORT yCoordinate; /* Vertical value--in design units */ member
|
/external/opencv3/modules/core/misc/java/test/ |
D | CoreTest.java | 1492 Mat yCoordinate = new Mat(); in testPolarToCartMatMatMatMat() local 1494 Core.polarToCart(magnitude, angle, xCoordinate, yCoordinate); in testPolarToCartMatMatMatMat() 1507 assertMatEqual(y, yCoordinate, EPS); in testPolarToCartMatMatMatMat() 1522 Mat yCoordinate = new Mat(); in testPolarToCartMatMatMatMatBoolean() local 1524 Core.polarToCart(magnitude, angle, xCoordinate, yCoordinate, true); in testPolarToCartMatMatMatMatBoolean() 1537 assertMatEqual(y, yCoordinate, EPS); in testPolarToCartMatMatMatMatBoolean()
|