Home
last modified time | relevance | path

Searched refs:shapeOffset (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.cpp121 LayoutUnit shapeOffset() const;
374 inline LayoutUnit ComputeFloatOffsetAdapter<FloatingObject::FloatLeft>::shapeOffset() const in shapeOffset() function in WebCore::ComputeFloatOffsetAdapter::FloatLeft
383 inline LayoutUnit ComputeFloatOffsetAdapter<FloatingObject::FloatRight>::shapeOffset() const in shapeOffset() function in WebCore::ComputeFloatOffsetAdapter::FloatRight
420 return adapter.shapeOffset(); in logicalLeftOffset()
428 return min(fixedOffset, adapter.shapeOffset()); in logicalRightOffset()
/external/icu4c/layout/
DArabicShaping.cpp112 void ArabicShaping::adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorag… in adjustTags() argument
118 shape >>= shapeOffset; in adjustTags()
DArabicShaping.h73 static void adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorage);