Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyleDefs.cpp75 , dashArray(SVGRenderStyle::initialStrokeDashArray()) in StyleStrokeData()
91 , dashArray(other.dashArray) in StyleStrokeData()
107 && dashArray == other.dashArray in operator ==()
DSVGRenderStyle.cpp170 || stroke->dashArray != other->stroke->dashArray in diff()
DSVGRenderStyle.h201 if (!(stroke->dashArray == obj)) in setStrokeDashArray()
202 stroke.access()->dashArray = obj; in setStrokeDashArray()
329 Vector<SVGLength> strokeDashArray() const { return stroke->dashArray; } in strokeDashArray()
DSVGRenderStyleDefs.h151 Vector<SVGLength> dashArray; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderSupport.cpp369 DashArray dashArray; in applyStrokeStyleToContext() local
372 dashArray.append((*it).value(lengthContext)); in applyStrokeStyleToContext()
374 context->setLineDash(dashArray, svgStyle->strokeDashOffset().value(lengthContext)); in applyStrokeStyleToContext()
398 DashArray dashArray; in applyStrokeStyleToStrokeData() local
401 dashArray.append((*it).value(lengthContext)); in applyStrokeStyleToStrokeData()
403 strokeData->setLineDash(dashArray, svgStyle->strokeDashOffset().value(lengthContext)); in applyStrokeStyleToStrokeData()
DSVGRenderTreeAsText.cpp274 DashArray dashArray; in writeStyle() local
277 dashArray.append((*it).value(lengthContext)); in writeStyle()
285 if (!dashArray.isEmpty()) in writeStyle()
286 writeNameValuePair(ts, "dash array", dashArray); in writeStyle()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DGraphicsContextTest.cpp980 DashArray dashArray; in TEST() local
981 dashArray.append(1); in TEST()
982 dashArray.append(0); in TEST()
983 context.setLineDash(dashArray, 0); in TEST()
1026 DashArray dashArray; in TEST() local
1027 dashArray.append(1); in TEST()
1028 dashArray.append(0); in TEST()
1029 context.setLineDash(dashArray, 0); in TEST()
/external/chromium_org/third_party/skia/include/gpu/gl/
DGrGLFunctions.h203 …CTION_TYPE* GrGLPathDashArrayProc)(GrGLuint path, GrGLsizei dashCount, const GrGLfloat *dashArray);
225 …edef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLGetPathDashArrayProc)(GrGLuint name, GrGLfloat *dashArray);
/external/skia/include/gpu/gl/
DGrGLFunctions.h203 …CTION_TYPE* GrGLPathDashArrayProc)(GrGLuint path, GrGLsizei dashCount, const GrGLfloat *dashArray);
225 …edef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLGetPathDashArrayProc)(GrGLuint name, GrGLfloat *dashArray);
/external/chromium_org/third_party/mesa/src/include/GL/
Dglext.h12582 GLAPI void APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
12601 GLAPI void APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
12632 …id (APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
12651 typedef void (APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);
/external/mesa3d/include/GL/
Dglext.h12582 GLAPI void APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
12601 GLAPI void APIENTRY glGetPathDashArrayNV (GLuint path, GLfloat *dashArray);
12632 …id (APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
12651 typedef void (APIENTRYP PFNGLGETPATHDASHARRAYNVPROC) (GLuint path, GLfloat *dashArray);