HomeSort by relevance Sort by last modified time
    Searched defs:adjustPosition (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/layout/
ValueRecords.cpp 37 void ValueRecord::adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator,
141 void ValueRecord::adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator,
LEGlyphStorage.cpp 441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.cpp 187 void InlineBox::adjustPosition(float dx, float dy)
RootInlineBox.cpp 178 void RootInlineBox::adjustPosition(float dx, float dy)
180 InlineFlowBox::adjustPosition(dx, dy);
188 ellipsisBox()->adjustPosition(dx, dy);
    [all...]
InlineFlowBox.cpp 257 void InlineFlowBox::adjustPosition(float dx, float dy)
259 InlineBox::adjustPosition(dx, dy);
261 child->adjustPosition(dx, dy);
    [all...]

Completed in 80 milliseconds