Searched refs:nextX (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontLinux.cpp261 int nextX = static_cast<int>(controller.xPositions()[glyphIndex]) + advance / 2; local
262 if (std::min(nextX, lastX) <= targetX && targetX <= std::max(nextX, lastX))
264 lastX = nextX;
294 int nextX = controller.offsetX(); local
296 if (std::min(x, nextX) <= targetX && targetX <= std::max(x, nextX)) {
/external/webkit/Source/WebCore/platform/graphics/
H A DFontFastPath.cpp384 float nextX = startPoint.x(); local
396 startPoint.setX(nextX);
398 nextX += glyphBuffer.advanceAt(nextGlyph);

Completed in 56 milliseconds