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/platform/fonts/harfbuzz/
HarfBuzzShaper.h 82 void setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY);
HarfBuzzShaper.cpp 287 inline void HarfBuzzShaper::HarfBuzzRun::setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY)
908 currentRun->setGlyphAndPositions(i, glyph, 0, 0, 0);
920 currentRun->setGlyphAndPositions(i, glyph, advance, offsetX, offsetY);
    [all...]

Completed in 274 milliseconds