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

  /external/icu4c/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/webkit/WebCore/rendering/
InlineBox.cpp 152 void InlineBox::adjustPosition(int dx, int dy)
RootInlineBox.cpp 186 void RootInlineBox::adjustPosition(int dx, int dy)
188 InlineFlowBox::adjustPosition(dx, dy);
InlineFlowBox.cpp 164 void InlineFlowBox::adjustPosition(int dx, int dy)
166 InlineRunBox::adjustPosition(dx, dy);
168 child->adjustPosition(dx, dy);
    [all...]

Completed in 489 milliseconds