Home
last modified time | relevance | path

Searched refs:fProps (Results 1 – 21 of 21) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.h95 const SkSurfaceProps& props() const { return fProps; } in props()
108 const SkSurfaceProps fProps; variable
DGrVkSecondaryCBDrawContext.cpp52 , fProps(SkSurfacePropsCopyOrDefault(props)) {} in GrVkSecondaryCBDrawContext()
/external/skqp/src/core/
DSkSpecialSurface.h35 const SkSurfaceProps& props() const { return fProps; } in props()
95 const SkSurfaceProps fProps;
DSkSpecialImage.h49 const SkSurfaceProps& props() const { return fProps; } in props()
154 const SkSurfaceProps fProps;
DSkCanvas.cpp571 SkASSERT(fProps.pixelGeometry() == device->surfaceProps().pixelGeometry()); in init()
583 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
592 , fProps(SkSurfacePropsCopyOrDefault(props)) in SkCanvas()
596 SkIRect::MakeWH(SkTMax(width, 0), SkTMax(height, 0)), fProps)); in SkCanvas()
601 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
606 this->init(sk_make_sp<SkNoPixelsDevice>(r, fProps)); in SkCanvas()
611 , fProps(device->surfaceProps()) in SkCanvas()
620 , fProps(props) in SkCanvas()
624 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, nullptr, nullptr)); in SkCanvas()
631 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
[all …]
DSkSpecialSurface.cpp45 : fProps(SkSurfacePropsCopyOrDefault(props).flags(), kUnknown_SkPixelGeometry) in SkSpecialSurface()
DSkGlyphRunPainter.cpp705 fallbackFont, fallbackPaint, fProps, fScalerContextFlags, glyphCacheMatrix); in generateFromGlyphRunList()
727 const SkSurfaceProps& fProps; in generateFromGlyphRunList() member
DSkSpecialImage.cpp77 : fProps(SkSurfacePropsCopyOrDefault(props)) in SkSpecialImage()
/external/skia/src/core/
DSkSpecialSurface.h35 const SkSurfaceProps& props() const { return fProps; } in props()
95 const SkSurfaceProps fProps;
DSkSpecialImage.h49 const SkSurfaceProps& props() const { return fProps; } in props()
154 const SkSurfaceProps fProps;
DSkCanvas.cpp569 SkASSERT(fProps.pixelGeometry() == device->surfaceProps().pixelGeometry()); in init()
581 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
590 , fProps(SkSurfacePropsCopyOrDefault(props)) in SkCanvas()
594 SkIRect::MakeWH(SkTMax(width, 0), SkTMax(height, 0)), fProps)); in SkCanvas()
599 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
604 this->init(sk_make_sp<SkNoPixelsDevice>(r, fProps)); in SkCanvas()
609 , fProps(device->surfaceProps()) in SkCanvas()
618 , fProps(props) in SkCanvas()
622 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, nullptr, nullptr)); in SkCanvas()
629 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
[all …]
DSkSpecialSurface.cpp45 : fProps(SkSurfacePropsCopyOrDefault(props).flags(), kUnknown_SkPixelGeometry) in SkSpecialSurface()
DSkSpecialImage.cpp79 : fProps(SkSurfacePropsCopyOrDefault(props)) in SkSpecialImage()
/external/skqp/include/core/
DSkSurface.h658 const SkSurfaceProps& props() const { return fProps; } in props()
747 const SkSurfaceProps fProps;
DSkCanvas.h2518 const SkSurfaceProps fProps; variable
/external/skqp/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp53 , fProps(GetProperties(primaryOut, secondaryOut, equation, srcCoeff, dstCoeff)) {} in BlendFormula()
73 return SkToBool(fProps & kModifiesDst_Property); in modifiesDst()
77 return SkToBool(fProps & kUsesDstColor_Property); in usesDstColor()
81 return SkToBool(fProps & kUsesInputColor_Property); in usesInputColor()
85 return SkToBool(fProps & kCanTweakAlphaForCoverage_Property); in canTweakAlphaForCoverage()
156 Properties fProps : 32 - (4 + 4 + 6 + 6 + 6); member
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp53 , fProps(GetProperties(primaryOut, secondaryOut, equation, srcCoeff, dstCoeff)) {} in BlendFormula()
73 return SkToBool(fProps & kModifiesDst_Property); in modifiesDst()
77 return SkToBool(fProps & kUsesDstColor_Property); in usesDstColor()
81 return SkToBool(fProps & kUsesInputColor_Property); in usesInputColor()
85 return SkToBool(fProps & kCanTweakAlphaForCoverage_Property); in canTweakAlphaForCoverage()
156 Properties fProps : 32 - (4 + 4 + 6 + 6 + 6); member
/external/skia/include/core/
DSkSurface.h707 const SkSurfaceProps& props() const { return fProps; } in props()
837 const SkSurfaceProps fProps;
DSkCanvas.h2538 const SkSurfaceProps fProps; variable
/external/skqp/src/image/
DSkSurface.cpp135 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height) in SkSurface()
143 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height()) in SkSurface()
/external/skia/src/image/
DSkSurface.cpp135 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height) in SkSurface()
143 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height()) in SkSurface()