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

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

Completed in 987 milliseconds