HomeSort by relevance Sort by last modified time
    Searched defs:devPath (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkRasterizer.cpp 54 SkPath devPath;
56 fillPath.transform(matrix, &devPath);
57 return SkDraw::DrawToMask(devPath, clipBounds, NULL, NULL, mask, mode);
SkScalerContext.cpp 312 SkPath devPath, fillPath;
315 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
331 // just use devPath
333 devPath.getBounds().roundOut(&ir);
401 SkPath devPath, fillPath;
404 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
450 draw.drawPath(devPath, paint);
533 SkPath* devPath, SkMatrix* fillToDevMatrix) {
577 if (devPath) {
578 localPath.transform(matrix, devPath);
    [all...]
SkCanvas.cpp 947 const SkPath& devPath, SkRegion::Op op) {
949 // region that results from scan converting devPath.
957 return currRgn->setPath(devPath, *currRgn);
961 rgn.setPath(devPath, base);
969 return currRgn->setPath(devPath, base);
972 rgn.setPath(devPath, base);
985 SkPath devPath;
986 path.transform(*fMCRec->fMatrix, &devPath);
989 fClipStack.clipDevPath(devPath, op);
991 return clipPathHelper(this, fMCRec->fRegion, devPath, op)
    [all...]
  /external/skia/src/effects/
SkLayerRasterizer.cpp 64 SkPath fillPath, devPath;
79 p->transform(m, &devPath);
83 if (!SkDraw::DrawToMask(devPath, clipBounds, paint.getMaskFilter(),

Completed in 260 milliseconds