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

  /external/skia/include/core/
SkRasterizer.h 27 bool rasterize(const SkPath& path, const SkMatrix& matrix,
  /frameworks/rs/
rsPath.h 59 void rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc);
rsPath.cpp 51 void Path::rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc) { function in class:Path
  /external/skia/src/core/
SkRasterizer.cpp 18 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix, function in class:SkRasterizer
SkScalerContext.cpp 302 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
552 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
SkDraw.cpp 971 if (paint->getRasterizer()->rasterize(*pathPtr, *matrix,
    [all...]

Completed in 60 milliseconds