Searched defs:glyphIndex (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/layout/ |
D | LEGlyphStorage.cpp | 254 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const in getGlyphID() 273 void LEGlyphStorage::setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success) in setGlyphID() 292 le_int32 LEGlyphStorage::getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const in getCharIndex() 311 void LEGlyphStorage::setCharIndex(le_int32 glyphIndex, le_int32 charIndex, LEErrorCode &success) in setCharIndex() 349 le_uint32 LEGlyphStorage::getAuxData(le_int32 glyphIndex, LEErrorCode &success) const in getAuxData() 368 void LEGlyphStorage::setAuxData(le_int32 glyphIndex, le_uint32 auxData, LEErrorCode &success) in setAuxData() 406 void LEGlyphStorage::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success… in getGlyphPosition() 426 void LEGlyphStorage::setPosition(le_int32 glyphIndex, float x, float y, LEErrorCode &success) in setPosition() 441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode … in adjustPosition()
|
D | loengine.cpp | 136 le_int32 glyphIndex, in le_getGlyphPosition()
|
D | LayoutEngine.cpp | 187 void LayoutEngine::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) … in getGlyphPosition()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | UniscribeHelper.cpp | 420 size_t glyphIndex = shaping.m_logs[localOffset]; in firstGlyphForCharacter() local 795 int glyphIndex = shaping.m_logs[i]; in adjustSpaceAdvances() local 874 int glyphIndex = shaping.m_logs[i]; in applySpacing() local 944 int glyphIndex = shaping.m_logs[i]; in containsMissingGlyphs() local
|
D | FontLinux.cpp | 259 … for (int glyphIndex = 0; static_cast<unsigned>(glyphIndex) < controller.length(); ++glyphIndex) { in glyphIndexForXPositionInScriptRun() local 298 const int glyphIndex = glyphIndexForXPositionInScriptRun(controller, targetX); in offsetForPositionForComplexText() local
|
D | FontChromiumWin.cpp | 395 int glyphIndex = 0; // The starting glyph of the current chunk. in drawGlyphsWin() local
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | FontAndroid.cpp | 1087 int glyphIndex; in glyphIndexForXPositionInScriptRun() local 1152 const int glyphIndex = glyphIndexForXPositionInScriptRun(walker, x); in offsetForPositionForComplexText() local
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 424 FT_UInt glyphIndex; in populate_glyph_to_unicode() local 934 FT_UInt glyphIndex; in generateGlyphToChar() local
|