Searched refs:fProps (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/core/ |
D | SkSpecialSurface.h | 34 const SkSurfaceProps& props() const { return fProps; } in props() 92 const SkSurfaceProps fProps;
|
D | SkSpecialImage.h | 51 const SkSurfaceProps& props() const { return fProps; } in props() 154 const SkSurfaceProps fProps;
|
D | SkCanvas.cpp | 668 SkASSERT(fProps.pixelGeometry() == device->surfaceProps().pixelGeometry()); in init() 681 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas() 690 , fProps(SkSurfacePropsCopyOrDefault(props)) in SkCanvas() 694 this->init(new SkNoPixelsDevice(SkIRect::MakeWH(SkTMax(width, 0), SkTMax(height, 0)), fProps), in SkCanvas() 700 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas() 705 this->init(new SkNoPixelsDevice(r, fProps), flags)->unref(); in SkCanvas() 710 , fProps(device->surfaceProps()) in SkCanvas() 719 , fProps(device->surfaceProps()) in SkCanvas() 728 , fProps(props) in SkCanvas() 732 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps)); 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/skia/include/core/ |
D | SkSurface.h | 298 const SkSurfaceProps& props() const { return fProps; } in props() 315 const SkSurfaceProps fProps;
|
D | SkCanvas.h | 1584 const SkSurfaceProps fProps; variable
|
/external/skia/src/gpu/text/ |
D | GrTextUtils.h | 86 : fOriginalPaint(paint), fFilter(filter), fProps(props) { in RunPaint() 99 const SkSurfaceProps& fProps; variable
|
D | GrTextUtils.cpp | 72 fModifiedPaint.get()->setFlags(FilterTextFlags(fProps, *fModifiedPaint.get())); in modifyForRun()
|
/external/skia/src/image/ |
D | SkSurface.cpp | 126 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height) in SkSurface() 134 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height()) in SkSurface()
|
/external/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 62 bool modifiesDst() const { return SkToBool(fProps & kModifiesDst_Property); } in modifiesDst() 63 bool usesDstColor() const { return SkToBool(fProps & kUsesDstColor_Property); } in usesDstColor() 64 bool usesInputColor() const { return SkToBool(fProps & kUsesInputColor_Property); } in usesInputColor() 66 return SkToBool(fProps & kCanTweakAlphaForCoverage_Property); in canTweakAlphaForCoverage() 110 Properties fProps : 32 - (4 + 4 + 6 + 6 + 6); member
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 1024 VkFormatProperties fProps = m_device->format_properties(format); in TEST_F() local 1025 …if (format != VK_FORMAT_UNDEFINED && fProps.linearTilingFeatures == 0 && fProps.optimalTilingFeatu… in TEST_F() 13696 VkFormatProperties fProps = m_device->format_properties(format); in TEST_F() local 13697 …if (format != VK_FORMAT_UNDEFINED && fProps.linearTilingFeatures == 0 && fProps.optimalTilingFeatu… in TEST_F()
|