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

/external/skia/src/core/
H A DSkEdge.h43 inline int updateLine(SkFixed ax, SkFixed ay, SkFixed bx, SkFixed by);
H A DSkEdge.cpp84 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) function in class:SkEdge
283 success = this->updateLine(oldx, oldy, newx, newy);
458 success = this->updateLine(oldx, oldy, newx, newy);
/external/chromium_org/third_party/skia/src/core/
H A DSkEdge.cpp91 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) function in class:SkEdge
299 success = this->updateLine(oldx, oldy, newx, newy);
485 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/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js5548 function updateLine(line, text, markedSpans, estimateHeight) {
5930 updateLine(line, text, spans, estimateHeight);
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js5548 function updateLine(line, text, markedSpans, estimateHeight) {
5930 updateLine(line, text, spans, estimateHeight);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.js5754 function updateLine(line, text, markedSpans, estimateHeight) {
6139 updateLine(line, text, spans, estimateHeight);

Completed in 255 milliseconds