Searched defs:ltr (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderMarquee.cpp114 bool ltr = boxStyle.isLeftToRightDirection(); local
H A DInlineBox.cpp269 bool InlineBox::canAccommodateEllipsis(bool ltr, int blockEdge, int ellipsisWidth) const argument
H A DInlineTextBox.cpp350 bool ltr = isLeftToRightDirection(); local
H A DRootInlineBox.cpp117 bool RootInlineBox::lineCanAccommodateEllipsis(bool ltr, int blockEdge, int lineBoxEdge, int ellipsisWidth) argument
129 float RootInlineBox::placeEllipsis(const AtomicString& ellipsisStr, bool ltr, float blockLeftEdge, float blockRightEdge, float ellipsisWidth, InlineBox* markupBox) argument
157 float RootInlineBox::placeEllipsisBox(bool ltr, float blockLeftEdge, float blockRightEdge, float ellipsisWidth, float &truncatedWidth, bool& foundBox) argument
H A DInlineFlowBox.cpp305 bool ltr = renderer().style().isLeftToRightDirection(); local
1446 bool InlineFlowBox::canAccommodateEllipsis(bool ltr, int blockEdge, int ellipsisWidth) const argument
1455 float InlineFlowBox::placeEllipsisBox(bool ltr, float blockLeftEdge, float blockRightEdge, float ellipsisWidth, float &truncatedWidth, bool& foundBox) argument
[all...]
H A DRenderBlockLineLayout.cpp1789 bool ltr = style().isLeftToRightDirection(); local
1824 bool ltr = style().isLeftToRightDirection(); local
[all...]
H A DRenderBlock.cpp2108 bool ltr = style().isLeftToRightDirection(); local
3292 bool ltr = containingBlock ? containingBlock->style().isLeftToRightDirection() : styleToUse.isLeftToRightDirection(); local
H A DRenderBox.cpp4126 bool ltr = box ? box->isLeftToRightDirection() : style().isLeftToRightDirection(); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DWidthIterator.cpp102 static inline float applyFontTransforms(GlyphBuffer* glyphBuffer, bool ltr, int& lastGlyphCount, const SimpleFontData* fontData, WidthIterator& iterator, TypesettingFeatures typesettingFeatures, CharactersTreatedAsSpace& charactersTreatedAsSpace) argument
H A DLayoutRect.h251 inline FloatRect directionalPixelSnappedForPainting(const LayoutRect& rect, float deviceScaleFactor, bool ltr) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DComplexTextController.h81 static PassRefPtr<ComplexTextRun> create(const SimpleFontData* fontData, const UChar* characters, unsigned stringLocation, size_t stringLength, bool ltr) argument

Completed in 591 milliseconds