Home
last modified time | relevance | path

Searched refs:yCoordinate (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/layout/
DAnchorTables.cpp55 le_int16 y = SWAPW(yCoordinate); in getAnchor()
69 le_int16 y = SWAPW(yCoordinate); in getAnchor()
81 le_int16 y = SWAPW(yCoordinate); in getAnchor()
DAnchorTables.h25 le_int16 yCoordinate; member
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh238 *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/
DCoreTest.java1492 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()