Lines Matching defs:path
49 // padding around path bounds to allow for antialiased pixels
243 // We try to create the DF at a 2^n scaled path resolution (1/2, 1, 2, 4, etc.)
278 // check to see if df path is cached
295 // check to see if bitmap path is cached
381 // draw path to bitmap
398 SkPath path;
399 shape.asPath(&path);
402 path, drawMatrix, width, height,
412 // rasterize path
426 draw.drawPathCoverage(path, paint);
482 SkPath path;
483 shape.asPath(&path);
491 // rasterize path
506 draw.drawPathCoverage(path, paint);
671 // path and try again.
732 // This path renderer only allows fill styles.