Searched refs:TextLayout (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | Font.h | 55 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*);
|
D | Font.cpp | 40 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/ |
D | ComplexTextController.cpp | 40 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/ |
D | BreakingContextInlineHeaders.h | 52 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/ |
D | RenderBlock.h | 53 class TextLayout; variable
|