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

  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.h 39 class UniscribeController {
41 UniscribeController(const Font*, const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0);
FontWin.cpp 34 #include "UniscribeController.h"
47 UniscribeController it(this, run);
70 UniscribeController controller(this, run);
94 UniscribeController controller(this, run, fallbackFonts);
101 UniscribeController controller(this, run);
UniscribeController.cpp 30 #include "UniscribeController.h"
41 UniscribeController::UniscribeController(const Font* font, const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts)
72 int UniscribeController::offsetForPosition(int x, bool includePartialGlyphs)
88 void UniscribeController::advance(unsigned offset, GlyphBuffer* glyphBuffer)
176 void UniscribeController::itemizeShapeAndPlace(const UChar* cp, unsigned length, const SimpleFontData* fontData, GlyphBuffer* glyphBuffer)
201 void UniscribeController::resetControlAndState()
213 bool UniscribeController::shapeAndPlaceItem(const UChar* cp, unsigned i, const SimpleFontData* fontData, GlyphBuffer* glyphBuffer)
402 bool UniscribeController::shape(const UChar* str, int len, SCRIPT_ITEM item, const SimpleFontData* fontData,
  /external/webkit/WebCore/platform/graphics/wx/
FontWx.cpp 37 #include "UniscribeController.h"
71 UniscribeController it(this, run);
98 UniscribeController controller(this, run);
127 UniscribeController controller(this, run, fallbackFonts);
139 UniscribeController controller(this, run);

Completed in 44 milliseconds