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

  /external/webkit/Source/WebCore/rendering/
RenderEmbeddedObject.h 71 bool getReplacementTextGeometry(int tx, int ty, FloatRect& contentRect, Path&, FloatRect& replacementTextRect, Font&, TextRun&, float& textWidth);
RenderEmbeddedObject.cpp 166 if (!getReplacementTextGeometry(tx, ty, contentRect, path, replacementTextRect, font, run, textWidth))
184 bool RenderEmbeddedObject::getReplacementTextGeometry(int tx, int ty, FloatRect& contentRect, Path& path, FloatRect& replacementTextRect, Font& font, TextRun& run, float& textWidth)
261 if (!getReplacementTextGeometry(0, 0, contentRect, path, replacementTextRect, font, run, textWidth))

Completed in 46 milliseconds