/external/skia/src/core/ |
D | SkRasterClip.cpp | 265 SkPath devPath; in op() local 267 devPath = path; in op() 269 path.transform(matrix, &devPath); in op() 270 devPath.setIsVolatile(true); in op() 280 return this->setPath(devPath, this->bwRgn(), doAA); in op() 284 clip.setPath(devPath, base, doAA); in op() 291 return this->setPath(devPath, base, doAA); in op() 294 clip.setPath(devPath, base, doAA); in op()
|
D | SkScalerContext.cpp | 192 SkPath devPath; in getMetrics() local 193 generatingImageFromPath = this->internalGetPath(glyph->getPackedID(), &devPath); in getMetrics() 214 const SkIRect ir = devPath.getBounds().roundOut(); in getMetrics() 523 SkPath devPath; in getImage() local 527 if (!this->internalGetPath(glyph->getPackedID(), &devPath)) { in getImage() 533 SkPathPriv::SetIsBadForDAA(devPath, fRec.fFrameWidth > 0 && fRec.fFrameWidth <= 2); in getImage() 534 generateMask(mask, devPath, fPreBlend); in getImage() 587 bool SkScalerContext::internalGetPath(SkPackedGlyphID glyphID, SkPath* devPath) { in internalGetPath() argument 644 if (devPath) { in internalGetPath() 645 localPath.transform(matrix, devPath); in internalGetPath() [all …]
|
D | SkDraw.cpp | 818 void SkDraw::drawDevPath(const SkPath& devPath, const SkPaint& paint, bool drawCoverage, in drawDevPath() argument 820 if (SkPathPriv::TooBigForMath(devPath)) { in drawDevPath() 834 if (as_MFB(paint.getMaskFilter())->filterPath(devPath, *fMatrix, *fRC, blitter, style)) { in drawDevPath() 880 proc(devPath, *fRC, blitter); in drawDevPath() 1242 static void draw_into_mask(const SkMask& mask, const SkPath& devPath, in draw_into_mask() argument 1270 draw.drawPath(devPath, paint); in draw_into_mask() 1273 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask() argument 1277 if (devPath.isEmpty()) { in DrawToMask() 1282 if (!ComputeMaskBounds(devPath.getBounds(), clipBounds, filter, in DrawToMask() 1299 draw_into_mask(*mask, devPath, style); in DrawToMask()
|
D | SkDraw.h | 100 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, 141 void drawDevPath(const SkPath& devPath,
|
D | SkMaskFilterBase.h | 214 bool filterPath(const SkPath& devPath, const SkMatrix& ctm, const SkRasterClip&, SkBlitter*,
|
D | SkMaskFilter.cpp | 234 bool SkMaskFilterBase::filterPath(const SkPath& devPath, const SkMatrix& matrix, in filterPath() argument 240 rectCount = countNestedRects(devPath, rects); in filterPath() 264 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
|
D | SkScalerContext.h | 417 bool internalGetPath(SkPackedGlyphID id, SkPath* devPath);
|
/external/skqp/src/core/ |
D | SkRasterClip.cpp | 265 SkPath devPath; in op() local 267 devPath = path; in op() 269 path.transform(matrix, &devPath); in op() 270 devPath.setIsVolatile(true); in op() 280 return this->setPath(devPath, this->bwRgn(), doAA); in op() 284 clip.setPath(devPath, base, doAA); in op() 291 return this->setPath(devPath, base, doAA); in op() 294 clip.setPath(devPath, base, doAA); in op()
|
D | SkScalerContext.cpp | 160 SkPath devPath; in getMetrics() local 161 generatingImageFromPath = this->internalGetPath(glyph->getPackedID(), &devPath); in getMetrics() 182 const SkIRect ir = devPath.getBounds().roundOut(); in getMetrics() 491 SkPath devPath; in getImage() local 495 if (!this->internalGetPath(glyph->getPackedID(), &devPath)) { in getImage() 501 SkPathPriv::SetIsBadForDAA(devPath, fRec.fFrameWidth > 0 && fRec.fFrameWidth <= 2); in getImage() 502 generateMask(mask, devPath, fPreBlend); in getImage() 559 bool SkScalerContext::internalGetPath(SkPackedGlyphID glyphID, SkPath* devPath) { in internalGetPath() argument 616 if (devPath) { in internalGetPath() 617 localPath.transform(matrix, devPath); in internalGetPath() [all …]
|
D | SkDraw.cpp | 818 void SkDraw::drawDevPath(const SkPath& devPath, const SkPaint& paint, bool drawCoverage, in drawDevPath() argument 820 if (SkPathPriv::TooBigForMath(devPath)) { in drawDevPath() 834 if (as_MFB(paint.getMaskFilter())->filterPath(devPath, *fMatrix, *fRC, blitter, style)) { in drawDevPath() 880 proc(devPath, *fRC, blitter); in drawDevPath() 1242 static void draw_into_mask(const SkMask& mask, const SkPath& devPath, in draw_into_mask() argument 1270 draw.drawPath(devPath, paint); in draw_into_mask() 1273 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask() argument 1277 if (devPath.isEmpty()) { in DrawToMask() 1282 if (!ComputeMaskBounds(devPath.getBounds(), clipBounds, filter, in DrawToMask() 1299 draw_into_mask(*mask, devPath, style); in DrawToMask()
|
D | SkDraw.h | 100 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, 141 void drawDevPath(const SkPath& devPath,
|
D | SkMaskFilterBase.h | 214 bool filterPath(const SkPath& devPath, const SkMatrix& ctm, const SkRasterClip&, SkBlitter*,
|
D | SkMaskFilter.cpp | 234 bool SkMaskFilterBase::filterPath(const SkPath& devPath, const SkMatrix& matrix, in filterPath() argument 240 rectCount = countNestedRects(devPath, rects); in filterPath() 264 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM, in filterPath()
|
D | SkScalerContext.h | 425 bool internalGetPath(SkPackedGlyphID id, SkPath* devPath);
|
/external/skia/src/gpu/ |
D | GrBlurUtils.cpp | 112 SkPath devPath; in sw_draw_with_mask_filter() local 114 shape.asPath(&devPath); in sw_draw_with_mask_filter() 116 devPath.transform(viewMatrix); in sw_draw_with_mask_filter() 119 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_draw_with_mask_filter()
|
/external/skqp/src/gpu/ |
D | GrBlurUtils.cpp | 112 SkPath devPath; in sw_draw_with_mask_filter() local 114 shape.asPath(&devPath); in sw_draw_with_mask_filter() 116 devPath.transform(viewMatrix); in sw_draw_with_mask_filter() 119 if (!SkDraw::DrawToMask(devPath, &clipBounds, filter, &viewMatrix, &srcM, in sw_draw_with_mask_filter()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCPerFlushResources.cpp | 387 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds, in renderDeviceSpacePathInAtlas() argument 391 if (devPath.isEmpty()) { in renderDeviceSpacePathInAtlas() 402 fFiller.parseDeviceSpaceFill(devPath, SkPathPriv::PointData(devPath), scissorTest, in renderDeviceSpacePathInAtlas()
|
D | GrCCPerFlushResources.h | 85 const GrCCAtlas* renderDeviceSpacePathInAtlas(const SkIRect& clipIBounds, const SkPath& devPath,
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCPerFlushResources.cpp | 384 const SkIRect& clipIBounds, const SkPath& devPath, const SkIRect& devPathIBounds, in renderDeviceSpacePathInAtlas() argument 388 if (devPath.isEmpty()) { in renderDeviceSpacePathInAtlas() 399 fFiller.parseDeviceSpaceFill(devPath, SkPathPriv::PointData(devPath), scissorTest, in renderDeviceSpacePathInAtlas()
|
D | GrCCPerFlushResources.h | 85 const GrCCAtlas* renderDeviceSpacePathInAtlas(const SkIRect& clipIBounds, const SkPath& devPath,
|
/external/skia/src/utils/ |
D | SkShadowUtils.cpp | 192 sk_sp<SkVertices> add(const SkPath& devPath, const AmbientVerticesFactory& ambient, in add() argument 194 return fAmbientSet.add(devPath, ambient, matrix, translate); in add() 202 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add() argument 204 return fSpotSet.add(devPath, spot, matrix, translate); in add()
|
/external/skqp/src/utils/ |
D | SkShadowUtils.cpp | 191 sk_sp<SkVertices> add(const SkPath& devPath, const AmbientVerticesFactory& ambient, in add() argument 193 return fAmbientSet.add(devPath, ambient, matrix, translate); in add() 201 sk_sp<SkVertices> add(const SkPath& devPath, const SpotVerticesFactory& spot, in add() argument 203 return fSpotSet.add(devPath, spot, matrix, translate); in add()
|
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.osgi_3.13.0.v20180409-1500.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |