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

  /external/skia/gm/
bitmapfilters.cpp 43 static SkScalar draw_row(SkCanvas* canvas, const SkBitmap& bm) { function
94 y = draw_row(canvas, fBM4444);
96 y = draw_row(canvas, fBM16);
98 draw_row(canvas, fBM32);
filterindiabox.cpp 38 static void draw_row(SkCanvas* canvas, const SkBitmap& bm, const SkMatrix& mat, SkScalar dx) { function
88 draw_row(canvas, fBM, fMatrix[i], size.fWidth);
strokedlines.cpp 75 static void draw_row(SkCanvas* canvas, const SkPaint& paint, const SkMatrix& localMatrix) { function
204 draw_row(canvas, fPaints[i], SkMatrix::I());
212 draw_row(canvas, fPaints[0], fMatrices[i]);
filterbitmap.cpp 38 static void draw_row(SkCanvas* canvas, const SkBitmap& bm, const SkMatrix& mat, SkScalar dx) { function
93 draw_row(canvas, fBM, fMatrix[i], size.fWidth);
  /external/syslinux/com32/menu/
menumain.c 147 static void draw_row(int y, int sel, int top, int sbtop, int sbbot) function
329 draw_row(y, sel, top, sbtop, sbbot);
833 draw_row(prev_entry - top + 4 + VSHIFT, entry, top, 0, 0);
834 draw_row(entry - top + 4 + VSHIFT, entry, top, 0, 0);
920 draw_row(entry - top + 4 + VSHIFT, -1, top, 0, 0);
1043 draw_row(entry - top + 4 + VSHIFT, -1, top, 0, 0);
1060 draw_row(entry - top + 4 + VSHIFT, entry, top, 0, 0);
1076 draw_row(entry - top + 4 + VSHIFT, -1, top, 0, 0);

Completed in 568 milliseconds