Home
last modified time | relevance | path

Searched refs:TextLayout (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFont.h55 class TextLayout; variable
107 …PassOwnPtr<TextLayout> createLayoutForMacComplexText(const TextRun&, unsigned textLength, float xP…
108 static void deleteLayout(TextLayout*);
109 …static float width(TextLayout&, unsigned from, unsigned len, HashSet<const SimpleFontData*>* fallb…
336 template <> struct PLATFORM_EXPORT OwnedPtrDeleter<WebCore::TextLayout> {
337 static void deletePtr(WebCore::TextLayout*);
DFont.cpp40 void OwnedPtrDeleter<WebCore::TextLayout>::deletePtr(WebCore::TextLayout* ptr) in deletePtr()
248 PassOwnPtr<TextLayout> Font::createLayoutForMacComplexText(const TextRun&, unsigned, float, bool) c… in createLayoutForMacComplexText()
254 void Font::deleteLayout(TextLayout*) in deleteLayout() argument
258 float Font::width(TextLayout&, unsigned, unsigned, HashSet<const SimpleFontData*>*) in width() argument
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.cpp40 class TextLayout { class
47 TextLayout(const TextRun& run, unsigned textLength, const Font& font, float xPos) in TextLayout() function in WebCore::TextLayout
82 PassOwnPtr<TextLayout> Font::createLayoutForMacComplexText(const TextRun& run, unsigned textLength,… in createLayoutForMacComplexText()
84 if (!collapseWhiteSpace || !TextLayout::isNeeded(run, *this)) in createLayoutForMacComplexText()
86 return adoptPtr(new TextLayout(run, textLength, *this, xPos)); in createLayoutForMacComplexText()
89 void Font::deleteLayout(TextLayout* layout) in deleteLayout()
94 float Font::width(TextLayout& layout, unsigned from, unsigned len, HashSet<const SimpleFontData*>* … in width()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h52 OwnPtr<TextLayout> m_layout;
701 …bool collapseWhiteSpace, HashSet<const SimpleFontData*>* fallbackFonts = 0, TextLayout* layout = 0)
779 TextLayout* textLayout = m_renderTextInfo.m_layout.get(); in handleText()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h53 class TextLayout; variable