OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xUnitsToPoints
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/icu/source/test/letest/
SimpleFontInstance.cpp
58
advance.fX =
xUnitsToPoints
(2048);
63
advance.fX =
xUnitsToPoints
(2048);
PortableFontInstance.cpp
365
advance.fX =
xUnitsToPoints
(SWAPW(fHMTXTable->hMetrics[index].advanceWidth));
/external/icu4c/test/letest/
SimpleFontInstance.cpp
58
advance.fX =
xUnitsToPoints
(2048);
63
advance.fX =
xUnitsToPoints
(2048);
PortableFontInstance.cpp
365
advance.fX =
xUnitsToPoints
(SWAPW(fHMTXTable->hMetrics[index].advanceWidth));
/external/icu4c/layout/
LEFontInstance.cpp
105
float LEFontInstance::
xUnitsToPoints
(float xUnits) const
117
points.fX =
xUnitsToPoints
(units.fX);
139
pixels.fX =
xUnitsToPoints
(xFunits) * getScaleFactorX();
KernTable.cpp
212
storage[i-1], storage[i], i, value & 0xffff, font->
xUnitsToPoints
(value));
215
adjust += font->
xUnitsToPoints
(value);
LEFontInstance.h
347
virtual float
xUnitsToPoints
(float xUnits) const;
OpenTypeLayoutEngine.cpp
515
xPlacement = fFontInstance->
xUnitsToPoints
(xPlacement);
519
xAdjust += fFontInstance->
xUnitsToPoints
(xAdvance);
/external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.cpp
197
advance.fX =
xUnitsToPoints
(SWAPW(fHMTXTable->hMetrics[index].advanceWidth));
/external/icu4c/samples/layout/
GDIFontInstance.cpp
393
point.fX =
xUnitsToPoints
(pt.fX);
Completed in 66 milliseconds