HomeSort by relevance Sort by last modified time
    Searched refs:shapeOffset (Results 1 - 3 of 3) sorted by null

  /external/icu4c/layout/
ArabicShaping.h 73 static void adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorage);
ArabicShaping.cpp 112 void ArabicShaping::adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorage)
118 shape >>= shapeOffset;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.cpp 121 LayoutUnit shapeOffset() const;
374 inline LayoutUnit ComputeFloatOffsetAdapter<FloatingObject::FloatLeft>::shapeOffset() const
383 inline LayoutUnit ComputeFloatOffsetAdapter<FloatingObject::FloatRight>::shapeOffset() const
420 return adapter.shapeOffset();
428 return min(fixedOffset, adapter.shapeOffset());

Completed in 47 milliseconds