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

  /external/skia/src/core/
SkRasterizer.cpp 44 return SkDraw::DrawToMask(devPath, clipBounds, nullptr, nullptr, mask, mode,
SkDraw.h 97 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
SkMaskFilter.cpp 262 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
SkDraw.cpp     [all...]
  /external/skia/src/effects/
SkLayerRasterizer.cpp 78 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(),
  /external/skia/src/gpu/
GrBlurUtils.cpp 63 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM,
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 840 if (!SkDraw::DrawToMask(path, &bounds, paint->getMaskFilter(), &SkMatrix::I(),
    [all...]

Completed in 134 milliseconds