Searched defs:adjustPosition (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/layout/
H A DValueRecords.cpp37 void ValueRecord::adjustPosition(ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, function in class:ValueRecord
141 void ValueRecord::adjustPosition(le_int16 index, ValueFormat valueFormat, const char *base, GlyphIterator &glyphIterator, function in class:ValueRecord
H A DLEGlyphStorage.cpp441 void LEGlyphStorage::adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success) function in class:LEGlyphStorage
/external/webkit/Source/WebCore/rendering/
H A DInlineBox.cpp153 void InlineBox::adjustPosition(float dx, float dy) function in class:WebCore::InlineBox
H A DRootInlineBox.cpp203 void RootInlineBox::adjustPosition(float dx, float dy) function in class:WebCore::RootInlineBox
205 InlineFlowBox::adjustPosition(dx, dy);
H A DInlineFlowBox.cpp241 void InlineFlowBox::adjustPosition(float dx, float dy) function in class:WebCore::InlineFlowBox
243 InlineBox::adjustPosition(dx, dy);
245 child->adjustPosition(dx, dy);

Completed in 123 milliseconds