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

  /external/skia/gm/
gammatext.cpp 172 SkScalar stopy = SkIntToScalar(HEIGHT); local
173 while (y < stopy) {
  /external/chromium_org/third_party/skia/src/core/
SkScan_Antihair.cpp 246 virtual SkFixed drawLine(int y, int stopy, SkFixed fx, SkFixed dx) SK_OVERRIDE {
247 SkASSERT(y < stopy);
255 this->getBlitter()->blitV(x, y, stopy - y, a);
259 this->getBlitter()->blitV(x - 1, y, stopy - y, a);
292 virtual SkFixed drawLine(int y, int stopy, SkFixed fx, SkFixed dx) SK_OVERRIDE {
293 SkASSERT(y < stopy);
314 } while (++y < stopy);
SkScan_Hairline.cpp 26 static void vertline(int y, int stopy, SkFixed fx, SkFixed dx,
28 SkASSERT(y < stopy);
33 } while (++y < stopy);
  /external/skia/src/core/
SkScan_Antihair.cpp 246 virtual SkFixed drawLine(int y, int stopy, SkFixed fx, SkFixed dx) SK_OVERRIDE {
247 SkASSERT(y < stopy);
255 this->getBlitter()->blitV(x, y, stopy - y, a);
259 this->getBlitter()->blitV(x - 1, y, stopy - y, a);
292 virtual SkFixed drawLine(int y, int stopy, SkFixed fx, SkFixed dx) SK_OVERRIDE {
293 SkASSERT(y < stopy);
314 } while (++y < stopy);
SkScan_Hairline.cpp 26 static void vertline(int y, int stopy, SkFixed fx, SkFixed dx,
28 SkASSERT(y < stopy);
33 } while (++y < stopy);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 292 function renderRows(camera, scene, pixels, width, height, starty, stopy) {
293 for (var y = starty; y < stopy; y++) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 292 function renderRows(camera, scene, pixels, width, height, starty, stopy) {
293 for (var y = starty; y < stopy; y++) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
3d-raytrace.js 292 function renderRows(camera, scene, pixels, width, height, starty, stopy) {
293 for (var y = starty; y < stopy; y++) {

Completed in 459 milliseconds