HomeSort by relevance Sort by last modified time
    Searched refs:dashArray (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyleDefs.cpp 75 , dashArray(SVGRenderStyle::initialStrokeDashArray())
91 , dashArray(other.dashArray->clone())
107 && *dashArray == *other.dashArray
SVGRenderStyle.cpp 172 || stroke->dashArray != other->stroke->dashArray
SVGRenderStyleDefs.h 157 RefPtr<SVGLengthList> dashArray;
SVGRenderStyle.h 190 if (!(stroke->dashArray == obj))
191 stroke.access()->dashArray = obj;
312 SVGLengthList* strokeDashArray() const { return stroke->dashArray.get(); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderSupport.cpp 331 DashArray dashArray;
335 dashArray.append(it->value(lengthContext));
337 context->setLineDash(dashArray, svgStyle.strokeDashOffset()->value(lengthContext));
360 DashArray dashArray;
363 dashArray.append(dashes->at(i)->value(lengthContext));
365 strokeData->setLineDash(dashArray, svgStyle.strokeDashOffset()->value(lengthContext));
SVGRenderTreeAsText.cpp 66 #include "platform/graphics/DashArray.h"
195 // FIXME: Maybe this should be in DashArray.cpp
196 static TextStream& operator<<(TextStream& ts, const DashArray& a)
199 DashArray::const_iterator end = a.end();
200 for (DashArray::const_iterator it = a.begin(); it != end; ++it) {
295 DashArray dashArray;
299 dashArray.append(it->value(lengthContext));
307 if (!dashArray.isEmpty())
308 writeNameValuePair(ts, "dash array", dashArray);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspen.h 133 Status GetDashPattern(REAL *dashArray, INT count) const
136 nativePen, dashArray, count));
270 Status SetDashPattern(const REAL *dashArray, INT count)
273 nativePen, dashArray, count));
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPen.h 407 Status SetDashPattern(IN const REAL* dashArray, IN INT count)
409 return SetStatus(DllExports::GdipSetPenDashArray(nativePen, dashArray,
422 Status GetDashPattern(OUT REAL* dashArray,
425 if (dashArray == NULL || count <= 0)
429 dashArray,
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextTest.cpp     [all...]
  /external/skia/include/gpu/gl/
GrGLFunctions.h 234 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathDashArrayProc)(GrGLuint path, GrGLsizei dashCount, const GrGLfloat *dashArray);
256 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLGetPathDashArrayProc)(GrGLuint name, GrGLfloat *dashArray);
  /external/chromium_org/third_party/mesa/src/include/GL/
glext.h     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 6480 milliseconds