Home
last modified time | relevance | path

Searched refs:dashArray (Results 1 – 25 of 25) sorted by relevance

/third_party/flutter/skia/experimental/svg/model/
DSkSVGNode.cpp93 void SkSVGNode::setStrokeDashArray(const SkSVGDashArray& dashArray) { in setStrokeDashArray() argument
94 fPresentationAttributes.fStrokeDashArray.set(dashArray); in setStrokeDashArray()
152 if (const SkSVGDashArrayValue* dashArray = v.as<SkSVGDashArrayValue>()) { in onSetAttribute() local
153 this->setStrokeDashArray(*dashArray); in onSetAttribute()
DSkSVGRenderContext.cpp163 const auto& dashArray = attrs.fStrokeDashArray.get(); in commitToPaint() local
164 if (dashArray->type() != SkSVGDashArray::Type::kDashArray) { in commitToPaint()
168 const auto count = dashArray->dashArray().count(); in commitToPaint()
170 for (const auto& dash : dashArray->dashArray()) { in commitToPaint()
DSkSVGAttributeParser.cpp622 bool SkSVGAttributeParser::parseDashArray(SkSVGDashArray* dashArray) { in parseDashArray() argument
625 *dashArray = SkSVGDashArray(SkSVGDashArray::Type::kNone); in parseDashArray()
628 *dashArray = SkSVGDashArray(SkSVGDashArray::Type::kInherit); in parseDashArray()
644 *dashArray = SkSVGDashArray(std::move(dashes)); in parseDashArray()
DSkSVGTypes.h285 explicit SkSVGDashArray(SkTDArray<SkSVGLength>&& dashArray) in SkSVGDashArray() argument
287 , fDashArray(std::move(dashArray)) {} in SkSVGDashArray()
299 const SkTDArray<SkSVGLength>& dashArray() const { return fDashArray; } in dashArray() function
DSkSVGDOM.cpp220 SkSVGDashArray dashArray; in SetDashArrayAttribute() local
222 if (!parser.parseDashArray(&dashArray)) { in SetDashArrayAttribute()
226 node->setAttribute(attr, SkSVGDashArrayValue(dashArray)); in SetDashArrayAttribute()
/third_party/skia/modules/svg/src/
DSkSVGAttributeParser.cpp744 bool SkSVGAttributeParser::parse(SkSVGDashArray* dashArray) { in parse() argument
747 *dashArray = SkSVGDashArray(SkSVGDashArray::Type::kNone); in parse()
750 *dashArray = SkSVGDashArray(SkSVGDashArray::Type::kInherit); in parse()
766 *dashArray = SkSVGDashArray(std::move(dashes)); in parse()
DSkSVGRenderContext.cpp119 const auto count = da.dashArray().count(); in dash_effect()
121 for (const auto& dash : da.dashArray()) { in dash_effect()
/third_party/skia/modules/svg/include/
DSkSVGTypes.h364 explicit SkSVGDashArray(SkTDArray<SkSVGLength>&& dashArray) in SkSVGDashArray() argument
366 , fDashArray(std::move(dashArray)) {} in SkSVGDashArray()
378 const SkTDArray<SkSVGLength>& dashArray() const { return fDashArray; } in dashArray() function
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
Dgl2ext.h3098 …(GL_APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
3114 typedef void (GL_APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
3175 …CALL void GL_APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
3191 GL_APICALL void GL_APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
/third_party/flutter/skia/third_party/externals/angle2/include/GLES2/
Dgl2ext.h3098 …(GL_APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
3114 typedef void (GL_APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
3175 …CALL void GL_APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
3191 GL_APICALL void GL_APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
/third_party/mesa3d/include/GLES2/
Dgl2ext.h3264 …(GL_APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
3280 typedef void (GL_APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
3341 …CALL void GL_APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
3357 GL_APICALL void GL_APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
Dgl2ext.h3098 …(GL_APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
3114 typedef void (GL_APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
3175 …CALL void GL_APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
3191 GL_APICALL void GL_APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
/third_party/openGLES/api/GLES2/
Dgl2ext.h3280 …(GL_APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
3296 typedef void (GL_APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
3357 …CALL void GL_APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
3373 GL_APICALL void GL_APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
/third_party/skia/third_party/externals/angle2/include/GLES2/
Dgl2ext.h3280 …(GL_APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
3296 typedef void (GL_APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
3357 …CALL void GL_APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
3373 GL_APICALL void GL_APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
/third_party/openGLES/extensions/NV/
DNV_path_rendering.txt540 sizei dashCount, const float *dashArray);
641 void GetPathDashArrayNV(uint path, float *dashArray);
3449 sizei dashCount, const float *dashArray);
3456 this case, the /dashArray/ is not accessed. Otherwise, /dashCount/
3457 provides a count of how many float values to read from the /dashArray/
3458 array. If any of the /dashCount/ elements of /dashArray/ are
5297 void GetPathDashArrayNV(uint path, float *dashArray);
5304 for ensuring /dashArray/ has sufficient space.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_path_rendering.txt540 sizei dashCount, const float *dashArray);
641 void GetPathDashArrayNV(uint path, float *dashArray);
3449 sizei dashCount, const float *dashArray);
3456 this case, the /dashArray/ is not accessed. Otherwise, /dashCount/
3457 provides a count of how many float values to read from the /dashArray/
3458 array. If any of the /dashCount/ elements of /dashArray/ are
5297 void GetPathDashArrayNV(uint path, float *dashArray);
5304 for ensuring /dashArray/ has sufficient space.
/third_party/openGLES/api/GL/
Dglcorearb.h5515 …id (APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
5531 typedef void (APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
5573 GLAPI void APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
5589 GLAPI void APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
Dglext.h10604 …id (APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
10620 typedef void (APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
10669 GLAPI void APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
10685 GLAPI void APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dglcorearb.h5335 …id (APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
5351 typedef void (APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
5393 GLAPI void APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
5409 GLAPI void APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
Dglext.h10406 …id (APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
10422 typedef void (APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
10471 GLAPI void APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
10487 GLAPI void APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
/third_party/mesa3d/include/GL/
Dglcorearb.h5483 …id (APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
5499 typedef void (APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
5541 GLAPI void APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
5557 GLAPI void APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
Dglext.h10593 …id (APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
10609 typedef void (APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
10658 GLAPI void APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
10674 GLAPI void APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dglcorearb.h5335 …id (APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
5351 typedef void (APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
5393 GLAPI void APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
5409 GLAPI void APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
Dglext.h10407 …id (APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
10423 typedef void (APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
10472 GLAPI void APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
10488 GLAPI void APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_opengl_glext.h9170 …id (APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
9189 typedef void (APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
9220 GLAPI void APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
9239 GLAPI void APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);