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

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

Completed in 5695 milliseconds