/external/skia/src/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.h | 95 const SkSurfaceProps& props() const { return fProps; } in props() 108 const SkSurfaceProps fProps; variable
|
D | GrVkSecondaryCBDrawContext.cpp | 52 , fProps(SkSurfacePropsCopyOrDefault(props)) {} in GrVkSecondaryCBDrawContext()
|
/external/skqp/src/core/ |
D | SkSpecialSurface.h | 35 const SkSurfaceProps& props() const { return fProps; } in props() 95 const SkSurfaceProps fProps;
|
D | SkSpecialImage.h | 49 const SkSurfaceProps& props() const { return fProps; } in props() 154 const SkSurfaceProps fProps;
|
D | SkCanvas.cpp | 571 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 …]
|
D | SkSpecialSurface.cpp | 45 : fProps(SkSurfacePropsCopyOrDefault(props).flags(), kUnknown_SkPixelGeometry) in SkSpecialSurface()
|
D | SkGlyphRunPainter.cpp | 705 fallbackFont, fallbackPaint, fProps, fScalerContextFlags, glyphCacheMatrix); in generateFromGlyphRunList() 727 const SkSurfaceProps& fProps; in generateFromGlyphRunList() member
|
D | SkSpecialImage.cpp | 77 : fProps(SkSurfacePropsCopyOrDefault(props)) in SkSpecialImage()
|
/external/skia/src/core/ |
D | SkSpecialSurface.h | 35 const SkSurfaceProps& props() const { return fProps; } in props() 95 const SkSurfaceProps fProps;
|
D | SkSpecialImage.h | 49 const SkSurfaceProps& props() const { return fProps; } in props() 154 const SkSurfaceProps fProps;
|
D | SkCanvas.cpp | 569 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 …]
|
D | SkSpecialSurface.cpp | 45 : fProps(SkSurfacePropsCopyOrDefault(props).flags(), kUnknown_SkPixelGeometry) in SkSpecialSurface()
|
D | SkSpecialImage.cpp | 79 : fProps(SkSurfacePropsCopyOrDefault(props)) in SkSpecialImage()
|
/external/skqp/include/core/ |
D | SkSurface.h | 658 const SkSurfaceProps& props() const { return fProps; } in props() 747 const SkSurfaceProps fProps;
|
D | SkCanvas.h | 2518 const SkSurfaceProps fProps; variable
|
/external/skqp/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 53 , 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/ |
D | GrPorterDuffXferProcessor.cpp | 53 , 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/ |
D | SkSurface.h | 707 const SkSurfaceProps& props() const { return fProps; } in props() 837 const SkSurfaceProps fProps;
|
D | SkCanvas.h | 2538 const SkSurfaceProps fProps; variable
|
/external/skqp/src/image/ |
D | SkSurface.cpp | 135 : 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/ |
D | SkSurface.cpp | 135 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height) in SkSurface() 143 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height()) in SkSurface()
|