OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:devPath
(Results
1 - 9
of
9
) sorted by null
/external/skia/src/core/
SkMaskFilter.cpp
30
bool SkMaskFilter::filterPath(const SkPath&
devPath
, const SkMatrix& matrix,
35
if (!SkDraw::DrawToMask(
devPath
, &clip.getBounds(), this, &matrix, &srcM,
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
...]
SkDraw.cpp
[
all
...]
/external/skia/include/core/
SkMaskFilter.h
70
bool filterPath(const SkPath&
devPath
, const SkMatrix& devMatrix,
SkDraw.h
84
static bool DrawToMask(const SkPath&
devPath
, const SkIRect* clipBounds,
SkScalerContext.h
283
SkPath*
devPath
, SkMatrix* fillToDevMatrix);
/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 54 milliseconds