Searched refs:updateLine (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkEdge.cpp92 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) function in class:SkEdge
301 success = this->updateLine(oldx, oldy, newx, newy);
488 success = this->updateLine(oldx, oldy, newx, newy);
H A DSkEdge.h43 inline int updateLine(SkFixed ax, SkFixed ay, SkFixed bx, SkFixed by);
/external/skia/src/core/
H A DSkEdge.cpp92 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) function in class:SkEdge
301 success = this->updateLine(oldx, oldy, newx, newy);
488 success = this->updateLine(oldx, oldy, newx, newy);
H A DSkEdge.h43 inline int updateLine(SkFixed ax, SkFixed ay, SkFixed bx, SkFixed by);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.js4177 function updateLine(line, text, markedSpans, estimateHeight) {
4525 updateLine(line, text, spans, estimateHeight);

Completed in 104 milliseconds