Searched refs:dashArray (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | SVGRenderStyleDefs.cpp | 75 , dashArray(SVGRenderStyle::initialStrokeDashArray()) in StyleStrokeData() 91 , dashArray(other.dashArray) in StyleStrokeData() 107 && dashArray == other.dashArray in operator ==()
|
D | SVGRenderStyle.cpp | 170 || stroke->dashArray != other->stroke->dashArray in diff()
|
D | SVGRenderStyle.h | 201 if (!(stroke->dashArray == obj)) in setStrokeDashArray() 202 stroke.access()->dashArray = obj; in setStrokeDashArray() 329 Vector<SVGLength> strokeDashArray() const { return stroke->dashArray; } in strokeDashArray()
|
D | SVGRenderStyleDefs.h | 151 Vector<SVGLength> dashArray; variable
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGRenderSupport.cpp | 369 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()
|
D | SVGRenderTreeAsText.cpp | 274 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/ |
D | GraphicsContextTest.cpp | 980 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/ |
D | GrGLFunctions.h | 203 …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/ |
D | GrGLFunctions.h | 203 …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/ |
D | glext.h | 12582 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/ |
D | glext.h | 12582 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);
|