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

  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.h 36 class UniscribeController {
38 UniscribeController(const Font*, const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0);
UniscribeController.cpp 27 #include "UniscribeController.h"
41 UniscribeController::UniscribeController(const Font* font, const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts)
77 int UniscribeController::offsetForPosition(int x, bool includePartialGlyphs)
93 void UniscribeController::advance(unsigned offset, GlyphBuffer* glyphBuffer)
181 void UniscribeController::itemizeShapeAndPlace(const UChar* cp, unsigned length, const SimpleFontData* fontData, GlyphBuffer* glyphBuffer)
206 void UniscribeController::resetControlAndState()
218 bool UniscribeController::shapeAndPlaceItem(const UChar* cp, unsigned i, const SimpleFontData* fontData, GlyphBuffer* glyphBuffer)
379 bool UniscribeController::shape(const UChar* str, int len, SCRIPT_ITEM item, const SimpleFontData* fontData,

Completed in 31 milliseconds