HomeSort by relevance Sort by last modified time
    Searched refs:setGlyphAndPositions (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzShaper.h 76 void setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY);
HarfBuzzShaper.cpp 93 void HarfBuzzShaper::HarfBuzzRun::setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY)
540 currentRun->setGlyphAndPositions(i, glyph, 0, 0, 0);
552 currentRun->setGlyphAndPositions(i, glyph, advance, offsetX, offsetY);

Completed in 192 milliseconds