Home
last modified time | relevance | path

Searched refs:apply_grid (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/samplecode/
DSampleFatBits.cpp35 static SkScalar apply_grid(SkScalar x) { in apply_grid() function
40 static void apply_grid(SkPoint pts[], int count) { in apply_grid() function
42 pts[i].set(apply_grid(pts[i].fX), apply_grid(pts[i].fY)); in apply_grid()
264 apply_grid(pts, 2); in drawLine()
296 apply_grid(pts, 2); in drawRect()
339 apply_grid(pts, 3); in drawTriangle()
/third_party/skia/samplecode/
DSampleFatBits.cpp34 static SkScalar apply_grid(SkScalar x) { in apply_grid() function
39 static void apply_grid(SkPoint pts[], int count) { in apply_grid() function
41 pts[i].set(apply_grid(pts[i].fX), apply_grid(pts[i].fY)); in apply_grid()
263 apply_grid(pts, 2); in drawLine()
295 apply_grid(pts, 2); in drawRect()
338 apply_grid(pts, 3); in drawTriangle()