HomeSort by relevance Sort by last modified time
    Searched refs:TextRun (Results 51 - 72 of 72) sorted by null

1 23

  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 42 #include <WebCore/TextRun.h>
536 TextRun leftText(s);
542 TextRun rightText(s);
  /external/webkit/Source/WebCore/platform/graphics/
WidthIterator.cpp 28 #include "TextRun.h"
44 WidthIterator::WidthIterator(const Font* font, const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, bool accountForGlyphBounds, bool forTextEmphasis)
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.h 116 virtual void drawHighlightForText(const Font& font, const TextRun& run,
PlatformGraphicsContextRecording.h 125 virtual void drawHighlightForText(const Font& font, const TextRun& run,
GraphicsContextAndroid.cpp 647 void GraphicsContext::drawHighlightForText(const Font& font, const TextRun& run,
PlatformGraphicsContextSkia.cpp 339 const Font& font, const TextRun& run, const FloatPoint& point, int h,
PlatformGraphicsContextRecording.cpp 824 const Font& font, const TextRun& run, const FloatPoint& point, int h,
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
DragImageMac.mm 40 #import "TextRun.h"
160 TextRun run(buffer.data(), length);
198 TextRun run(buffer.data(), length);
  /external/webkit/Source/WebCore/rendering/
RenderListMarker.cpp 34 #include "TextRun.h"
    [all...]
RenderImage.cpp 42 #include "TextRun.h"
116 IntSize textSize(min(font.width(TextRun(m_altText.characters(), m_altText.length())), maxAltTextWidth), min(font.fontMetrics().height(), maxAltTextHeight));
304 TextRun textRun(text.characters(), text.length());
305 int textWidth = font.width(textRun);
308 context->drawText(font, textRun, IntPoint(ax, ay + ascent));
310 context->drawText(font, textRun, IntPoint(ax, ay + ascent));
RenderBlockLineLayout.cpp 39 #include "TextRun.h"
483 hyphenWidth = rt->style(firstLine)->font().width(TextRun(hyphenString.characters(), hyphenString.length()));
    [all...]
RenderText.cpp 44 #include "TextRun.h"
651 return f.width(TextRun(text()->characters() + start, len, allowTabs(), xPos), fallbackFonts, glyphOverflow);
699 float spaceWidth = f.width(TextRun(&space, 1));
    [all...]
RenderFlexibleBox.cpp 30 #include "TextRun.h"
    [all...]
RenderBlock.cpp 53 #include "TextRun.h"
    [all...]
  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 43 #include "TextRun.h"
172 TextRun nodeTitleRun(nodeTitle);
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 43 #include "TextRun.h"
329 popupWidth = max(popupWidth, static_cast<int>(ceilf(itemFont.width(TextRun(text.characters(), text.length())))));
634 TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, itemText.defaultWritingDirection() == WTF::Unicode::RightToLeft);
652 context.drawBidiText(itemFont, textRun, IntPoint(textX, textY));
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 30 #include "TextRun.h"
41 UniscribeController::UniscribeController(const Font* font, const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts)
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 60 #include "TextRun.h"
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 34 #include "TextRun.h"
132 cg.drawText(font, TextRun(text), IntPoint(aBounds.origin.x + 5, aBounds.origin.y + 17));
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 31 #include "TextRun.h"
52 ComplexTextController::ComplexTextController(const Font* font, const TextRun& run, bool mayUseNaturalWritingDirection, HashSet<const SimpleFontData*>* fallbackFonts, bool forTextEmphasis)
MediaPlayerPrivateQTKit.mm     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 1150 milliseconds

1 23