Searched refs:dashCount (Results 1 – 15 of 15) sorted by relevance
/external/skqp/tools/lua/ |
D | scrape_dashing_full.lua | 39 local dashCount = 0 69 dashCount = dashCount + 1 139 io.write("\ndashCount = dashCount + ", tostring(dashCount), "\n")
|
D | agg_dash.lua | 6 dashCount = 0 22 io.write("Total dashed effects is: ", dashCount, "\n")
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_graphics.cpp | 140 size_t dashCount) { in SetLineDash() argument 142 ASSERT(dashCount); in SetLineDash() 146 m_info.graphState.m_DashArray.resize(dashCount); in SetLineDash() 147 for (size_t i = 0; i < dashCount; i++) in SetLineDash()
|
D | cxfa_graphics.h | 45 void SetLineDash(float dashPhase, const float* dashArray, size_t dashCount);
|
/external/skia/src/utils/ |
D | SkDashPath.cpp | 303 SkScalar dashCount = 0; in InternalFilter() local 377 dashCount += length * (count >> 1) / intervalLength; in InternalFilter() 378 if (dashCount > kMaxDashCount) { in InternalFilter()
|
/external/skqp/src/utils/ |
D | SkDashPath.cpp | 309 SkScalar dashCount = 0; in InternalFilter() local 383 dashCount += length * (count >> 1) / intervalLength; in InternalFilter() 384 if (dashCount > kMaxDashCount) { in InternalFilter()
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 3098 typedef void (GL_APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat… 3175 GL_APICALL void GL_APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashA…
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 3264 typedef void (GL_APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat… 3341 GL_APICALL void GL_APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashA…
|
/external/angle/include/GLES2/ |
D | gl2ext.h | 3280 typedef void (GL_APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat… 3357 GL_APICALL void GL_APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashA…
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 5335 typedef void (APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *d… 5393 GLAPI void APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
|
D | glext.h | 10407 typedef void (APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *d… 10472 GLAPI void APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 5483 typedef void (APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *d… 5541 GLAPI void APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
|
D | glext.h | 10593 typedef void (APIENTRYP PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat *d… 10658 GLAPI void APIENTRY glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray);
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | gl_generated.h | 8733 typedef void (GLAPIENTRY *PFNGLPATHDASHARRAYNVPROC)(GLuint path, GLsizei dashCount, const GLfloat *… 13882 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glPathDashArrayNV)(GLuint path, GLsizei dashCount, const G…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 15794 typedef void (GLAPIENTRY * PFNGLPATHDASHARRAYNVPROC) (GLuint path, GLsizei dashCount, const GLfloat…
|