Home
last modified time | relevance | path

Searched refs:kObjectBoundingBox (Results 1 – 9 of 9) sorted by relevance

/external/skia/modules/svg/include/
DSkSVGFilter.h26 SkSVGObjectBoundingBoxUnits(SkSVGObjectBoundingBoxUnits::Type::kObjectBoundingBox)) in SVG_ATTR() argument
DSkSVGMask.h26 SkSVGObjectBoundingBoxUnits(SkSVGObjectBoundingBoxUnits::Type::kObjectBoundingBox))
DSkSVGGradient.h26 SkSVGObjectBoundingBoxUnits(SkSVGObjectBoundingBoxUnits::Type::kObjectBoundingBox)) in SVG_ATTR()
DSkSVGTypes.h418 kObjectBoundingBox, enumerator
/external/skia/modules/svg/src/
DSkSVGLinearGradient.cpp28 this->getGradientUnits().type() == SkSVGObjectBoundingBoxUnits::Type::kObjectBoundingBox in onMakeShader()
DSkSVGFeDisplacementMap.cpp38 if (fctx.primitiveUnits().type() == SkSVGObjectBoundingBoxUnits::Type::kObjectBoundingBox) { in onMakeImageFilter()
DSkSVGRadialGradient.cpp29 this->getGradientUnits().type() == SkSVGObjectBoundingBoxUnits::Type::kObjectBoundingBox in onMakeShader()
DSkSVGRenderContext.cpp490 if (obbu.type() == SkSVGObjectBoundingBoxUnits::Type::kObjectBoundingBox) { in resolveOBBRect()
DSkSVGAttributeParser.cpp638 SkSVGObjectBoundingBoxUnits(SkSVGObjectBoundingBoxUnits::Type::kObjectBoundingBox); in parse()